summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-02 02:59:09 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-02 02:59:09 (GMT)
commit0b1337d6742a3d83526e843c08c24ba62342615e (patch)
tree7151012267b6ad41ee08c523a4481519ca9c0ba5 /Doc/lib
parentda941ef27c882bd4e5c31a56af484924c1e38466 (diff)
downloadcpython-0b1337d6742a3d83526e843c08c24ba62342615e.zip
cpython-0b1337d6742a3d83526e843c08c24ba62342615e.tar.gz
cpython-0b1337d6742a3d83526e843c08c24ba62342615e.tar.bz2
Add module index before the general index.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/lib.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 5082464..e3e3832 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -224,6 +224,10 @@ to Python and how to embed it in other applications.
\input{libundoc}
+\renewcommand{\indexname}{Module Index}
+\input{modules.ind} % Module Index
+
+\renewcommand{\indexname}{Index}
\input{lib.ind} % Index
\end{document}