@@ -127,6 +127,8 @@ You can then run the tests to check your work environment is set up properly::
127127Contributing code
128128=================
129129
130+ .. _how-to-contribute :
131+
130132How to contribute
131133-----------------
132134
@@ -175,7 +177,7 @@ want to consider sending an email to the mailing list for more visibility.
175177 * `Git documentation <https://git-scm.com/documentation >`_
176178 * `Git-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project >`_
177179 * `Introduction to GitHub <https://lab.github.com/githubtraining/introduction-to-github >`_
178- * :ref: `development-workflow `.
180+ * :ref: `development-workflow `
179181 * :ref: `using-git `
180182
181183Contributing pull requests
@@ -284,8 +286,10 @@ Code is not the only way to contribute to Matplotlib. For instance,
284286documentation is also a very important part of the project and often doesn't
285287get as much attention as it deserves. If you find a typo in the documentation,
286288or 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.
289293
290294.. seealso ::
291295 * :ref: `documenting-matplotlib `
@@ -298,8 +302,8 @@ Other ways to contribute
298302
299303It also helps us if you spread the word: reference the project from your blog
300304and 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 .
303307
304308.. _coding_guidelines :
305309
0 commit comments