summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2017-02-18 06:31:47 (GMT)
committerGitHub <noreply@github.com>2017-02-18 06:31:47 (GMT)
commit1b3d88eb33085e90af729c4c2f78b5ba1b942b1e (patch)
tree23fbb352408e3a6d85ee783b03ab167f7b67c10a /README.rst
parentb2ee40ed9c9041dcff9c898aa19aacf9ec60308a (diff)
downloadcpython-1b3d88eb33085e90af729c4c2f78b5ba1b942b1e.zip
cpython-1b3d88eb33085e90af729c4c2f78b5ba1b942b1e.tar.gz
cpython-1b3d88eb33085e90af729c4c2f78b5ba1b942b1e.tar.bz2
Make devguide link in README more prominent (#145)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 652dfef..8b701c1 100644
--- a/README.rst
+++ b/README.rst
@@ -15,6 +15,13 @@ reserved.
See the end of this file for further copyright and license information.
+Contributing to CPython
+-----------------------
+
+For more complete instructions on contributing to CPython development,
+see the `Developer Guide`_.
+
+.. _Developer Guide: https://docs.python.org/devguide/
Using Python
------------
@@ -126,10 +133,6 @@ 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 in the `Python Developer's Guide
-<https://docs.python.org/devguide/>`_.
-
For information about building Python's documentation, refer to `Doc/README.rst
<https://github.com/python/cpython/blob/master/Doc/README.rst>`_.