[Python-checkins] merge in devguide (hg_transition): Merge from default

antoine.pitrou python-checkins at python.org
Tue Mar 1 20:59:45 CET 2011


http://hg.python.org/devguide/rev/cdfeb3450f6c
changeset:   359:cdfeb3450f6c
branch:      hg_transition
parent:      356:d8c44ecfd34f
parent:      358:540276f611ee
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Mar 01 20:59:42 2011 +0100
summary:
  Merge from default

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -41,7 +41,7 @@
 
 * `Issue tracker <http://bugs.python.org/>`_
 * Buildbots_
-* :ref:`faq`
+* :doc:`faq`
 * PEPs_ (Python Enhancement Proposals)
 
 
@@ -55,7 +55,7 @@
 at once, but please do not skip around within the documentation as everything
 is written assuming preceding documentation has been read.
 
-You can, *however*, read the :ref:`FAQ <faq>` at any point!
+You can, *however*, read the :doc:`FAQ <faq>` at any point!
 
 * :doc:`setup`
 * Coding style guides
@@ -100,7 +100,7 @@
 * `Issue tracker <http://bugs.python.org/>`_
     * `Meta tracker <http://psf.upfronthosting.co.za/roundup/meta>`_ (issue
       tracker for the issue tracker)
-    * :ref:`experts`
+    * :doc:`experts`
     * `Firefox search engine plug-in`_
 * Buildbots_
 * Source code
@@ -108,16 +108,16 @@
     * `Snapshot of py3k <http://hg.python.org/cpython/archive/tip.tar.bz2>`_
     * `XXX Daily OS X installer <http://www.python.org/dev/daily-dmg/>`_
 * Tool support
-    * :ref:`emacs`
-    * :ref:`gdb`
+    * :doc:`emacs`
+    * :doc:`gdb`
     * Various tools with configuration files as found in the `Misc directory`_
 * Help with ...
-    * :ref:`grammar`
-    * :ref:`compiler`
-* :ref:`faq`
+    * :doc:`grammar`
+    * :doc:`compiler`
+* :doc:`faq`
 * PEPs_ (Python Enhancement Proposals)
 * `python.org maintenance`_
-* :ref:`developers`
+* :doc:`developers`
 
 
 .. _buildbots: http://python.org/dev/buildbot/

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


More information about the Python-checkins mailing list