diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-15 22:08:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-15 22:08:14 (GMT) |
commit | 4af1814858bb05438e1eb01e77be21000e615bff (patch) | |
tree | 64c65d741a7f1357998f59b5982560b5941c9db4 | |
parent | 9ab2b2ec5b15f198338a9152ff916f53e868ac6f (diff) | |
download | cpython-4af1814858bb05438e1eb01e77be21000e615bff.zip cpython-4af1814858bb05438e1eb01e77be21000e615bff.tar.gz cpython-4af1814858bb05438e1eb01e77be21000e615bff.tar.bz2 |
\refmodindex{}: New macro, used to make an index reference to a module which
is neither standard nor built-in. (Used for sitecustomize entry.)
-rw-r--r-- | Doc/myformat.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 50698b9..c502c31 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -97,6 +97,7 @@ % Add an index entry for a module \newcommand{\refmodule}[2]{\index{#1@{\tt#1} (#2module)}} +\newcommand{\refmodindex}[1]{\refmodule{#1}{}} \newcommand{\refbimodindex}[1]{\refmodule{#1}{built-in }} \newcommand{\refstmodindex}[1]{\refmodule{#1}{standard }} |