On Mon, Nov 26, 2012 at 4:45 PM, brogers <[email protected]> wrote:
> Tech docs often contain the following:
>
> sub-TOCs at the beginning of a chapter: Thus, for a Sphinx doc, that would
> mean a tree for the current do that would not include the title but would
> include the user-specified headings (e.g. level 1, level 2)
> sub-TOCs withing levels: Thus, for a Sphinx doc, that would mean one could
> have under level 1 a sub-toc containing all of that level's level 2s.
>
> Are either of these possible by default?
Do something like:
.. contents::
:local:
:depth: 2
See [1] for details.
[1]
http://docutils.sourceforge.net/docs/ref/rst/directives.html#table-of-content
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sphinx-users?hl=en.