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

Skip to content

Commit 9cff712

Browse files
committed
DOC: minor doc tweaks
1 parent 5ca204d commit 9cff712

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

doc/api/api_changes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ replaced by ``nipy_spectral`` and ``nipy_spectral_r`` since matplotlib
201201
raised a warning. As of matplotlib 2.0.0, using the old names raises a
202202
deprecation warning. In the future, using the old names will raise an error.
203203

204-
Default install does not include test images
205-
--------------------------------------------
204+
Default install no longer includes test images
205+
----------------------------------------------
206206

207-
To reduce the default size of wheels and source installs, the tests
208-
and baseline images are no longer included by default.
207+
To reduce the size of wheels and source installs, the tests and
208+
baseline images are no longer included by default.
209209

210-
To restore installing the tests and images have a `setup.cfg` with ::
210+
To restore installing the tests and images, use a `setup.cfg` with ::
211211

212212
[packages]
213213
tests = True

doc/devel/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ the env ``MPLLOCALFREETYPE`` as::
5050

5151
export MPLLOCALFREETYPE=1
5252

53-
or copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit to contain ::
53+
or copy :file:`setup.cfg.template` to :file:`setup.cfg` and edit it to contain ::
5454

5555
[test]
5656
local_freetype = True

setup.cfg.template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rename this file to setup.cfg to modify matplotlib's
1+
# Rename this file to setup.cfg to modify Matplotlib's
22
# build options.
33

44
[egg_info]
@@ -9,7 +9,7 @@
99
#basedirlist = /usr
1010

1111
[test]
12-
# If you plan to develop matplotlib and run or add to the test suite,
12+
# If you plan to develop Matplotlib and run or add to the test suite,
1313
# set this to True. It will download and build a specific version of
1414
# FreeType, and then use that to build the ft2font extension. This
1515
# ensures that test images are exactly reproducible.
@@ -21,7 +21,7 @@
2121
#suppress = False
2222

2323
[packages]
24-
# There are a number of subpackages of matplotlib that are considered
24+
# There are a number of subpackages of Matplotlib that are considered
2525
# optional. All except tests are installed by default, but that can
2626
# be changed here.
2727
#
@@ -36,10 +36,10 @@
3636
# Matplotlib supports multiple GUI toolkits, including
3737
# GTK, MacOSX, Qt4, Qt5, Tk, and WX. Support for many of
3838
# these toolkits requires AGG, the Anti-Grain Geometry library,
39-
# which is provided by matplotlib and built by default.
39+
# which is provided by Matplotlib and built by default.
4040
#
4141
# Some backends are written in pure Python, and others require
42-
# extension code to be compiled. By default, matplotlib checks for
42+
# extension code to be compiled. By default, Matplotlib checks for
4343
# these GUI toolkits during installation and, if present, compiles the
4444
# required extensions to support the toolkit.
4545
#

0 commit comments

Comments
 (0)