Skip to content

Commit 72ad37c

Browse files
committed
Clean up trailing whitespace in other files
1 parent e335bd1 commit 72ad37c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Diff for: .github/pull_request_template.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<!--
55
To create a new package yml, make a new file with your package name in the `packages/`
6-
directory with a yml suffix. Examples can be seen in the `packages/` directory, but
7-
at the minimum you need to include the `repo:`, `section:` and `description:` fields.
8-
Please keep the description very short.
6+
directory with a yml suffix. Examples can be seen in the `packages/` directory, but
7+
at the minimum you need to include the `repo:`, `section:` and `description:` fields.
8+
Please keep the description very short.
99
10-
Other useful fields are `site:`, `pypi_name`, `conda_package`, (if different from the
11-
github name), and `conda_channel` if not *conda-forge*.
10+
Other useful fields are `site:`, `pypi_name`, `conda_package`, (if different from the
11+
github name), and `conda_channel` if not *conda-forge*.
1212
-->

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and use the `Add File` button at the top of the page. Then open a pull request w
2222

2323
Note: The name of the yml file and the name of the repo should ideally match.
2424

25-
The `section` entry should be one of the sections listed in
25+
The `section` entry should be one of the sections listed in
2626
[./section_names.yml](https://github.com/matplotlib/mpl-third-party/blob/main/section_names.yml).
2727

2828
### PyPI Classifier

Diff for: docs/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
SPHINXOPTS ?=
6+
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = source
99
BUILDDIR = build
@@ -24,4 +24,4 @@ just-html:
2424
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2525

2626
clean:
27-
rm -rf build/
27+
rm -rf build/

Diff for: docs/source/intro.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
A list of packages that extend Matplotlib. These are maintained
2-
and distributed independently from Matplotlib so go to the website
3-
listed for instructions.
1+
A list of packages that extend Matplotlib. These are maintained
2+
and distributed independently from Matplotlib so go to the website
3+
listed for instructions.
44

5-
Please contribute your package by opening a pull-request at
5+
Please contribute your package by opening a pull-request at
66
https://github.com/matplotlib/mpl-third-party using the template in the
77
`readme <https://github.com/matplotlib/mpl-third-party>`_
88

9-
If you need help making a package, see
9+
If you need help making a package, see
1010
https://github.com/matplotlib/matplotlib-extension-cookiecutter
1111
where we give you a template to make it easy!
1212

13-
You can find more packages at
14-
`PyPI <https://pypi.org/search/?q=&o=&c=Framework+%3A%3A+Matplotlib>`_
13+
You can find more packages at
14+
`PyPI <https://pypi.org/search/?q=&o=&c=Framework+%3A%3A+Matplotlib>`_
1515
using the ``Framework :: Matplotlib`` trove classifier.

0 commit comments

Comments
 (0)