ceph/doc/_templates/smarttoc.html

14 lines
456 B
HTML
Raw Normal View History

{#
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) }}