From 2d33d601a9e9eee2b7fb543a85dfb31f4be61c32 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 15 Feb 2017 18:15:23 +0530 Subject: [PATCH 1/2] Update README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index c6cca80b41273a..a17ff2aeb97053 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,12 @@ 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 ------------ From 8873a5fbc10993bdd9c56320f72ad388ef453a85 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 18 Feb 2017 10:41:17 +0530 Subject: [PATCH 2/2] Remove redundant devguide link --- README.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index a17ff2aeb97053..40c3467a6a41b8 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,8 @@ 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`_. +For more complete instructions on contributing to CPython development, +see the `Developer Guide`_. .. _Developer Guide: https://docs.python.org/devguide/ @@ -132,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 -`_. - For information about building Python's documentation, refer to `Doc/README.txt `_.