]> granicus.if.org Git - python/commitdiff
Make devguide link in README more prominent (#145)
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 18 Feb 2017 06:31:47 +0000 (12:01 +0530)
committerGitHub <noreply@github.com>
Sat, 18 Feb 2017 06:31:47 +0000 (12:01 +0530)
README.rst

index 652dfef7df304a24cef22ed1b92c5912eaf711aa..8b701c1d9c94d6d8e543d1b8bacd135286ad1c35 100644 (file)
@@ -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>`_.