8000 Fix capitalizations by timhoffm · Pull Request #21083 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix capitalizations #21083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/_templates/mpl_nav_bar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul id="navbar-main-elements" class="navbar-nav">

<li class="nav-item">
<a class="reference internal nav-link" href="{{ pathto('plot_types/index') }}">Plot Types</a>
<a class="reference internal nav-link" href="{{ pathto('plot_types/index') }}">Plot types</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="{{ pathto('gallery/index') }}">Examples</a>
Expand All @@ -13,12 +13,12 @@
<a class="reference internal nav-link" href="{{ pathto('api/index') }}">Reference</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="{{ pathto('contents') }}">Usage Guide</a>
<a class="reference internal nav-link" href="{{ pathto('contents') }}">Usage guide</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="{{ pathto('devel/index') }}">Develop</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="{{ pathto('users/release_notes') }}">Release Notes</a>
<a class="reference internal nav-link" href="{{ pathto('users/release_notes') }}">Release notes</a>
</li>
</ul>
14 changes: 7 additions & 7 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@ Learning resources
Tutorials
^^^^^^^^^

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

---

How-tos
^^^^^^^
- :doc:`Example Gallery <gallery/index>`
- :doc:`Example gallery <gallery/index>`
- :doc:`Matplotlib FAQ <faq/index>`

---

Understand how Matplotlib works
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

---
Expand Down
2 changes: 1 addition & 1 deletion doc/users/backmatter.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Project Information
Project information
-------------------

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion doc/users/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _users-guide-index:

###########
Usage Guide
Usage guide
###########

.. only:: html
Expand Down
2 changes: 1 addition & 1 deletion doc/users/release_notes_next.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Next Version
Next version
============
.. toctree::
:maxdepth: 1
Expand Down
0