2021-03-16 07:20:55 +08:00
|
|
|
<h3>Contents</h3>
|
2013-12-13 02:22:37 +08:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="{{ pathto('index') }}">Home</a></li>
|
2021-03-13 06:57:53 +08:00
|
|
|
|
2021-03-11 02:27:30 +08:00
|
|
|
<li><a href="{{ pathto('getting-started') }}">Get started</a></li>
|
2021-03-13 06:57:53 +08:00
|
|
|
<li><a href="{{ pathto('how-to/index') }}">How-to guides</a></li>
|
|
|
|
<li><a href="{{ pathto('reference/index') }}">Reference guides</a></li>
|
|
|
|
<li><a href="{{ pathto('explanation/index') }}">Explanation</a></li>
|
2021-03-12 01:22:54 +08:00
|
|
|
<li><a href="{{ pathto('contents') }}">Complete table of contents</a></li>
|
2021-03-16 07:20:55 +08:00
|
|
|
<li><a href="{{ pathto('example/index') }}">Library of examples</a></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>About the project</h3>
|
2021-03-13 06:57:53 +08:00
|
|
|
|
2021-03-16 07:20:55 +08:00
|
|
|
<ul>
|
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-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>
|