[Python-checkins] devguide: Minor reorg of reST-specific stuff.
brett.cannon
python-checkins at python.org
Mon Jan 17 23:33:33 CET 2011
brett.cannon pushed a7d2ba481350 to devguide:
http://hg.python.org/devguide/rev/a7d2ba481350
changeset: 109:a7d2ba481350
user: Brett Cannon <brett at python.org>
date: Mon Jan 17 14:03:35 2011 -0800
summary:
Minor reorg of reST-specific stuff.
files:
index.rst
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -75,6 +75,12 @@
* `Browse online <http://svn.python.org/view/>`_
* `Daily snapshot <http://svn.python.org/snapshots/>`_
+
+.. _buildbots: http://python.org/dev/buildbot/
+.. _PEP 7: http://www.python.org/dev/peps/pep-0007
+.. _PEP 8: http://www.python.org/dev/peps/pep-0008
+
+
.. todo::
move various files out of Misc to here (e.g., README.valgrind,
Porting, SpecialBuilds.txt, maintainers.rst, etc.); asked python-dev on
@@ -120,12 +126,6 @@
Talk to Collin et. al. about an unladen task.
-
-.. _buildbots: http://python.org/dev/buildbot/
-.. _PEP 7: http://www.python.org/dev/peps/pep-0007
-.. _PEP 8: http://www.python.org/dev/peps/pep-0008
-
-
Indices and tables
==================
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list