[Python-checkins] distutils2: Prettify module index, adjust homepage title levels
tarek.ziade
python-checkins at python.org
Sun Sep 19 10:20:23 CEST 2010
tarek.ziade pushed e827fcc15a22 to distutils2:
http://hg.python.org/distutils2/rev/e827fcc15a22
changeset: 653:e827fcc15a22
user: ?ric Araujo <merwok at netwok.org>
date: Mon Aug 23 15:32:43 2010 +0200
summary: Prettify module index, adjust homepage title levels
files: docs/source/conf.py, docs/source/index.rst
diff --git a/docs/source/conf.py b/docs/source/conf.py
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -86,7 +86,7 @@
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
-#modindex_common_prefix = []
+modindex_common_prefix = ['distutils2.', 'distutils2.command.']
# -- Options for HTML output ---------------------------------------------------
diff --git a/docs/source/index.rst b/docs/source/index.rst
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -33,7 +33,7 @@
Documentation
-=============
+-------------
These documents are the in-development version of Distutils2's documentation,
started from the existing Distutils documentation and updated by the
@@ -71,7 +71,7 @@
Indices and tables
-==================
+------------------
* :ref:`genindex`
* :ref:`modindex`
--
Repository URL: http://hg.python.org/distutils2
More information about the Python-checkins
mailing list