@@ -34,9 +34,10 @@ of the code-base to understand what is going on.
34
34
:open:
35
35
:icon: person-fill
36
36
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:
40
41
41
42
* **You are a Matplotlib user, and you see a bug, a potential improvement, or
42
43
something that annoys you, and you can fix it. **
@@ -86,7 +87,7 @@ of the code-base to understand what is going on.
86
87
Code
87
88
----
88
89
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:
90
91
91
92
* Python library code: :file: `lib/ `
92
93
* C-extension code: :file: `src/ `
@@ -130,15 +131,16 @@ document's URL roughly corresponds to its location in our folder structure:
130
131
* :file: `galleries/user_explain/ `
131
132
* :file: `galleries/tutorials/ `
132
133
* :file: `galleries/examples/ `
133
- * :file: `doc/api `
134
+ * :file: `doc/api/ `
134
135
135
136
.. grid-item :: information about the library
136
137
137
138
* :file: `doc/install/ `
138
139
* :file: `doc/project/ `
139
- * :file: `doc/users/resources/ `
140
- * :file: `doc/users/faq.rst `
141
140
* :file: `doc/devel/ `
141
+ * :file: `doc/users/resources/index.rst `
142
+ * :file: `doc/users/faq.rst `
143
+
142
144
143
145
Other documentation is generated from the following external sources:
144
146
@@ -164,15 +166,14 @@ please reach out on the :ref:`contributor_incubator`
164
166
165
167
Community
166
168
---------
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
-
171
169
Matplotlib's community is built by its members, if you would like to help out
172
170
see our :ref: `communications-guidelines `.
173
171
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
+
174
175
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.
176
177
177
178
If you have developed an extension to Matplotlib, please consider adding it to our
178
179
`third party package <https://github.com/matplotlib/mpl-third-party >`_ list.
0 commit comments