12345678910111213 |
- {#
- basic/localtoc.html
- ~~~~~~~~~~~~~~~~~~~
- Sphinx sidebar template: local table of contents.
- :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
- #}
- {%- if display_toc %}
- <h3 class="sidebar-title"><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
- {{ toc }}
- {%- endif %}
|