Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80dad26

Browse files
authored
Merge pull request #21105 from meeseeksmachine/auto-backport-of-pr-21083-on-v3.5.x
Backport PR #21083 on branch v3.5.x (Fix capitalizations)
2 parents e6f36d8 + f1ac6b1 commit 80dad26

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

doc/_templates/mpl_nav_bar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ul id="navbar-main-elements" class="navbar-nav">
22

33
<li class="nav-item">
4-
<a class="reference internal nav-link" href="{{ pathto('plot_types/index') }}">Plot Types</a>
4+
<a class="reference internal nav-link" href="{{ pathto('plot_types/index') }}">Plot types</a>
55
</li>
66
<li class="nav-item">
77
<a class="reference internal nav-link" href="{{ pathto('gallery/index') }}">Examples</a>
@@ -13,12 +13,12 @@
1313
<a class="reference internal nav-link" href="{{ pathto('api/index') }}">Reference</a>
1414
</li>
1515
<li class="nav-item">
16-
<a class="reference internal nav-link" href="{{ pathto('contents') }}">Usage Guide</a>
16+
<a class="reference internal nav-link" href="{{ pathto('contents') }}">Usage guide</a>
1717
</li>
1818
<li class="nav-item">
1919
<a class="reference internal nav-link" href="{{ pathto('devel/index') }}">Develop</a>
2020
</li>
2121
<li class="nav-item">
22-
<a class="reference internal nav-link" href="{{ pathto('users/release_notes') }}">Release Notes</a>
22+
<a class="reference internal nav-link" href="{{ pathto('users/release_notes') }}">Release notes</a>
2323
</li>
2424
</ul>

doc/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,26 @@ Learning resources
5050
Tutorials
5151
^^^^^^^^^
5252

53-
- :doc:`Quick-start Guide <tutorials/introductory/usage>`
54-
- :doc:`Plot Types <plot_types/index>`
55-
- `Introductory Tutorials <../tutorials/index.html#introductory>`_
56-
- :doc:`External Learning Resources <resources/index>`
53+
- :doc:`Quick-start guide <tutorials/introductory/usage>`
54+
- :doc:`Plot types <plot_types/index>`
55+
- `Introductory tutorials <../tutorials/index.html#introductory>`_
56+
- :doc:`External learning resources <resources/index>`
5757

5858
---
5959

6060
How-tos
6161
^^^^^^^
62-
- :doc:`Example Gallery <gallery/index>`
62+
- :doc:`Example gallery <gallery/index>`
6363
- :doc:`Matplotlib FAQ <faq/index>`
6464

6565
---
6666

6767
Understand how Matplotlib works
6868
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6969

70-
- The :ref:`users-guide-explain` section of the :doc:`Users guide <users/index>`
70+
- The :ref:`users-guide-explain` in the :doc:`Usage guide <users/index>`
7171
- Many of the :ref:`Intermediate <tutorials-intermediate>` and
72-
:ref:`Advanced <tutorials-advanced>` Tutorials
72+
:ref:`Advanced <tutorials-advanced>` tutorials
7373
have explanatory material
7474

7575
---

doc/users/backmatter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Project Information
2+
Project information
33
-------------------
44

55
.. toctree::

doc/users/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _users-guide-index:
22

33
###########
4-
Usage Guide
4+
Usage guide
55
###########
66

77
.. only:: html

doc/users/release_notes_next.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Next Version
1+
Next version
22
============
33
.. toctree::
44
:maxdepth: 1

0 commit comments

Comments
 (0)