From: Fred Drake Date: Tue, 3 Mar 1998 18:52:55 +0000 (+0000) Subject: Nit for \refexmodindex{} (reference to extension module). X-Git-Tag: v1.5.1~533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ad89bfe687ef64179d384e6105657240d6a494d;p=python Nit for \refexmodindex{} (reference to extension module). --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 06d254693a..f613e24bb8 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}{}