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

Skip to content

Commit 94c2c59

Browse files
committed
.rst to .md for README
1 parent fc85f5e commit 94c2c59

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ formats and interactive environments across platforms. Matplotlib can be
2727
used in Python scripts, Python/IPython shells, web application servers,
2828
and various graphical user interface toolkits.
2929

30-
## **Install**
30+
## Install
3131

3232
See the [install
3333
documentation](https://matplotlib.org/stable/users/installing/index.html),
3434
which is generated from `/doc/users/installing/index.rst`
3535

36-
## **Contribute**
36+
## Contribute
3737

38-
You\'ve discovered a bug or something else you want to change -
38+
You've discovered a bug or something else you want to change -
3939
excellent!
4040

41-
You\'ve worked out a way to fix it -- even better!
41+
You've worked out a way to fix it -- even better!
4242

4343
You want to tell us about it -- best of all!
4444

4545
Start at the [contributing
4646
guide](https://matplotlib.org/devdocs/devel/contributing.html)!
4747

48-
## **Contact**
48+
## Contact
4949

5050
[Discourse](https://discourse.matplotlib.org/) is the discussion forum
5151
for general questions and discussions and our recommended starting
@@ -64,7 +64,7 @@ Our active mailing lists (which are mirrored on Discourse) are:
6464
development and asking questions directly related to contributing to
6565
matplotlib.
6666

67-
## **Citing Matplotlib**
67+
## Citing Matplotlib
6868

6969
If Matplotlib contributes to a project that leads to publication, please
7070
acknowledge this by citing Matplotlib.
@@ -73,7 +73,7 @@ acknowledge this by citing Matplotlib.
7373
entry](https://matplotlib.org/stable/users/project/citing.html) is
7474
available.
7575

76-
### **Research notice**
76+
### Research notice
7777

7878
Please note that this repository is participating in a study into
7979
sustainability of open source projects. Data will be gathered about this
@@ -86,4 +86,4 @@ taken to close/merge these PRs, and issues closed.
8686
For more information, please visit [the informational
8787
page](https://sustainable-open-science-and-software.github.io/) or
8888
download the [participant information
89-
sheet](https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf).
89+
sheet](https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf).

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ def make_release_tree(self, base_dir, files):
271271
'Forum': 'https://discourse.matplotlib.org/',
272272
'Donate': 'https://numfocus.org/donate-to-matplotlib'
273273
},
274-
long_description=Path("README.rst").read_text(encoding="utf-8"),
275-
long_description_content_type="text/x-rst",
274+
long_description=Path("README.md").read_text(encoding="utf-8"),
275+
long_description_content_type="text/markdown",
276276
license="PSF",
277277
platforms="any",
278278
classifiers=[

0 commit comments

Comments
 (0)