Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791f2ae commit 4ad89bfCopy full SHA for 4ad89bf
1 file changed
Doc/myformat.sty
@@ -272,6 +272,7 @@
272
\newcommand{\refmodule}[2]{\index{#1@{\idxcode{#1}} (#2module)}}
273
\newcommand{\refmodindex}[1]{\refmodule{#1}{}}
274
\newcommand{\refbimodindex}[1]{\refmodule{#1}{built-in }}
275
+\newcommand{\refexmodindex}[1]{\refmodule{#1}{extension }}
276
\newcommand{\refstmodindex}[1]{\refmodule{#1}{standard }}
277
278
% support for the module index
@@ -290,7 +291,7 @@
290
291
292
% Python & extension modules outside the main distribution
293
\newcommand{\modindex}[1]{\defmodindex{#1}{}}
-\newcommand{\exmodindex}[1]{\defmodindex{#1}{}}
294
+\newcommand{\exmodindex}[1]{\defmodindex{#1}{extension }}
295
296
% Additional string for an index entry
297
\newcommand{\index@subitem}{}
0 commit comments