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

Skip to content

Commit 3315544

Browse files
authored
Merge pull request #27273 from meeseeksmachine/auto-backport-of-pr-27271-on-v3.8.1-doc
Backport PR #27271 on branch v3.8.1-doc (DOC: minor fixes to dev workflow)
2 parents 2f0bc66 + c5af4a4 commit 3315544

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/devel/development_setup.rst

Lines changed: 4 additions & 3 deletions
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
=======================================

doc/devel/development_workflow.rst

Lines changed: 3 additions & 3 deletions
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)