[Python-checkins] merge in devguide (hg_transition): Merge default
antoine.pitrou
python-checkins at python.org
Tue Mar 1 20:53:12 CET 2011
http://hg.python.org/devguide/rev/d57ea38b300e
changeset: 354:d57ea38b300e
branch: hg_transition
parent: 353:295dcd0865a0
parent: 352:a663128725d2
user: Antoine Pitrou <solipsis at pitrou.net>
date: Tue Mar 01 20:53:09 2011 +0100
summary:
Merge default
files:
index.rst
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -57,35 +57,35 @@
You can, *however*, read the :ref:`FAQ <faq>` at any point!
-* :ref:`setup`
+* :doc::`setup`
* Coding style guides
* `PEP 7`_ (Style Guide for C Code)
* `PEP 8`_ (Style Guide for Python Code)
-* :ref:`help`
-* :ref:`patch`
-* :ref:`runtests`
+* :doc:`help`
+* :doc:`patch`
+* :doc:`runtests`
* Beginner tasks to become familiar with the development process
- * :ref:`docquality`
- * :ref:`coverage`
+ * :doc:`docquality`
+ * :doc:`coverage`
* Advanced tasks for once you are comfortable
- * :ref:`silencewarnings`
+ * :doc:`silencewarnings`
* Fixing issues found by the buildbots_
- * :ref:`fixingissues`
- * :ref:`helptriage`
-* :ref:`devrole`
- * :ref:`triaging`
- * :ref:`languishing`
-* :ref:`communication`
-* :ref:`coredev`
- * :ref:`committing`
- * :ref:`devcycle`
+ * :doc:`fixingissues`
+ * :doc:`helptriage`
+* :doc:`devrole`
+ * :doc:`triaging`
+ * :doc:`languishing`
+* :doc:`communication`
+* :doc:`coredev`
+ * :doc:`committing`
+ * :doc:`devcycle`
Proposing changes to Python itself
----------------------------------
-* :ref:`stdlibchanges`
-* :ref:`langchanges`
+* :doc:`stdlibchanges`
+* :doc:`langchanges`
.. _resources:
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list