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

Skip to content

Commit 1c78cf3

Browse files
committed
Added label{module-spam}
1 parent ca1182b commit 1c78cf3

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

Doc/lib/libcommands.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard module \sectcode{commands}} % If implemented in Python
2+
\label{module-commands}
23
\stmodindex{commands}
34

45
The \code{commands} module contains wrapper functions for \code{os.popen()}

Doc/lib/libtemplate.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
% ==== 1. ====
66
% Choose one of the following section headers and index entries;
77
% \section{} generates the section header,
8-
% \bimodindex{} or \stmodundex{} generates an index entry for this module
8+
% \bimodindex{} or \stmodundex{} generates an index entry for this module.
9+
% The \label{module-spam} line is for the \seealso{} command.
910

1011
\section{Built-in Module \sectcode{spam}} % If implemented in C
1112
\bimodindex{spam}
1213

1314
\section{Standard module \sectcode{spam}} % If implemented in Python
1415
\stmodindex{spam}
1516

17+
\label{module-spam}
1618

1719
% ==== 2. ====
1820
% Give a short overview of what the module does.

Doc/libcommands.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard module \sectcode{commands}} % If implemented in Python
2+
\label{module-commands}
23
\stmodindex{commands}
34

45
The \code{commands} module contains wrapper functions for \code{os.popen()}

Doc/libtemplate.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
% ==== 1. ====
66
% Choose one of the following section headers and index entries;
77
% \section{} generates the section header,
8-
% \bimodindex{} or \stmodundex{} generates an index entry for this module
8+
% \bimodindex{} or \stmodundex{} generates an index entry for this module.
9+
% The \label{module-spam} line is for the \seealso{} command.
910

1011
\section{Built-in Module \sectcode{spam}} % If implemented in C
1112
\bimodindex{spam}
1213

1314
\section{Standard module \sectcode{spam}} % If implemented in Python
1415
\stmodindex{spam}
1516

17+
\label{module-spam}
1618

1719
% ==== 2. ====
1820
% Give a short overview of what the module does.

Doc/templates/module.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
% ==== 1. ====
66
% Choose one of the following section headers and index entries;
77
% \section{} generates the section header,
8-
% \bimodindex{} or \stmodundex{} generates an index entry for this module
8+
% \bimodindex{} or \stmodundex{} generates an index entry for this module.
9+
% The \label{module-spam} line is for the \seealso{} command.
910

1011
\section{Built-in Module \sectcode{spam}} % If implemented in C
1112
\bimodindex{spam}
1213

1314
\section{Standard module \sectcode{spam}} % If implemented in Python
1415
\stmodindex{spam}
1516

17+
\label{module-spam}
1618

1719
% ==== 2. ====
1820
% Give a short overview of what the module does.

0 commit comments

Comments
 (0)