@@ -67,10 +67,9 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_
67
67
68
68
.. note ::
69
69
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 >`_
74
73
75
74
.. note :: To make sure the tests run locally:
76
75
@@ -87,7 +86,6 @@ environment <http://conda.pydata.org/docs/using/envs.html>`_ is recommended.
87
86
.. seealso ::
88
87
89
88
* :ref: `testing `
90
- * :ref: `using-git `
91
89
92
90
93
91
Contributing code
@@ -106,7 +104,7 @@ then submit a "pull request" (PR):
106
104
2. Fork the `project repository
107
105
<https://github.com/matplotlib/matplotlib> `__: click on the 'Fork' button
108
106
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.
110
108
111
109
3. Clone this copy to your local disk::
112
110
@@ -137,6 +135,7 @@ visibility.
137
135
138
136
* `Git documentation <https://git-scm.com/documentation >`_
139
137
* :ref: `development-workflow `.
138
+ * :ref: `using-git `
140
139
141
140
Contributing pull requests
142
141
--------------------------
0 commit comments