From: Fred Drake Date: Fri, 2 Jan 1998 02:59:09 +0000 (+0000) Subject: Add module index before the general index. X-Git-Tag: v1.5.1~1034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b1337d6742a3d83526e843c08c24ba62342615e;p=python Add module index before the general index. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index 50824647cf..e3e383278c 100644 --- a/Doc/lib.tex +++ b/Doc/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} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 50824647cf..e3e383278c 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}