Addressing more review suggestions · matplotlib/matplotlib@42aa669 · GitHub
Skip to content

Commit 42aa669

Browse files
committed
Addressing more review suggestions
1 parent 7ad9bbd commit 42aa669

3 files changed

Lines changed: 51 additions & 53 deletions

File tree

doc/devel/coding_guide.rst

Lines changed: 3 additions & 4 deletions

doc/devel/development_setup.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ You can retrieve the latest sources with the command (see
1515
git clone https://github.com/matplotlib/matplotlib.git
1616

1717
This will place the sources in a directory :file:`matplotlib` below your
18-
current working directory.
18+
current working directory, and set up the `upstream remote <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories>`__
19+
to point to the Matplotlib main repository.
1920

2021
If you have the proper privileges, you can use ``git@`` instead of
2122
``https://``, which works through the ssh protocol and might be easier to use
@@ -80,6 +81,8 @@ in your shell.
8081
* :ref:`using-git`
8182
* :ref:`git-resources`
8283
* `Installing git <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`_
84+
* https://tacaswell.github.io/think-like-git.html
85+
* https://tom.preston-werner.com/2009/05/19/the-git-parable.html
8386

8487

8588
Installing Matplotlib in editable mode

doc/devel/development_workflow.rst

Lines changed: 44 additions & 48 deletions

0 commit comments

Comments
 (0)