diff options
| -rw-r--r-- | Doc/lib.tex | 4 | ||||
| -rw-r--r-- | Doc/lib/lib.tex | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 5082464..e3e3832 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 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} |
