summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-16 18:32:25 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-16 18:32:25 (GMT)
commit802bf8aea1cff2122fc64cca33dc73b50b85e09c (patch)
treea8af09cad75346f0945a913c99db615bf8f19bbe /README
parentac601601ced9e06b2132781b7c4a4551ab93758a (diff)
downloadcpython-802bf8aea1cff2122fc64cca33dc73b50b85e09c.zip
cpython-802bf8aea1cff2122fc64cca33dc73b50b85e09c.tar.gz
cpython-802bf8aea1cff2122fc64cca33dc73b50b85e09c.tar.bz2
#18707: point to Doc/README.txt in the README file. Patch by Madison May.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 5d6b3d7..0d8dce4 100644
--- a/README
+++ b/README
@@ -76,6 +76,13 @@ is downloadable in HTML, PDF, and reStructuredText formats; the latter version
is primarily for documentation authors, translators, and people with special
formatting requirements.
+If you would like to contribute to the development of Python, relevant
+documentation is available at:
+
+ http://docs.python.org/devguide/
+
+For information about building Python's documentation, refer to Doc/README.txt.
+
Converting From Python 2.x to 3.x
---------------------------------