[Python-checkins] merge in devguide (hg_transition): merge with default
georg.brandl
python-checkins at python.org
Tue Mar 1 20:54:08 CET 2011
http://hg.python.org/devguide/rev/f982319c30a6
changeset: 355:f982319c30a6
branch: hg_transition
parent: 350:1c75014da80e
parent: 352:a663128725d2
user: Georg Brandl <georg at python.org>
date: Tue Mar 01 20:51:31 2011 +0100
summary:
merge with 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