]> granicus.if.org Git - python/commitdiff
Nit for \refexmodindex{} (reference to extension module).
authorFred Drake <fdrake@acm.org>
Tue, 3 Mar 1998 18:52:55 +0000 (18:52 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Mar 1998 18:52:55 +0000 (18:52 +0000)
Doc/myformat.sty

index 06d254693ada697eb86283fc675315fe6cfab9fb..f613e24bb8dcda0206df7bed65019e99f421cfe4 100644 (file)
 \newcommand{\refmodule}[2]{\index{#1@{\idxcode{#1}} (#2module)}}
 \newcommand{\refmodindex}[1]{\refmodule{#1}{}}
 \newcommand{\refbimodindex}[1]{\refmodule{#1}{built-in }}
+\newcommand{\refexmodindex}[1]{\refmodule{#1}{extension }}
 \newcommand{\refstmodindex}[1]{\refmodule{#1}{standard }}
 
 % support for the module index
 
 % Python & extension modules outside the main distribution
 \newcommand{\modindex}[1]{\defmodindex{#1}{}}
-\newcommand{\exmodindex}[1]{\defmodindex{#1}{}}
+\newcommand{\exmodindex}[1]{\defmodindex{#1}{extension }}
 
 % Additional string for an index entry
 \newcommand{\index@subitem}{}