Skip to content Skip to sidebar Skip to footer
Showing posts with the label Toctree

Can I Add A Horizontal Bar To A Table Of Contents In Sphinx?

I'm developing documentation in Sphinx, and would like to separate sections in my table of cont… Read more Can I Add A Horizontal Bar To A Table Of Contents In Sphinx?

Collapse All :glob:-discovered Files Into One Toc Entry

I've got something like this: .. toctree:: :maxdepth: 2 :caption: Contents: :hidden: … Read more Collapse All :glob:-discovered Files Into One Toc Entry

How To Remove Bullets From Numbered Toctree In Restructured Text?

I am using a toctree in Sphinx to automatically generate a table of contents for a webpage. .. toct… Read more How To Remove Bullets From Numbered Toctree In Restructured Text?

Prevent Sub-section Nesting In Python Sphinx When Using Toctree

I'm running into a problem in structuring my Sphinx users guide. I would like to form a chapter… Read more Prevent Sub-section Nesting In Python Sphinx When Using Toctree