localtoc.html 371 B

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