diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-03 18:52:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-03 18:52:55 (GMT) |
commit | 4ad89bfe687ef64179d384e6105657240d6a494d (patch) | |
tree | bfb9f957d473b5300a47cf7a6b0ce2c69c419d6f /Doc/myformat.sty | |
parent | 791f2ae1fe47b3357f49d116603e155576c5c47b (diff) | |
download | cpython-4ad89bfe687ef64179d384e6105657240d6a494d.zip cpython-4ad89bfe687ef64179d384e6105657240d6a494d.tar.gz cpython-4ad89bfe687ef64179d384e6105657240d6a494d.tar.bz2 |
Nit for \refexmodindex{} (reference to extension module).
Diffstat (limited to 'Doc/myformat.sty')
-rw-r--r-- | Doc/myformat.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 06d2546..f613e24 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -272,6 +272,7 @@ \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 @@ -290,7 +291,7 @@ % 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}{} |