@@ -148,8 +148,7 @@ Writing an image based test is only slightly more difficult than a
148
148
simple test. The main consideration is that you must specify the
149
149
"baseline", or expected, images in the
150
150
: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::
153
152
154
153
import numpy as np
155
154
import matplotlib
@@ -246,13 +245,13 @@ repository <https://github.com/matplotlib/matplotlib/>`_ -- for
246
245
example, see `its Travis page
247
246
<https://travis-ci.org/matplotlib/matplotlib> `_.
248
247
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
250
249
repo, simply enable the repo to use Travis CI in either the Travis CI
251
250
UI or the GitHub UI (Admin | Service Hooks). For details, see `the
252
251
Travis CI Getting Started page
253
252
<https://docs.travis-ci.com/user/getting-started/> `_. This
254
253
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.
256
255
257
256
Once this is configured, you can see the Travis CI results at
258
257
https://travis-ci.org/your_GitHub_user_name/matplotlib -- here's `an
0 commit comments