http://hg.python.org/devguide/rev/5e1627e8d4e7 changeset: 568:5e1627e8d4e7 user: Chris Jerdonek <chris.jerdonek at gmail.com> date: Fri Nov 16 15:09:14 2012 -0800 summary: Link to "checkout" in Quick Start and link "set up" to "setup". files: index.rst | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.rst b/index.rst --- a/index.rst +++ b/index.rst @@ -36,10 +36,13 @@ Quick Start ----------- -Here is a list of the basic steps necessary to get set up and make a patch: +Here is a list of the basic steps needed to get :ref:`set up <setup>` with +`CPython <http://www.python.org/>`__ and make a patch: -1. Get :ref:`a clone of CPython <setup>` with ``hg clone - http://hg.python.org/cpython``. +1. :ref:`Get the source code <checkout>`:: + + hg clone http://hg.python.org/cpython + 2. On UNIX, run ``./configure --with-pydebug && make -j2`` to :ref:`build Python <compiling>`. -- Repository URL: http://hg.python.org/devguide