ceph/doc/_templates/smarttoc.html
Tommi Virtanen c85c2f7535 doc: Adjust how table of contents is presented.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2011-08-30 11:26:56 -07:00

14 lines
456 B
HTML

{#
Sphinx sidebar template: smart table of contents.
Show a sidebar ToC that gives you a more global view of the
documentation, and not the confusing cur/prev/next that is the
default sidebar.
The ToC will open & collapse automatically to show the part of the
hierarchy you are in. Top-level items will always be visible.
#}
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
{{ toctree(maxdepth=-1) }}