@@ -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.
8687Code
8788----
8889You 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
143145Other documentation is generated from the following external sources:
144146
@@ -164,15 +166,14 @@ please reach out on the :ref:`contributor_incubator`
164166
165167Community
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-
171169Matplotlib's community is built by its members, if you would like to help out
172170see 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+
174175If 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
177178If 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.
0 commit comments