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

Skip to content

Commit c97d6ac

Browse files
committed
DOC better title
1 parent 5a9f988 commit c97d6ac

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

doc/devel/contributing.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_
6767

6868
.. note::
6969

70-
**Additional dependencies for testing**: nose_ (version 1.0 or later),
71-
`mock <http://www.voidspace.org.uk/python/mock/>`_ (if python < 3.3),
72-
`Ghostscript <http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape
73-
<http://inkscape.org>`_
70+
**Additional dependencies for testing**: nose_ (version 1.0 or later), `mock
71+
<http://www.voidspace.org.uk/python/mock/>`_ (if python < 3.3), `Ghostscript
72+
<http://pages.cs.wisc.edu/~ghost/>`_, `Inkscape <http://inkscape.org>`_
7473

7574
.. note:: To make sure the tests run locally:
7675

@@ -87,7 +86,6 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_ is recommended.
8786
.. seealso::
8887

8988
* :ref:`testing`
90-
* :ref:`using-git`
9189

9290

9391
Contributing code
@@ -106,7 +104,7 @@ then submit a "pull request" (PR):
106104
2. Fork the `project repository
107105
<https://github.com/matplotlib/matplotlib>`__: click on the 'Fork' button
108106
near the top of the page. This creates a copy of the code under your
109-
account scikit-learnon the GitHub server.
107+
account on the GitHub server.
110108

111109
3. Clone this copy to your local disk::
112110

@@ -137,6 +135,7 @@ visibility.
137135

138136
* `Git documentation <https://git-scm.com/documentation>`_
139137
* :ref:`development-workflow`.
138+
* :ref:`using-git`
140139

141140
Contributing pull requests
142141
--------------------------

doc/devel/gitwash/development_workflow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _development-workflow:
22

3-
====================
4-
Development workflow
5-
====================
3+
=========================
4+
Git Development workflow
5+
=========================
66

77
You've discovered a bug or something else you want to change
88
in matplotlib_ .. |emdash| excellent!

0 commit comments

Comments
 (0)