test_ok1/doc/en/_templates/globaltoc.html

23 lines
997 B
HTML
Raw Normal View History

2013-12-13 02:22:37 +08:00
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
<ul>
<li><a href="{{ pathto('index') }}">Home</a></li>
<li><a href="{{ pathto('getting-started') }}">Install</a></li>
<li><a href="{{ pathto('contents') }}">Contents</a></li>
2019-07-15 22:25:33 +08:00
<li><a href="{{ pathto('reference') }}">API Reference</a></li>
2013-12-13 02:22:37 +08:00
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
<li><a href="{{ pathto('customize') }}">Customize</a></li>
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
<li><a href="{{ pathto('contributing') }}">Contributing</a></li>
<li><a href="{{ pathto('backwards-compatibility') }}">Backwards Compatibility</a></li>
<li><a href="{{ pathto('py27-py34-deprecation') }}">Python 2.7 and 3.4 Support</a></li>
<li><a href="{{ pathto('sponsor') }}">Sponsor</a></li>
2016-02-17 03:42:16 +08:00
<li><a href="{{ pathto('license') }}">License</a></li>
<li><a href="{{ pathto('contact') }}">Contact Channels</a></li>
2013-12-13 02:22:37 +08:00
</ul>
{%- if display_toc %}
<hr>
{{ toc }}
{%- endif %}