2011-08-30 18:26:56 +00:00
|
|
|
{#
|
|
|
|
Sphinx sidebar template: smart table of contents.
|
|
|
|
|
2015-04-03 21:02:00 +00:00
|
|
|
Shows a sidebar ToC that gives you a more global view of the
|
|
|
|
documentation, and not the confusing cur/prev/next which is the
|
2011-08-30 18:26:56 +00:00
|
|
|
default sidebar.
|
|
|
|
|
2015-04-03 21:02:00 +00:00
|
|
|
The ToC will open and collapse automatically to show the part of the
|
2011-08-30 18:26:56 +00:00
|
|
|
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) }}
|
2011-09-22 18:24:28 +00:00
|
|
|
|
|
|
|
<!-- ugly kludge to make genindex look like it's part of the toc -->
|
|
|
|
<ul style="margin-top: -10px"><li class="toctree-l1"><a class="reference internal" href="{{ pathto('genindex') }}">Index</a></li></ul>
|