[Python-checkins] devguide: Make "build" step of Quick Start match the formatting of the other steps.

chris.jerdonek python-checkins at python.org
Fri Dec 28 04:50:56 CET 2012


http://hg.python.org/devguide/rev/04f801a821cf
changeset:   581:04f801a821cf
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Thu Dec 27 19:50:27 2012 -0800
summary:
  Make "build" step of Quick Start match the formatting of the other steps.

files:
  index.rst |  7 ++++---
  setup.rst |  2 ++
  2 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -18,10 +18,11 @@
 
       hg clone http://hg.python.org/cpython
 
-2. On UNIX, run ``./configure --with-pydebug && make -j2`` to
-   :ref:`build Python <compiling>`.
+2. :ref:`Build Python <compiling>`.  On :ref:`UNIX <unix-compiling>`::
 
-   On :ref:`Windows <windows-compiling>`, load the project file
+      ./configure --with-pydebug && make -j2
+
+   On :ref:`Windows <windows-compiling>`, open the solution file
    :file:`PCbuild\\pcbuild.sln` in Visual Studio, select :menuselection:`Debug`,
    and :menuselection:`Build --> Build Solution`.
 3. :doc:`Run the tests <runtests>`::
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -122,6 +122,8 @@
    more Python code than C.
 
 
+.. _unix-compiling:
+
 UNIX
 ''''
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list