[Python-checkins] devguide: Fill in some links as found at python.org/dev

brett.cannon python-checkins at python.org
Fri Jan 21 01:23:56 CET 2011


brett.cannon pushed 2e8dc712f3a5 to devguide:

http://hg.python.org/devguide/rev/2e8dc712f3a5
changeset:   176:2e8dc712f3a5
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 20 16:23:50 2011 -0800
summary:
  Fill in some links as found at python.org/dev

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -84,10 +84,12 @@
     * `Meta tracker <http://psf.upfronthosting.co.za/roundup/meta>`_ (issue
       tracker for the issue tracker)
     * :ref:`experts`
+    * `Firefox search engine plug-in`_
 * Buildbots_
 * Source code
     * `Browse online <http://svn.python.org/view/>`_
     * `Daily snapshot <http://svn.python.org/snapshots/>`_
+    * `Daily OS X installer <http://python.org/dev/daily-dmg/>`_
 * Tool support
     * :ref:`emacs`
     * :ref:`gdb`
@@ -96,12 +98,17 @@
     * :ref:`grammar`
     * :ref:`compiler`
 * :ref:`faq`
+* PEPs_ (Python Enhancement Proposals)
+* `python.org maintenance`_
 
 
 .. _buildbots: http://python.org/dev/buildbot/
+.. _Firefox search engine: http://www.python.org/dev/searchplugin/
 .. _Misc directory: http://svn.python.org/view/python/branches/py3k/Misc/
+.. _PEPs: http://www.python.org/dev/peps
 .. _PEP 7: http://www.python.org/dev/peps/pep-0007
 .. _PEP 8: http://www.python.org/dev/peps/pep-0008
+.. _python.org maintenance: http://python.org/dev/pydotorg/
 
 
 .. todo::

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


More information about the Python-checkins mailing list