[Python-checkins] devguide: Add sphinx roles and such as created by sphinx-quickstart.

brett.cannon python-checkins at python.org
Tue Jan 4 19:39:25 CET 2011


brett.cannon pushed 74c36331fcc4 to devguide:

http://hg.python.org/devguide/rev/74c36331fcc4
changeset:   3:74c36331fcc4
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 04 10:36:19 2011 -0800
summary:
  Add sphinx roles and such as created by sphinx-quickstart.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -1,5 +1,11 @@
-Python Language / CPython interpreter Developer's Guide
-=======================================================
+Welcome to Python Developer's Guide's documentation!
+====================================================
+
+Contents:
+
+.. toctree::
+   :maxdepth: 2
+
 
 Contributing
 ------------
@@ -48,6 +54,14 @@
 * `Buildbot builders <http://python.org/dev/buildbot/>`_
 
 
-
 .. _PEP 7: http://www.python.org/dev/peps/pep-0007
 .. _PEP 8: http://www.python.org/dev/peps/pep-0008
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+

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


More information about the Python-checkins mailing list