mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add module index before the general index.
This commit is contained in:
parent
da941ef27c
commit
0b1337d674
2 changed files with 8 additions and 0 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue