@@ -117,37 +117,71 @@ Software Foundation Code of Conduct <coc_>`_ in everything we do.
117
117
118
118
.. _coc : http://www.python.org/psf/codeofconduct/
119
119
120
- - Join our community at `discourse.matplotlib.org `_ to get help, discuss
121
- contributing & development, and share your work.
122
- - If you have questions, be sure to check the :doc: `FAQ <faq/index >`, the
123
- :doc: `API <api/index >` docs, and the `search <search.html >`_ tool
124
- searches all of the documentation, including full text search of over 350
125
- complete examples which exercise almost every corner of Matplotlib.
126
- - If its something quick join the `gitter channel `_ to chat with the
127
- community.
128
- - If you prefer email there are the matplotlib-users _, matplotlib-devel _,
129
- and matplotlib-announce _ mailing lists.
130
- - Check out the Matplotlib tag on stackoverflow _.
131
- - Tweet us at Twitter _! or see cool plots on Instagram _!
132
-
133
- .. _discourse.matplotlib.org : https://discourse.matplotlib.org
134
- .. _gitter channel : https://gitter.im/matplotlib/matplotlib
135
- .. _matplotlib-users : https://mail.python.org/mailman/listinfo/matplotlib-users
136
- .. _matplotlib-devel : https://mail.python.org/mailman/listinfo/matplotlib-devel
137
- .. _matplotlib-announce : https://mail.python.org/mailman/listinfo/matplotlib-announce
138
- .. _stackoverflow : http://stackoverflow.com/questions/tagged/matplotlib
139
- .. _Twitter : https://twitter.com/matplotlib
140
- .. _Instagram : https://www.instagram.com/matplotart/
141
-
142
- You can file bugs, patches and feature requests on the `issue tracker `_, but it
143
- is a good idea to ping us on Discourse _ as well.
144
-
145
- .. _Discourse : https://discourse.matplotlib.org
146
-
147
- To keep up to date with what's going on in Matplotlib, see the :doc: `what's
148
- new <users/whats_new>` page or browse the `source code `_. Anything that could
149
- require changes to your existing code is logged in the :doc: `API changes
150
- <api/api_changes>` file.
120
+
121
+ .. raw :: html
122
+
123
+ <h3 >Get help</h3 >
124
+ <div class =" box" >
125
+ <div class =" box-item" >
126
+ <img src =" _static/fa/discourse-brands.svg" alt =" Discourse" >
127
+ <p >Join our community at <a href =" https://discourse.matplotlib.org" >discourse.matplotlib.org</a >
128
+ to get help, discuss contributing & ; development, and share your work.</p >
129
+ </div >
130
+ <div class =" box-item" >
131
+ <img src =" _static/fa/question-circle-regular.svg" alt =" Questions" >
132
+ <p >If you have questions, be sure to check the <a href =" faq/index.html" >FAQ</a >,
133
+ the <a href =" api/index.html" >API</a > docs. The full text
134
+ <a href =" search.html" >search</a > is a good way to discover the docs including the many examples.</p >
135
+ </div >
136
+ <div class =" box-item" >
137
+ <img src =" _static/fa/stack-overflow-brands.svg" alt =" Stackoverflow" >
138
+ <p >Check out the Matplotlib tag on <a href =" http://stackoverflow.com/questions/tagged/matplotlib" >stackoverflow</a >.</p >
139
+ </div >
140
+ <div class =" box-item" >
141
+ <img src =" _static/fa/gitter-brands.svg" alt =" Gitter" >
142
+ <p >Short questions may be posted on the <a href =" https://gitter.im/matplotlib/matplotlib" >gitter channel</a >.</p >
143
+ </div >
144
+ </div >
145
+ <hr class =' box-sep' >
146
+ <h3 >News</h3 >
147
+ <div class =" box" >
148
+ <div class =" box-item" >
149
+ <img src =" _static/fa/plus-square-regular.svg" alt =" News" >
150
+ <p >To keep up to date with what's going on in Matplotlib, see the
151
+ <a href =" users/whats_new.html" >what's new</a > page or browse the
152
+ <a href =" https://github.com/matplotlib/matplotlib" >source code</a >. Anything that could
153
+ require changes to your existing code is logged in the
154
+ <a href =" api/api_changes.html" >API changes</a > file.</p >
155
+ </div >
156
+ <div class =" box-item" >
157
+ <img src =" _static/fa/hashtag-solid.svg" alt =" Social media" >
158
+ <p >Tweet us at <a href =" https://twitter.com/matplotlib" >Twitter</a >!
159
+ or see cool plots on <a href =" https://www.instagram.com/matplotart/" >Instagram</a >!</p >
160
+ </div >
161
+ </div >
162
+ <hr class =' box-sep' >
163
+ <h3 >Development</h3 >
164
+ <div class =" box" >
165
+ <div class =" box-item" >
166
+ <img src =" _static/fa/github-brands.svg" alt =" Github" >
167
+ <p >Matplotlib is hosted on <a href =" https://github.com/matplotlib/matplotlib" >GitHub</a >.</p >
168
+ <ul >
169
+ <li >File bugs and feature requests on the <a href =" https://github.com/matplotlib/matplotlib/issues" >issue tracker</a >.</li >
170
+ <li ><a href =" https://github.com/matplotlib/matplotlib/pulls" >Pull requests</a > are always welcome.</li >
171
+ </ul >
172
+ <p >It is a good idea to ping us on <a href =" https://discourse.matplotlib.org" >Discourse</a > as well.</p >
173
+ </div >
174
+ <div class =" box-item" >
175
+ <img src =" _static/fa/envelope-regular.svg" alt =" Mailing lists" >
176
+ <p >Mailing lists</p >
177
+ <ul >
178
+ <li ><a href =" https://mail.python.org/mailman/listinfo/matplotlib-users" >matplotlib-users</a > for usage questions</li >
179
+ <li ><a href =" https://mail.python.org/mailman/listinfo/matplotlib-devel" >matplotlib-devel</a > for development</li >
180
+ <li ><a href =" https://mail.python.org/mailman/listinfo/matplotlib-announce" >matplotlib-announce</a > for project announcements</li >
181
+ </ul >
182
+ </div >
183
+ </div >
184
+
151
185
152
186
Toolkits
153
187
========
@@ -206,10 +240,3 @@ Foundation (PSF) license <psf-license_>`_.
206
240
207
241
There is an active developer community and a long list of people who have made
208
242
significant :doc: `contributions <users/credits >`.
209
-
210
- Matplotlib is hosted on `Github <source code _>`_. `Issues <issue tracker _>`_
211
- and `Pull requests `_ are tracked at Github too.
212
-
213
- .. _source code : https://github.com/matplotlib/matplotlib
214
- .. _issue tracker : https://github.com/matplotlib/matplotlib/issues
215
- .. _pull requests : https://github.com/matplotlib/matplotlib/pulls
0 commit comments