Hi Yves, (now I understand what TIA means.. I want to crawl under the rug..)
> - the numbers show next to bullets (can't get rid of those in the sidebar > TOC apparently) `:numbered:` effects both contents and sidebar ToC. It can't be removed with using `:numbered:`. > - the Latex-generated PDF keeps its default numbering behaviour, but I get > different numbering schemes than in HTML (e.g. section 1.1.1 is 1.2 in the > PDF) ?? > > Does this have something to do with conf.py now having a new (dummy) > master_doc that doesn't apply to the latexpdf builder ? Well... Sphinx can't numbering to 'master_doc' reST file as I said. IMO, this is a straight way to achieve the purpose: * 'index.rst' (for master_doc) contains preface content and toctree. * Each reST files referenced from index.rst has single chapter. > I very much like Sphinx and I truly appreciate the fact we can get such nice > formatting irrespective of output builder with such a small footprint. I > have yet to sit down and truly RTFM instead of one-off FAQ answers to get > myself straight on a sound doc layout. The first thing I'll do is chop off > that big rst file and see if that makes things more consistent numberingwise > but I still find it a bit hard to have a setup the result of which is > exactly the same irrespective of the chosen builder. > > Thanx again, > > Yves Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
