mirror of
https://github.com/ceph/ceph
synced 2024-12-15 16:07:00 +00:00
c85c2f7535
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
14 lines
456 B
HTML
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) }}
|