Skip to content

Commit 8ecb2c4

Browse files
authored
Merge pull request matplotlib#27271 from story645/dev-edits
DOC: minor fixes to dev workflow
2 parents 3c56987 + 7f2b989 commit 8ecb2c4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: doc/devel/development_setup.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Fork the Matplotlib repository
2525
==============================
2626

2727
Matplotlib is hosted at https://github.com/matplotlib/matplotlib.git. If you
28-
plan on solving issues or submit pull requests to the main Matplotlib
28+
plan on solving issues or submitting pull requests to the main Matplotlib
2929
repository, you should first *fork* this repository by visiting
3030
https://github.com/matplotlib/matplotlib.git and clicking on the
31-
``Fork`` button on the top right of the page (see
32-
`the GitHub documentation <https://docs.github.com/get-started/quickstart/fork-a-repo>`__ for more details.)
31+
``Fork`` :octicon:`repo-forked` button on the top right of the page. See
32+
`the GitHub documentation <https://docs.github.com/get-started/quickstart/fork-a-repo>`__
33+
for more details.
3334

3435
Retrieve the latest version of the code
3536
=======================================

Diff for: doc/devel/development_workflow.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ history clean.
162162

163163
You can achieve this by using
164164

165-
.. code-block:: bash
165+
.. code-block:: bash
166166
167-
git commit -a --amend --no-edit
168-
git push [your-remote-repo] [your-branch] --force-with-lease
167+
git commit -a --amend --no-edit
168+
git push [your-remote-repo] [your-branch] --force-with-lease
169169
170170
171171
Manage commit history

0 commit comments

Comments
 (0)