From: Fred Drake Date: Mon, 15 Dec 1997 22:08:14 +0000 (+0000) Subject: \refmodindex{}: New macro, used to make an index reference to a module which X-Git-Tag: v1.5~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4af1814858bb05438e1eb01e77be21000e615bff;p=python \refmodindex{}: New macro, used to make an index reference to a module which is neither standard nor built-in. (Used for sitecustomize entry.) --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 50698b9d39..c502c31f5d 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 }}