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

Skip to content

Commit d275de9

Browse files
committed
Remove obsolete lines like this:
\setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
1 parent 4bde97f commit d275de9

64 files changed

Lines changed: 0 additions & 66 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Doc/lib/libamoeba.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ \section{Built-in Module \sectcode{amoeba}}
1111

1212
The module \code{amoeba} defines the following items:
1313

14-
\setindexsubitem{(in module amoeba)}
1514
\begin{funcdesc}{name_append}{path, cap}
1615
Stores a capability in the Amoeba directory tree.
1716
Arguments are the pathname (a string) and the capability (a capability

Doc/lib/libcmath.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ \section{Built-in Module \sectcode{cmath}}
22
\label{module-cmath}
33

44
\bimodindex{cmath}
5-
\setindexsubitem{(in module cmath)}
65
This module is always available.
76
It provides access to mathematical functions for complex numbers.
87
The functions are:

Doc/lib/libcode.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ \section{Standard Module \sectcode{code}}
77

88
The \code{code} module defines the following functions:
99

10-
\setindexsubitem{(in module code)}
1110

1211
\begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}}
1312
This function is useful for programs that want to emulate Python's

Doc/lib/libcopyreg.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ \section{Standard Module \sectcode{copy_reg}}
1212
constructors which are not classes. Such constructors may be factory
1313
functions or class instances.
1414

15-
\setindexsubitem{(in module copy_reg)}
1615

1716
\begin{funcdesc}{constructor}{object}
1817
Declares \var{object} to be a valid constructor.

Doc/lib/libdbm.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ \section{Built-in Module \sectcode{dbm}}
1414

1515
The module defines the following constant and functions:
1616

17-
\setindexsubitem{(in module dbm)}
1817
\begin{excdesc}{error}
1918
Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is
2019
raised for general mapping errors like specifying an incorrect key.

Doc/lib/libfnmatch.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ \section{Standard Module \sectcode{fnmatch}}
1919
for pathname expansion (\module{glob} uses \function{fnmatch()} to
2020
match filename segments).
2121

22-
\setindexsubitem{(in module fnmatch)}
2322

2423
\begin{funcdesc}{fnmatch}{filename, pattern}
2524
Test whether the \var{filename} string matches the \var{pattern}

Doc/lib/libgdbm.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ \section{Built-in Module \sectcode{gdbm}}
2929

3030
The module defines the following constant and functions:
3131

32-
\setindexsubitem{(in module gdbm)}
3332
\begin{excdesc}{error}
3433
Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is
3534
raised for general mapping errors like specifying an incorrect key.

Doc/lib/libgl.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ \section{Built-in Module \sectcode{gl}}
7575
The following functions are non-standard or have special argument
7676
conventions:
7777

78-
\setindexsubitem{(in module gl)}
7978
\begin{funcdesc}{varray}{argument}
8079
%JHXXX the argument-argument added
8180
Equivalent to but faster than a number of

Doc/lib/libgopherlib.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ \section{Standard Module \sectcode{gopherlib}}
33
\stmodindex{gopherlib}
44
\indexii{Gopher}{protocol}
55

6-
\setindexsubitem{(in module gopherlib)}
76

87
This module provides a minimal implementation of client side of the
98
the Gopher protocol. It is used by the module \code{urllib} to handle

Doc/lib/libgrp.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ \section{Built-in Module \sectcode{grp}}
1919

2020
It defines the following items:
2121

22-
\setindexsubitem{(in module grp)}
2322
\begin{funcdesc}{getgrgid}{gid}
2423
Return the group database entry for the given numeric group ID.
2524
\end{funcdesc}

0 commit comments

Comments
 (0)