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>
|
2018-02-08 06:53:31 +08:00
|
|
|
<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>
|
2021-01-29 22:19:54 +08:00
|
|
|
<li><a href="{{ pathto('plugin_list') }}">3rd party plugins</a></li>
|
2013-12-13 02:22:37 +08:00
|
|
|
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
|
2018-02-08 07:00:31 +08:00
|
|
|
<li><a href="{{ pathto('contributing') }}">Contributing</a></li>
|
2017-07-13 03:22:16 +08:00
|
|
|
<li><a href="{{ pathto('backwards-compatibility') }}">Backwards Compatibility</a></li>
|
2019-05-28 07:31:52 +08:00
|
|
|
<li><a href="{{ pathto('py27-py34-deprecation') }}">Python 2.7 and 3.4 Support</a></li>
|
2019-06-30 03:20:17 +08:00
|
|
|
<li><a href="{{ pathto('sponsor') }}">Sponsor</a></li>
|
2019-10-25 01:58:58 +08:00
|
|
|
<li><a href="{{ pathto('tidelift') }}">pytest for Enterprise</a></li>
|
2016-02-17 03:42:16 +08:00
|
|
|
<li><a href="{{ pathto('license') }}">License</a></li>
|
2018-02-08 07:00:31 +08:00
|
|
|
<li><a href="{{ pathto('contact') }}">Contact Channels</a></li>
|
2013-12-13 02:22:37 +08:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
{%- if display_toc %}
|
|
|
|
<hr>
|
|
|
|
{{ toc }}
|
|
|
|
{%- endif %}
|
2020-02-27 07:34:18 +08:00
|
|
|
|
|
|
|
<hr>
|
|
|
|
<a href="{{ pathto('genindex') }}">Index</a>
|
|
|
|
<hr>
|