File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2906,6 +2906,6 @@ \chapter{Debugging}
29062906XXX Explain Py_DEBUG, Py_TRACE_REFS, Py_REF_DEBUG.
29072907
29082908
2909- \input {api.ind } % Index -- must be last
2909+ \inputindex {api.ind} % Index -- must be last
29102910
29112911\end {document }
Original file line number Diff line number Diff line change @@ -2906,6 +2906,6 @@ \chapter{Debugging}
29062906XXX Explain Py_DEBUG, Py_TRACE_REFS, Py_REF_DEBUG.
29072907
29082908
2909- \input {api.ind } % Index -- must be last
2909+ \inputindex {api.ind} % Index -- must be last
29102910
29112911\end {document }
Original file line number Diff line number Diff line change @@ -1489,8 +1489,6 @@ \subsection{GNU Dynamic Loading}
14891489files). No \samp {-l} options can be used.
14901490
14911491
1492- % \input{extref}
1493-
1494- \input {ext.ind }
1492+ \inputindex {ext.ind}
14951493
14961494\end {document }
Original file line number Diff line number Diff line change @@ -1489,8 +1489,6 @@ \subsection{GNU Dynamic Loading}
14891489files). No \samp {-l} options can be used.
14901490
14911491
1492- % \input{extref}
1493-
1494- \input {ext.ind }
1492+ \inputindex {ext.ind}
14951493
14961494\end {document }
Original file line number Diff line number Diff line change 88
99\input {boilerplate }
1010
11- \makeindex % tell \index to actually write the .idx file
11+ \makeindex % tell \index to actually write the
12+ % .idx file
13+ \makemodindex % ... and the module index as well.
1214
1315
1416\begin {document }
222224\input {libundoc }
223225
224226\renewcommand {\indexname }{Module Index}
225- \input {modlib.ind } % Module Index
227+ \renewcommand {\indexlabel }{modindex}
228+ \inputindex {modlib.ind} % Module Index
226229
227230\renewcommand {\indexname }{Index}
228- \input {lib.ind } % Index
231+ \renewcommand {\indexlabel }{genindex}
232+ \inputindex {lib.ind} % Index
229233
230234\end {document }
Original file line number Diff line number Diff line change 88
99\input {boilerplate }
1010
11- \makeindex % tell \index to actually write the .idx file
11+ \makeindex % tell \index to actually write the
12+ % .idx file
13+ \makemodindex % ... and the module index as well.
1214
1315
1416\begin {document }
222224\input {libundoc }
223225
224226\renewcommand {\indexname }{Module Index}
225- \input {modlib.ind } % Module Index
227+ \renewcommand {\indexlabel }{modindex}
228+ \inputindex {modlib.ind} % Module Index
226229
227230\renewcommand {\indexname }{Index}
228- \input {lib.ind } % Index
231+ \renewcommand {\indexlabel }{genindex}
232+ \inputindex {lib.ind} % Index
229233
230234\end {document }
You can’t perform that action at this time.
0 commit comments