@@ -109,30 +109,40 @@ Other learning resources
109
109
There are many :doc: `external learning resources <resources/index >` available
110
110
including printed material, videos and tutorials.
111
111
112
- Need help?
113
- ~~~~~~~~~~
112
+ Join our community!
113
+ ~~~~~~~~~~~~~~~~~~~
114
114
115
115
Matplotlib is a welcoming, inclusive project, and we follow the `Python
116
116
Software Foundation Code of Conduct <coc_> `_ in everything we do.
117
117
118
118
.. _coc : http://www.python.org/psf/codeofconduct/
119
119
120
- Check the :doc: `FAQ <faq/index >` and the :doc: `API <api/index >` docs.
121
-
122
- For help, join the `gitter channel `_ and the matplotlib-users _,
123
- matplotlib-devel _, and matplotlib-announce _ mailing lists, or check out the
124
- Matplotlib tag on stackoverflow _. The `search <search.html >`_ tool searches
125
- all of the documentation, including full text search of over 350 complete
126
- examples which exercise almost every corner of Matplotlib.
127
-
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
128
134
.. _gitter channel : https://gitter.im/matplotlib/matplotlib
129
135
.. _matplotlib-users : https://mail.python.org/mailman/listinfo/matplotlib-users
130
136
.. _matplotlib-devel : https://mail.python.org/mailman/listinfo/matplotlib-devel
131
137
.. _matplotlib-announce : https://mail.python.org/mailman/listinfo/matplotlib-announce
132
138
.. _stackoverflow : http://stackoverflow.com/questions/tagged/matplotlib
139
+ .. _Twitter : https://twitter.com/matplotlib
140
+ .. _Instagram : https://www.instagram.com/matplotart/
133
141
134
142
You can file bugs, patches and feature requests on the `issue tracker `_, but it
135
- is a good idea to ping us on the mailing list too.
143
+ is a good idea to ping us on Discourse _ as well.
144
+
145
+ .. _Discourse : https://discourse.matplotlib.org
136
146
137
147
To keep up to date with what's going on in Matplotlib, see the :doc: `what's
138
148
new <users/whats_new>` page or browse the `source code `_. Anything that could
0 commit comments