8000 matplotlib to Matplotlib · matplotlib/matplotlib@680f178 · GitHub
[go: up one dir, main page]

Skip to content

Commit 680f178

Browse files
committed
matplotlib to Matplotlib
1 parent df0cdd0 commit 680f178

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ you can use ``git@`` instead of ``https://``, which works through the ssh proto
8686
and might be easier to use if you are using 2-factor authentication.
8787

8888

89-
Building matplotlib for image comparison tests
89+
Building Matplotlib for image comparison tests
9090
----------------------------------------------
9191

9292
Matplotlib's test suite makes heavy use of image comparison tests,
9393
meaning the result of a plot is compared against a known good result.
9494
Unfortunately, different versions of FreeType produce differently
9595
formed characters, causing these image comparisons to fail. To make
96-
them reproducible, matplotlib can be built with a special local copy
97-
of FreeType. This is recommended for all matplotlib developers.
96+
them reproducible, Matplotlib can be built with a special local copy
97+
of FreeType. This is recommended for all Matplotlib developers.
9898

9999
Copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit it to contain::
100100

@@ -106,7 +106,7 @@ or set the ``MPLLOCALFREETYPE`` environmental variable to any true
106106
value.
107107

108108

109-
Install matplotlib in developer mode
109+
Install Matplotlib in developer mode
110110
------------------------------------
111111

112112
To install Matplotlib (and compile the c-extensions) run the following

doc/devel/testing.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ Writing an image based test is only slightly more difficult than a
148148
simple test. The main consideration is that you must specify the
149149
"baseline", or expected, images in the
150150
:func:`~matplotlib.testing.decorators.image_comparison` decorator. For
151-
example, this test generates a single image and automatically tests
152-
it::
151+
example, this test generates a single image and automatically tests it::
153152

154153
import numpy as np
155154
import matplotlib
@@ -246,13 +245,13 @@ repository <https://github.com/matplotlib/matplotlib/>`_ -- for
246245
example, see `its Travis page
247246
<https://travis-ci.org/matplotlib/matplotlib>`_.
248247

249-
If you want to enable Travis CI for your personal matplotlib GitHub
248+
If you want to enable Travis CI for your personal Matplotlib GitHub
250249
repo, simply enable the repo to use Travis CI in either the Travis CI
251250
UI or the GitHub UI (Admin | Service Hooks). For details, see `the
252251
Travis CI Getting Started page
253252
<https://docs.travis-ci.com/user/getting-started/>`_. This
254253
generally isn't necessary, since any pull request submitted against
255-
the main matplotlib repository will be tested.
254+
the main Matplotlib repository will be tested.
256255

257256
Once this is configured, you can see the Travis CI results at
258257
https://travis-ci.org/your_GitHub_user_name/matplotlib -- here's `an

0 commit comments

Comments
 (0)
0