[Python-checkins] devguide: Ref linking for setup.rst.

brett.cannon python-checkins at python.org
Tue Jan 4 20:55:50 CET 2011


brett.cannon pushed de3088c14779 to devguide:

http://hg.python.org/devguide/rev/de3088c14779
changeset:   9:de3088c14779
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 04 10:55:17 2011 -0800
summary:
  Ref linking for setup.rst.

files:
  index.rst
  setup.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -15,7 +15,7 @@
 follow the top-level bullet points in order, while sub-level bullet points can
 be done in any order.
 
-* `Getting set up <XXX>`_
+* :ref:`setup`
 * Coding style guides
     * `PEP 7`_
     * `PEP 8`_
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -1,3 +1,5 @@
+.. _setup:
+
 Getting Set Up
 ==============
 

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


More information about the Python-checkins mailing list