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

Skip to content

Commit 7efa8c2

Browse files
committed
--amend
1 parent 03e656c commit 7efa8c2

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

doc/devel/contribute.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ of the code-base to understand what is going on.
3434
:open:
3535
:icon: person-fill
3636

37-
100% yes. There are so many ways to contribute to our community. Take a look at
38-
the next sections to learn more. There are a few typical new contributor
39-
profiles:
37+
100% yes! There are so many ways to contribute to our community. Take a look
38+
at the following sections to learn more.
39+
40+
There are a few typical new contributor profiles:
4041

4142
* **You are a Matplotlib user, and you see a bug, a potential improvement, or
4243
something that annoys you, and you can fix it.**
@@ -86,7 +87,7 @@ of the code-base to understand what is going on.
8687
Code
8788
----
8889
You want to implement a feature or fix a bug or help with maintenance - much
89-
appreciated! Our library source code is found in
90+
appreciated! Our library source code is found in:
9091

9192
* Python library code: :file:`lib/`
9293
* C-extension code: :file:`src/`
@@ -130,15 +131,16 @@ document's URL roughly corresponds to its location in our folder structure:
130131
* :file:`galleries/user_explain/`
131132
* :file:`galleries/tutorials/`
132133
* :file:`galleries/examples/`
133-
* :file:`doc/api`
134+
* :file:`doc/api/`
134135

135136
.. grid-item:: information about the library
136137

137138
* :file:`doc/install/`
138139
* :file:`doc/project/`
139-
* :file:`doc/users/resources/`
140-
* :file:`doc/users/faq.rst`
141140
* :file:`doc/devel/`
141+
* :file:`doc/users/resources/index.rst`
142+
* :file:`doc/users/faq.rst`
143+
142144

143145
Other documentation is generated from the following external sources:
144146

@@ -164,15 +166,14 @@ please reach out on the :ref:`contributor_incubator`
164166

165167
Community
166168
---------
167-
168-
It also helps us if you spread the word: reference the project from your blog
169-
and articles or link to it from your website!
170-
171169
Matplotlib's community is built by its members, if you would like to help out
172170
see our :ref:`communications-guidelines`.
173171

172+
It helps us if you spread the word: reference the project from your blog
173+
and articles or link to it from your website!
174+
174175
If Matplotlib contributes to a project that leads to a scientific publication,
175-
please follow the :doc:`/project/citing` guidelines.
176+
please cite us following the :doc:`/project/citing` guidelines.
176177

177178
If you have developed an extension to Matplotlib, please consider adding it to our
178179
`third party package <https://github.com/matplotlib/mpl-third-party>`_ list.

doc/project/citing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.. redirect-from:: /citing
22
.. redirect-from:: /users/project/citing
33

4+
.. _citing_matplotlib:
5+
46
Citing Matplotlib
57
=================
68

0 commit comments

Comments
 (0)