diff options
author | Guido van Rossum <guido@python.org> | 1992-04-03 14:44:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-03 14:44:27 (GMT) |
commit | 6886c835aa1df88441a5364e4f9f934d3da7d42c (patch) | |
tree | a524a9406d017c7df6ccfd3b43e9558ea395763e /Doc | |
parent | 2974e3bad105d4d57bf1bba263b27b2f885f61a0 (diff) | |
download | cpython-6886c835aa1df88441a5364e4f9f934d3da7d42c.zip cpython-6886c835aa1df88441a5364e4f9f934d3da7d42c.tar.gz cpython-6886c835aa1df88441a5364e4f9f934d3da7d42c.tar.bz2 |
Added \exindex and \obindex
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/myformat.sty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 79938d1..0f99527 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -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 |