[Python-checkins] devguide: Link the to the Misc directory so people know there are some things lurking in

brett.cannon python-checkins at python.org
Thu Jan 20 21:42:23 CET 2011


brett.cannon pushed 40463055bd29 to devguide:

http://hg.python.org/devguide/rev/40463055bd29
changeset:   168:40463055bd29
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 20 12:41:46 2011 -0800
summary:
  Link the to the Misc directory so people know there are some things lurking in there as well.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -29,6 +29,7 @@
    gdb
    grammar
    compiler
+   faq
 
 
 Contributing
@@ -89,12 +90,15 @@
 * Tool support
     * :ref:`emacs`
     * :ref:`gdb`
+    * Various tools with configuration files as found in the `Misc directory`
 * Help with ...
     * :ref:`grammar`
     * :ref:`compiler`
+* :ref:`faq`
 
 
 .. _buildbots: http://python.org/dev/buildbot/
+.. _Misc directory: http://svn.python.org/view/python/branches/py3k/Misc/
 .. _PEP 7: http://www.python.org/dev/peps/pep-0007
 .. _PEP 8: http://www.python.org/dev/peps/pep-0008
 
@@ -110,9 +114,6 @@
     out if 'make coverage' even works for py3k
 
 .. todo::
-    Make dev FAQ into a tools FAQ
-
-.. todo::
     Talk to Collin et. al. about an unladen task; emailed 2011-01-17
 
 .. todo::

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


More information about the Python-checkins mailing list