Add module index before the general index.

This commit is contained in:
Fred Drake 1998-01-02 02:59:09 +00:00
parent da941ef27c
commit 0b1337d674
2 changed files with 8 additions and 0 deletions

View File

@ -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}

View File

@ -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}