Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03111bf

Browse filesBrowse files
committed
DOC: standardize on Matplotlib
1 parent de50bfa commit 03111bf
Copy full SHA for 03111bf

File tree

Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed

‎doc/devel/contributing.rst

Copy file name to clipboardExpand all lines: doc/devel/contributing.rst
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ recommended.
2929

3030
.. warning::
3131

32-
If you already have a version of matplotlib installed, you will need to
32+
If you already have a version of Matplotlib installed, you will need to
3333
uninstall it.
3434

3535
We use `Git <https://git-scm.com/>`_ for version control and
@@ -40,7 +40,7 @@ You can check out the latest sources with the command (see
4040

4141
git clone git@github.com:matplotlib/matplotlib.git
4242

43-
and navigate to the matplotlib directory.
43+
and navigate to the Matplotlib directory.
4444

4545
To make sure the tests run locally you must build against the correct version
4646
of freetype. To configure the build system to fetch and build it either export
@@ -105,7 +105,7 @@ Contributing code
105105
How to contribute
106106
-----------------
107107

108-
The preferred way to contribute to matplotlib is to fork the `main
108+
The preferred way to contribute to Matplotlib is to fork the `main
109109
repository <https://github.com/matplotlib/matplotlib/>`__ on GitHub,
110110
then submit a "pull request" (PR):
111111

@@ -138,7 +138,7 @@ then submit a "pull request" (PR):
138138

139139
$ git push -u origin my-feature
140140

141-
Finally, go to the web page of your fork of the matplotlib repo,
141+
Finally, go to the web page of your fork of the Matplotlib repo,
142142
and click 'Pull request' to send your changes to the maintainers for review.
143143
You may want to consider sending an email to the mailing list for more
144144
visibility.
@@ -214,7 +214,7 @@ tools:
214214

215215
.. note::
216216

217-
The current state of the matplotlib code base is not compliant with all
217+
The current state of the Matplotlib code base is not compliant with all
218218
of those guidelines, but we expect that enforcing those constraints on all
219219
new contributions will move the overall code base quality in the right
220220
direction.
@@ -237,7 +237,7 @@ New contributors should look for the following tags when looking for issues.
237237
We strongly recommend that new contributors tackle
238238
`new-contributor-friendly <https://github.com/matplotlib/matplotlib/labels/new-contributor-friendly>`_
239239
issues (easy, well documented issues, that do not require an understanding of
240-
the different submodules of matplotlib) and
240+
the different submodules of Matplotlib) and
241241
`Easy-fix <https://github.com/matplotlib/matplotlib/labels/Difficulty%3A%20Easy>`_
242242
issues. This helps the contributor become familiar with the contribution
243243
workflow, and for the core devs to become acquainted with the contributor;
@@ -249,7 +249,7 @@ Other ways to contribute
249249
=========================
250250

251251

252-
Code is not the only way to contribute to matplotlib. For instance,
252+
Code is not the only way to contribute to Matplotlib. For instance,
253253
documentation is also a very important part of the project and often doesn't
254254
get as much attention as it deserves. If you find a typo in the documentation,
255255
or have made improvements, do not hesitate to send an email to the mailing
@@ -379,10 +379,10 @@ Developing a new backend
379379
If you are working on a custom backend, the *backend* setting in
380380
:file:`matplotlibrc` (:ref:`customizing-matplotlib`) supports an
381381
external backend via the ``module`` directive. if
382-
:file:`my_backend.py` is a matplotlib backend in your
382+
:file:`my_backend.py` is a Matplotlib backend in your
383383
:envvar:`PYTHONPATH`, you can set it on one of several ways
384384

385-
* in matplotlibrc::
385+
* in :file:`matplotlibrc`::
386386

387387
backend : module://my_backend
388388

@@ -413,7 +413,7 @@ when the website is built to show up both in the `examples
413413
<../gallery.html>`_ sections of the website.
414414

415415
Any sample data that the example uses should be kept small and
416-
distributed with matplotlib in the
416+
distributed with Matplotlib in the
417417
`lib/matplotlib/mpl-data/sample_data/` directory. Then in your
418418
example code you can load it into a file handle with::
419419

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.