[Python-checkins] devguide: Add hyperlinks

antoine.pitrou python-checkins at python.org
Fri Feb 4 22:50:51 CET 2011


antoine.pitrou pushed 25021ea224ce to devguide:

http://hg.python.org/devguide/rev/25021ea224ce
changeset:   232:25021ea224ce
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Feb 04 22:01:03 2011 +0100
summary:
  Add hyperlinks

files:
  devcycle.rst
  setup.rst

diff --git a/devcycle.rst b/devcycle.rst
--- a/devcycle.rst
+++ b/devcycle.rst
@@ -18,9 +18,14 @@
 Python has branches at the granularity of minor versions. Micro and
 release-level versions are represented using tags in the VCS.
 
+
+.. _indevbranch:
+
 In-Development
 --------------
-The current branch under active development.
+
+The current branch under active development.  It can be :ref:`checked out
+<checkout>` from http://svn.python.org/projects/python/branches/py3k.
 
 The in-development branch is where new functionality and semantic changes
 occur. Currently this branch is known as the "py3k" branch. The next minor
@@ -35,6 +40,7 @@
 
 Maintenance
 -----------
+
 The branch currently being maintained for bug fixes.
 
 The branch under maintenance is the last minor version of Python to be released
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -21,6 +21,8 @@
 <http://tortoisesvn.net/>`_ graphical client.
 
 
+.. _checkout:
+
 Checking out the code
 ----------------------
 
@@ -33,7 +35,7 @@
 
 To get a read-only checkout of CPython's source, you need to checkout the source
 code. To get a read-only checkout of
-the in-development branch of Python, run::
+the :ref:`in-development <indevbranch>` branch of Python, run::
 
     svn co http://svn.python.org/projects/python/branches/py3k
 

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


More information about the Python-checkins mailing list