Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3315544

Browse filesBrowse 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
Copy full SHA for 3315544

File tree

Expand file treeCollapse file tree

2 files changed

+7
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-6
lines changed

‎doc/devel/development_setup.rst

Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+4-3Lines 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

Copy file name to clipboardExpand all lines: doc/devel/development_workflow.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.