4242
4343.. image :: https://matplotlib.org/_static/logo2.svg
4444
45- Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
45+ Matplotlib is a comprehensive library for creating static, animated, and
46+ interactive visualizations in Python.
4647
4748Check out our `home page <https://matplotlib.org/ >`_ for more information.
4849
4950.. image :: https://matplotlib.org/_static/readme_preview.png
5051
51- Matplotlib produces publication-quality figures in a variety of hardcopy formats
52- and interactive environments across platforms. Matplotlib can be used in Python scripts,
53- the Python and IPython shell, web application servers, and various
54- graphical user interface toolkits.
52+ Matplotlib produces publication-quality figures in a variety of hardcopy
53+ formats and interactive environments across platforms. Matplotlib can be used
54+ in Python scripts, the Python and IPython shell, web application servers, and
55+ various graphical user interface toolkits.
5556
5657
5758Install
5859=======
5960
6061For installation instructions and requirements, see `INSTALL.rst <INSTALL.rst >`_ or the
61- `install <https://matplotlib.org/users/installing.html >`_ documentation.
62+ `install <https://matplotlib.org/stable/ users/installing.html >`_ documentation.
6263
6364Test
6465====
@@ -67,28 +68,36 @@ After installation, launch the test suite::
6768
6869 python -m pytest
6970
70- Read the `testing guide <https://matplotlib.org/devel/testing.html >`_ for more information and alternatives.
71+ Read the `testing guide <https://matplotlib.org/stable/devel/testing.html >`_
72+ for more information and alternatives.
7173
7274Contribute
7375==========
76+
7477You've discovered a bug or something else you want to change - excellent!
7578
7679You've worked out a way to fix it – even better!
7780
7881You want to tell us about it – best of all!
7982
80- Start at the `contributing guide <https://matplotlib.org/devdocs/devel/contributing.html >`_!
83+ Start at the `contributing guide
84+ <https://matplotlib.org/devdocs/devel/contributing.html> `_!
8185
8286Contact
8387=======
8488
85- `Discourse <https://discourse.matplotlib.org/ >`_ is the discussion forum for general questions and discussions and our recommended starting point.
89+ `Discourse <https://discourse.matplotlib.org/ >`_ is the discussion forum for
90+ general questions and discussions and our recommended starting point.
8691
8792Our active mailing lists (which are mirrored on Discourse) are:
8893
89- * `
Users <
https://mail.python.org/mailman/listinfo/matplotlib-users >`_ mailing list:
[email protected] 90- * `
Announcement <
https://mail.python.org/mailman/listinfo/matplotlib-announce >`_ mailing list:
[email protected] 91- * `
Development <
https://mail.python.org/mailman/listinfo/matplotlib-devel >`_ mailing list:
[email protected] 94+ * `Users <https://mail.python.org/mailman/listinfo/matplotlib-users >`_ mailing
95+ 96+ * `Announcement
97+ <https://mail.python.org/mailman/listinfo/matplotlib-announce> `_ mailing
98+ 99+ * `Development <https://mail.python.org/mailman/listinfo/matplotlib-devel >`_
100+ 92101
93102Gitter _ is for coordinating development and asking questions directly related
94103to contributing to matplotlib.
@@ -99,21 +108,21 @@ Citing Matplotlib
99108If Matplotlib contributes to a project that leads to publication, please
100109acknowledge this by citing Matplotlib.
101110
102- `A ready-made citation entry <https://matplotlib.org/citing.html >`_ is available.
111+ `A ready-made citation entry <https://matplotlib.org/stable/citing.html >`_ is
112+ available.
103113
104114Research notice
105115~~~~~~~~~~~~~~~
106116
107117Please note that this repository is participating in a study into
108118sustainability of open source projects. Data will be gathered about this
109- repository for approximately the next 12 months, starting from June
110- 2021.
119+ repository for approximately the next 12 months, starting from June 2021.
111120
112- Data collected will include number of contributors, number of PRs, time
113- taken to close/merge these PRs, and issues closed.
121+ Data collected will include number of contributors, number of PRs, time taken
122+ to close/merge these PRs, and issues closed.
114123
115- For more information, please visit `the informational
116- page <https://sustainable-open-science-and-software.github.io/> `__ or
117- download the `participant information
118- sheet <https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf> `__.
124+ For more information, please visit `the informational page
125+ <https://sustainable-open-science-and-software.github.io/> `__ or download the
126+ `participant information sheet
127+ <https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf> `__.
119128
0 commit comments