diff options
Diffstat (limited to 'Doc/templates/module.tex')
-rw-r--r-- | Doc/templates/module.tex | 4 |
1 files changed, 3 insertions, 1 deletions
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. |