From 1c78cf33171581ebf9284a096ad2b1ed0a87935d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 18 Jul 1997 21:07:34 +0000 Subject: Added label{module-spam} --- Doc/lib/libcommands.tex | 1 + Doc/lib/libtemplate.tex | 4 +++- Doc/libcommands.tex | 1 + Doc/libtemplate.tex | 4 +++- Doc/templates/module.tex | 4 +++- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libcommands.tex b/Doc/lib/libcommands.tex index f2fcb79..fe6f929 100644 --- a/Doc/lib/libcommands.tex +++ b/Doc/lib/libcommands.tex @@ -1,4 +1,5 @@ \section{Standard module \sectcode{commands}} % If implemented in Python +\label{module-commands} \stmodindex{commands} The \code{commands} module contains wrapper functions for \code{os.popen()} diff --git a/Doc/lib/libtemplate.tex b/Doc/lib/libtemplate.tex index 1edc21d..a4fae28 100644 --- a/Doc/lib/libtemplate.tex +++ b/Doc/lib/libtemplate.tex @@ -5,7 +5,8 @@ % ==== 1. ==== % Choose one of the following section headers and index entries; % \section{} generates the section header, -% \bimodindex{} or \stmodundex{} generates an index entry for this module +% \bimodindex{} or \stmodundex{} generates an index entry for this module. +% The \label{module-spam} line is for the \seealso{} command. \section{Built-in Module \sectcode{spam}} % If implemented in C \bimodindex{spam} @@ -13,6 +14,7 @@ \section{Standard module \sectcode{spam}} % If implemented in Python \stmodindex{spam} +\label{module-spam} % ==== 2. ==== % Give a short overview of what the module does. diff --git a/Doc/libcommands.tex b/Doc/libcommands.tex index f2fcb79..fe6f929 100644 --- a/Doc/libcommands.tex +++ b/Doc/libcommands.tex @@ -1,4 +1,5 @@ \section{Standard module \sectcode{commands}} % If implemented in Python +\label{module-commands} \stmodindex{commands} The \code{commands} module contains wrapper functions for \code{os.popen()} diff --git a/Doc/libtemplate.tex b/Doc/libtemplate.tex index 1edc21d..a4fae28 100644 --- a/Doc/libtemplate.tex +++ b/Doc/libtemplate.tex @@ -5,7 +5,8 @@ % ==== 1. ==== % Choose one of the following section headers and index entries; % \section{} generates the section header, -% \bimodindex{} or \stmodundex{} generates an index entry for this module +% \bimodindex{} or \stmodundex{} generates an index entry for this module. +% The \label{module-spam} line is for the \seealso{} command. \section{Built-in Module \sectcode{spam}} % If implemented in C \bimodindex{spam} @@ -13,6 +14,7 @@ \section{Standard module \sectcode{spam}} % If implemented in Python \stmodindex{spam} +\label{module-spam} % ==== 2. ==== % Give a short overview of what the module does. diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex index 1edc21d..a4fae28 100644 --- a/Doc/templates/module.tex +++ b/Doc/templates/module.tex @@ -5,7 +5,8 @@ % ==== 1. ==== % Choose one of the following section headers and index entries; % \section{} generates the section header, -% \bimodindex{} or \stmodundex{} generates an index entry for this module +% \bimodindex{} or \stmodundex{} generates an index entry for this module. +% The \label{module-spam} line is for the \seealso{} command. \section{Built-in Module \sectcode{spam}} % If implemented in C \bimodindex{spam} @@ -13,6 +14,7 @@ \section{Standard module \sectcode{spam}} % If implemented in Python \stmodindex{spam} +\label{module-spam} % ==== 2. ==== % Give a short overview of what the module does. -- cgit v0.12