summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRoger <rogersachan@users.noreply.github.com>2017-02-15 17:54:05 -0500
committerVictor Stinner <victor.stinner@gmail.com>2017-02-15 23:54:05 +0100
commitb3f1f59cf451d4a25b204e7a24f7be4c95e40be8 (patch)
tree188ef799d8cfbd76c9d908f6918684f34fd20d5b /README.rst
parent91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c (diff)
downloadcpython-git-b3f1f59cf451d4a25b204e7a24f7be4c95e40be8.tar.gz
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 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c6cca80b41..652dfef7df 100644
--- a/README.rst
+++ b/README.rst
@@ -130,8 +130,8 @@ If you would like to contribute to the development of Python, relevant
documentation is available in the `Python Developer's Guide
<https://docs.python.org/devguide/>`_.
-For information about building Python's documentation, refer to `Doc/README.txt
-<https://github.com/python/cpython/blob/master/Doc/README.txt>`_.
+For information about building Python's documentation, refer to `Doc/README.rst
+<https://github.com/python/cpython/blob/master/Doc/README.rst>`_.
Converting From Python 2.x to 3.x