]> git.proxmox.com Git - ceph.git/blob - ceph/doc/_templates/smarttoc.html
update sources to 12.2.7
[ceph.git] / ceph / doc / _templates / smarttoc.html
1 {#
2 Sphinx sidebar template: smart table of contents.
3
4 Shows a sidebar ToC that gives you a more global view of the
5 documentation, and not the confusing cur/prev/next which is the
6 default sidebar.
7
8 The ToC will open and collapse automatically to show the part of the
9 hierarchy you are in. Top-level items will always be visible.
10
11 #}
12 <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
13 {{ toctree(maxdepth=-1, includehidden=True) }}
14
15 <!-- ugly kludge to make genindex look like it's part of the toc -->
16 <ul style="margin-top: -10px"><li class="toctree-l1"><a class="reference internal" href="{{ pathto('genindex') }}">Index</a></li></ul>