Change section titles in docs
This commit is contained in:
parent
6f1d358a0c
commit
bb7608c56f
|
@ -1,6 +1,6 @@
|
||||||
=================
|
=========
|
||||||
Changelog history
|
Changelog
|
||||||
=================
|
=========
|
||||||
|
|
||||||
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
|
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<li><a href="{{ pathto('index') }}">Home</a></li>
|
<li><a href="{{ pathto('index') }}">Home</a></li>
|
||||||
<li><a href="{{ pathto('getting-started') }}">Install</a></li>
|
<li><a href="{{ pathto('getting-started') }}">Install</a></li>
|
||||||
<li><a href="{{ pathto('contents') }}">Contents</a></li>
|
<li><a href="{{ pathto('contents') }}">Contents</a></li>
|
||||||
<li><a href="{{ pathto('reference') }}">Reference</a></li>
|
<li><a href="{{ pathto('reference') }}">API Reference</a></li>
|
||||||
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
|
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
|
||||||
<li><a href="{{ pathto('customize') }}">Customize</a></li>
|
<li><a href="{{ pathto('customize') }}">Customize</a></li>
|
||||||
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
|
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Reference
|
API Reference
|
||||||
=========
|
=============
|
||||||
|
|
||||||
This page contains the full reference to pytest's API.
|
This page contains the full reference to pytest's API.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue