Rename Doc/README.txt to Doc/README.rst and add formatting (#104)

* Reformat Doc/README.txt to Doc/README.rst

* Update mention of Doc/README.rst

* Update mention of README.txt to README.rst

* Make line fold

* rstlint ignore Doc/README.rst

* conf.py ignore Doc/README.rst

* Update issue tracker url in Docs/README.rst
This commit is contained in:
Roger 2017-02-15 17:54:05 -05:00 committed by Victor Stinner
parent 91b0e7d0ca
commit b3f1f59cf4
5 changed files with 16 additions and 15 deletions

View file

@ -37,7 +37,7 @@ highlight_language = 'python3'
needs_sphinx = '1.2'
# Ignore any .rst files in the venv/ directory.
exclude_patterns = ['venv/*']
exclude_patterns = ['venv/*', 'README.rst']
# Options for HTML output