diff options
author | Roger <rogersachan@users.noreply.github.com> | 2017-02-15 22:54:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-15 22:54:05 (GMT) |
commit | b3f1f59cf451d4a25b204e7a24f7be4c95e40be8 (patch) | |
tree | 188ef799d8cfbd76c9d908f6918684f34fd20d5b /Doc/Makefile | |
parent | 91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c (diff) | |
download | cpython-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.zip cpython-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.tar.gz cpython-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.tar.bz2 |
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
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index eb62df5..94697f9 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -153,7 +153,7 @@ dist: cp -pPR build/epub/Python.epub dist/python-$(DISTVERSION)-docs.epub check: - $(PYTHON) tools/rstlint.py -i tools -i venv + $(PYTHON) tools/rstlint.py -i tools -i venv -i README.rst serve: ../Tools/scripts/serve.py build/html |