Skip to content

Commit bb7608c

Browse files
committed
Change section titles in docs
1 parent 6f1d358 commit bb7608c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=================
2-
Changelog history
3-
=================
1+
=========
2+
Changelog
3+
=========
44

55
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
66

doc/en/_templates/globaltoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
44
<li><a href="{{ pathto('index') }}">Home</a></li>
55
<li><a href="{{ pathto('getting-started') }}">Install</a></li>
66
<li><a href="{{ pathto('contents') }}">Contents</a></li>
7-
<li><a href="{{ pathto('reference') }}">Reference</a></li>
7+
<li><a href="{{ pathto('reference') }}">API Reference</a></li>
88
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
99
<li><a href="{{ pathto('customize') }}">Customize</a></li>
1010
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>

doc/en/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Reference
2-
=========
1+
API Reference
2+
=============
33

44
This page contains the full reference to pytest's API.
55

0 commit comments

Comments
 (0)