parent
06bc3c8bcd
commit
a452434ba8
663 changed files with 61705 additions and 2 deletions
13
docs/source/_templates/localtoc.html
Normal file
13
docs/source/_templates/localtoc.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{#
|
||||
basic/localtoc.html
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Sphinx sidebar template: local table of contents.
|
||||
|
||||
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
#}
|
||||
{%- if display_toc %}
|
||||
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table of Contents') }}</a></h3>
|
||||
{{ toc }}
|
||||
{%- endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue