mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Added \exindex and \obindex
This commit is contained in:
parent
2974e3bad1
commit
6886c835aa
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@
|
|||
\newcommand{\stindex}[1]{\indexii{statement}{#1@{\tt#1}}}
|
||||
\newcommand{\kwindex}[1]{\indexii{keyword}{#1@{\tt#1}}}
|
||||
\newcommand{\opindex}[1]{\indexii{operator}{#1@{\tt#1}}}
|
||||
\newcommand{\exindex}[1]{\indexii{exception}{#1@{\tt#1}}}
|
||||
\newcommand{\obindex}[1]{\indexii{object}{#1}}
|
||||
\newcommand{\bifuncindex}[1]{\index{#1@{\tt#1} (built-in function)}}
|
||||
|
||||
% Add an index entry for a module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue