You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since PyPI compatible readme is formatted in reStructuredText and PyPI cannot render markdown document correctly, you had fixed readme to be formatted in reStructuredText (about issue #137).
Then the file extension of reStructuredText is .rst, but the file name is still README.md.
In addition, GitHub can render reStructuredText correctly if the file extension is .rst, therefore I think the document should be renamed.
The text was updated successfully, but these errors were encountered:
Since PyPI compatible readme is formatted in reStructuredText and PyPI cannot render markdown document correctly, you had fixed readme to be formatted in reStructuredText (about issue #137).
Then the file extension of reStructuredText is
.rst
, but the file name is stillREADME.md
.In addition, GitHub can render reStructuredText correctly if the file extension is .rst, therefore I think the document should be renamed.
The text was updated successfully, but these errors were encountered: