Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1a4a11

Browse files
committed
Re-wrap toplevel readme
1 parent d3b46f2 commit d1a4a11

File tree

1 file changed

+30
-21
lines changed

1 file changed

+30
-21
lines changed

README.rst

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,24 @@
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

4748
Check 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

5758
Install
5859
=======
5960

6061
For 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

6364
Test
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

7274
Contribute
7375
==========
76+
7477
You've discovered a bug or something else you want to change - excellent!
7578

7679
You've worked out a way to fix it – even better!
7780

7881
You 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

8286
Contact
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

8792
Our 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+
mailing list: [email protected]
92101

93102
Gitter_ is for coordinating development and asking questions directly related
94103
to contributing to matplotlib.
@@ -99,21 +108,21 @@ Citing Matplotlib
99108
If Matplotlib contributes to a project that leads to publication, please
100109
acknowledge 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

104114
Research notice
105115
~~~~~~~~~~~~~~~
106116

107117
Please note that this repository is participating in a study into
108118
sustainability 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

Comments
 (0)