Skip to content

Commit 4906876

Browse files
authored
Merge pull request #15439 from jklymak/doc-mention-discourse
DOC: mention discourse main page
2 parents ce334d4 + 0bec9e6 commit 4906876

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

doc/index.rst

+21-11
Original file line numberDiff line numberDiff line change
@@ -109,30 +109,40 @@ Other learning resources
109109
There are many :doc:`external learning resources <resources/index>` available
110110
including printed material, videos and tutorials.
111111

112-
Need help?
113-
~~~~~~~~~~
112+
Join our community!
113+
~~~~~~~~~~~~~~~~~~~
114114

115115
Matplotlib is a welcoming, inclusive project, and we follow the `Python
116116
Software Foundation Code of Conduct <coc_>`_ in everything we do.
117117

118118
.. _coc: http://www.python.org/psf/codeofconduct/
119119

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
128134
.. _gitter channel: https://gitter.im/matplotlib/matplotlib
129135
.. _matplotlib-users: https://mail.python.org/mailman/listinfo/matplotlib-users
130136
.. _matplotlib-devel: https://mail.python.org/mailman/listinfo/matplotlib-devel
131137
.. _matplotlib-announce: https://mail.python.org/mailman/listinfo/matplotlib-announce
132138
.. _stackoverflow: http://stackoverflow.com/questions/tagged/matplotlib
139+
.. _Twitter: https://twitter.com/matplotlib
140+
.. _Instagram: https://www.instagram.com/matplotart/
133141

134142
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
136146

137147
To keep up to date with what's going on in Matplotlib, see the :doc:`what's
138148
new <users/whats_new>` page or browse the `source code`_. Anything that could

0 commit comments

Comments
 (0)