Brilliant! Thanks so much Jared -- that's so simple, just somehow never occurred to me. Thanks!
On Wed, Feb 20, 2019 at 2:23 PM Jared Dillard <[email protected]> wrote: > You have to break them into multiple toctrees, each with their own caption. > > .. toctree:: > :caption: Programming Principles > > abstraction > decomposition > > .. toctree:: > :caption: Computer architecture > > memory > processors > > > > On Monday, January 28, 2019 at 10:50:12 AM UTC-8, [email protected] > wrote: >> >> I'm working on a sphinx site for a course I'm teaching, and I'm looking >> for a way to add section headings to break up my side-bar (Say, a >> "Programming Principles" caption followed by a few pages on things like >> abstraction, decomposition, and defensive programming. Then another caption >> like "Computer architecture" followed by pages for memory hierarchies and >> multi-core processors. Basically something like `:caption:` but which I >> can place in the *middle *of the sidebar, not just at the top. That >> possible? Working with alabaster theme. >> > -- > 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 https://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
