@@ -127,6 +127,8 @@ You can then run the tests to check your work environment is set up properly::
127
127
Contributing code
128
128
=================
129
129
130
+ .. _how-to-contribute :
131
+
130
132
How to contribute
131
133
-----------------
132
134
@@ -175,7 +177,7 @@ want to consider sending an email to the mailing list for more visibility.
175
177
* `Git documentation <https://git-scm.com/documentation >`_
176
178
* `Git-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project >`_
177
179
* `Introduction to GitHub <https://lab.github.com/githubtraining/introduction-to-github >`_
178
- * :ref: `development-workflow `.
180
+ * :ref: `development-workflow `
179
181
* :ref: `using-git `
180
182
181
183
Contributing pull requests
@@ -284,8 +286,10 @@ Code is not the only way to contribute to Matplotlib. For instance,
284
286
documentation is also a very important part of the project and often doesn't
285
287
get as much attention as it deserves. If you find a typo in the documentation,
286
288
or have made improvements, do not hesitate to send an email to the mailing
287
- list or submit a GitHub pull request. Full documentation can be found under
288
- the :file: `doc/ `, :file: `tutorials/ `, and :file: `examples/ ` directories.
289
+ list or submit a GitHub pull request as outlined in :ref: `how-to-contribute `.
290
+
291
+ Full documentation can be found under the :file: `doc/ `, :file: `tutorials/ `,
292
+ and :file: `examples/ ` directories.
289
293
290
294
.. seealso ::
291
295
* :ref: `documenting-matplotlib `
@@ -298,8 +302,8 @@ Other ways to contribute
298
302
299
303
It also helps us if you spread the word: reference the project from your blog
300
304
and articles or link to it from your website! If Matplotlib contributes to a
301
- project that leads to a scientific publication, please follow these guidelines
302
- for citation :doc: `/citing `.
305
+ project that leads to a scientific publication, please follow the
306
+ :doc: `/citing ` guidelines .
303
307
304
308
.. _coding_guidelines :
305
309
0 commit comments