[sphinx-users] Numbered start/offset for multiple toctrees?

2016-09-06 Thread geekademy
Hi, Haven't been able to find a solution to this problem, can anyone help? I have a book with three parts and am using multiple numbered toctrees to implement it, e.g.: .. toctree:: :caption: Part I :maxdepth: 1 :numbered: chA chB ... .. toctree:: :caption: Part I

[sphinx-users] Re: Numbered start/offset for multiple toctrees?

2016-09-19 Thread geekademy
Hi, thank you, According to the docs, the parameter to :numbered: is the section depth, which seems odd and perhaps poorly thought out. Also, it doesn't seem to work. I put a 10 there in the second toctree and it had no effect to renumber the chapters. Is this something I could fix or enhanc

[sphinx-users] Re: Numbered start/offset for multiple toctrees?

2016-09-20 Thread geekademy
Sorry, not sure why I wrote that "poorly thought out" bit, might have been sleepy. ;) -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to sphinx-users+unsubscr...@

[sphinx-users] Re: Numbered start/offset for multiple toctrees?

2016-09-21 Thread geekademy
Thanks, Unfortunately, I don't know *anything* about latex. Would a new toctree parameter, say :startnum: be accepted if it only worked only html & epub? Perhaps another developer could enhance latex later. -- You received this message because you are subscribed to the Google Groups "sphin