[Python-checkins] devguide: Add placeholder links to make sure that the reST markup will compile.

brett.cannon python-checkins at python.org
Tue Jan 4 19:39:25 CET 2011


brett.cannon pushed 2e69dc621d8d to devguide:

http://hg.python.org/devguide/rev/2e69dc621d8d
changeset:   2:2e69dc621d8d
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 04 10:25:14 2011 -0800
summary:
  Add placeholder links to make sure that the reST markup will compile.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -1,47 +1,46 @@
-.. comment::
-    This file acts as a TODO list, w/ anything that is specified as a
-    link which does not point to a specific file as something that needs doing.
+Python Language / CPython interpreter Developer's Guide
+=======================================================
 
 Contributing
-============
+------------
 
 This list is in an overall suggested order for people wanting to contribute to
 the Python programming language and/or the CPython interpreter. People should
 follow the top-level bullet points in order, while sub-level bullet points can
 be done in any order.
 
-* `Getting set up`_
+* `Getting set up <XXX>`_
 * Coding style guides
     * `PEP 7`_
     * `PEP 8`_
-* `Using the buildbots`_
-* `Submitting a patch`_
+* `Using the buildbots <XXX>`_
+* `Submitting a patch <XXX>`_
 * Projects to get familiar with the development process
-    * `Help increase test coverage`_
-    * `Make all unit tests discoverable by unittest`_
-    * `Fixing documentation bugs`_
+    * `Help increase test coverage <XXX>`_
+    * `Make all unit tests discoverable by unittest <XXX>`_
+    * `Fixing documentation bugs <XXX>`_
 * Projects for once you are comfortable
-    * `Helping triage issues`_
-    * `Fixing issues considered "easy"`_ (and beyond)
-* `Gaining 'Developer' privileges for the issue tracker`_
-    * `Triaging issues`_
-    * `Reviewing patches`_
-* `Gaining commit privileges`_
-    * `Committing patches`_
+    * `Helping triage issues <XXX>`_
+    * `Fixing issues considered "easy" <XXX>`_ (and beyond)
+* `Gaining 'Developer' privileges for the issue tracker <XXX>`_
+    * `Triaging issues <XXX>`_
+    * `Reviewing patches <XXX>`_
+* `Gaining commit privileges <XXX>`_
+    * `Committing patches <XXX>`_
 
 
 Making changes to Python itself
-===============================
+-------------------------------
 
-* `Changing something already in the stdlib`_
+* `Changing something already in the stdlib <XXX>`_
 * Adding to the stdblib
-    * `Adding to a pre-existing module`_
-    * `Adding a new module`_
-* `Changing the language`_
+    * `Adding to a pre-existing module <XXX>`_
+    * `Adding a new module <XXX>`_
+* `Changing the language <XXX>`_
 
 
 Resources
-=========
+---------
 
 * `Issue tracker <http://bugs.python.org/>`_
     * `Meta tracker <http://psf.upfronthosting.co.za/roundup/meta>`_ (issue

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


More information about the Python-checkins mailing list