Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54b03b8

Browse files
committed
Define a new conditional, use this to control creation of module index
data file.
1 parent 28f1391 commit 54b03b8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/manual.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
% This gives us all the Python-specific markup that we really want.
3838
% This should come last. Do not change this.
3939
%
40+
\newif\if@usemoduleindex\@usemoduleindextrue
4041
\RequirePackage{python}
4142

4243

Doc/texinputs/manual.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
% This gives us all the Python-specific markup that we really want.
3838
% This should come last. Do not change this.
3939
%
40+
\newif\if@usemoduleindex\@usemoduleindextrue
4041
\RequirePackage{python}
4142

4243

0 commit comments

Comments
 (0)