@@ -35,7 +35,7 @@ In addition the following two tests should be run and manually inspected::
35
35
GitHub Stats
36
36
------------
37
37
38
- We automatically extract GitHub issue, PRs, and authors from the GitHub via the API::
38
+ We automatically extract GitHub issue, PRs, and authors from GitHub via the API::
39
39
40
40
python tools/github_stats.py --since-tag $TAG --project 'matplotlib/matplotlib' --links > doc/users/github_stats.rst
41
41
@@ -163,7 +163,7 @@ Update the ``master`` branch (for pre-releases the ``devel`` branch)
163
163
of the `conda-forge feedstock
164
164
<https://github.com/conda-forge/matplotlib-feedstock> `__ via pull request.
165
165
166
- If this is a final release the following downsteam packagers should be contacted:
166
+ If this is a final release the following downstream packagers should be contacted:
167
167
168
168
- Debian
169
169
- Fedora
@@ -191,7 +191,7 @@ Once you have collected all of the wheels, generate the tarball ::
191
191
and copy all of the wheels into :file: `dist ` directory. You should use
192
192
``twine `` to upload all of the files to pypi ::
193
193
194
- twine -s upload dist/matplotlib*tar.gz
194
+ twine upload -s dist/matplotlib*tar.gz
195
195
twine upload dist/*whl
196
196
197
197
Congratulations, you have now done the second scariest part!
@@ -211,7 +211,7 @@ build the docs from the ``ver-doc`` branch. An easy way to arrange this is::
211
211
git checkout v2.0.0-doc
212
212
git clean -xfd
213
213
cd doc
214
- pyhton make.py html latex -n 16
214
+ python make.py html latex -n 16
215
215
216
216
which will build both the html and pdf version of the documentation.
217
217
0 commit comments