From 0b1337d6742a3d83526e843c08c24ba62342615e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 2 Jan 1998 02:59:09 +0000 Subject: [PATCH] Add module index before the general index. --- Doc/lib.tex | 4 ++++ Doc/lib/lib.tex | 4 ++++ 2 files changed, 8 insertions(+) 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} -- 2.40.0