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

Skip to content

Commit eaac6a7

Browse files
committed
dropdown + moving link
1 parent 0f170e8 commit eaac6a7

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

doc/devel/development_setup.rst

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,24 @@ Now set the remote name ``upstream`` to point to the Matplotlib main repository:
8181
git remote add upstream [email protected]:matplotlib/matplotlib.git
8282
8383
You can now use ``upstream`` to retrieve the most current snapshot of the source
84-
code, as described in :ref:`development-workflow`. See also `Managing remote repositories
85-
<https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories>`__.
84+
code, as described in :ref:`development-workflow`.
8685

87-
.. note::
86+
.. dropdown:: Additional ``git`` and ``GitHub`` resources
87+
:color: info
88+
:open:
8889

89-
For more information on ``git`` and ``GitHub``, check the following resources.
90+
For more information on ``git`` and ``GitHub``, see:
91+
92+
* `Git documentation <https://git-scm.com/doc>`_
93+
* `GitHub-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project>`_
94+
* `GitHub Skills <https://skills.github.com/>`_
95+
* :ref:`using-git`
96+
* :ref:`git-resources`
97+
* `Installing git <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`_
98+
* `Managing remote repositories <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories>`_
99+
* https://tacaswell.github.io/think-like-git.html
100+
* https://tom.preston-werner.com/2009/05/19/the-git-parable.html
90101

91-
* `Git documentation <https://git-scm.com/doc>`_
92-
* `GitHub-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project>`_
93-
* `GitHub Skills <https://skills.github.com/>`_
94-
* :ref:`using-git`
95-
* :ref:`git-resources`
96-
* `Installing git <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`_
97-
* https://tacaswell.github.io/think-like-git.html
98-
* https://tom.preston-werner.com/2009/05/19/the-git-parable.html
99102

100103
.. _dev-environment:
101104

0 commit comments

Comments
 (0)