summaryrefslogtreecommitdiffstats
path: root/Doc/templates
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-16 16:10:31 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-16 16:10:31 (GMT)
commit8df362cf9753277dcc284e153ca0d2d9fe744268 (patch)
treec0f5c86cef7d9cf1852794db2e9877c542932a3b /Doc/templates
parentacffaee46e85a9636cdf44364368272c3f991534 (diff)
downloadcpython-8df362cf9753277dcc284e153ca0d2d9fe744268.zip
cpython-8df362cf9753277dcc284e153ca0d2d9fe744268.tar.gz
cpython-8df362cf9753277dcc284e153ca0d2d9fe744268.tar.bz2
Removed the embedded sections showing module documentation; just
\input the module template.
Diffstat (limited to 'Doc/templates')
-rw-r--r--Doc/templates/howto.tex80
1 files changed, 2 insertions, 78 deletions
diff --git a/Doc/templates/howto.tex b/Doc/templates/howto.tex
index 0f9f990..fcb213a 100644
--- a/Doc/templates/howto.tex
+++ b/Doc/templates/howto.tex
@@ -76,85 +76,9 @@ implements ActiveSprockets in Python.
% The preceding sections will have been written in a gentler,
% introductory style. You may also wish to include a reference
% section, documenting all the functions/exceptions/constants.
-% The following is a model for such a reference section, for
-% an extension module written in C.
+% Often, these will be placed in separate files and input like this:
-\section{Extension Module \module{spamsprock}}
-\exmodindex{spamsprock} % Set the module name for the index
-\label{module-spamsprock} % Create a label for cross-references
-
-A \C{} module is provided to perform spammification operations very
-quickly. It exports a function, an exception, and some constants.
-
-% A function definition
-\begin{funcdesc}{spammify}{sprocket\optional{, options}}
-Spammify the sprocket given as \var{sprocket}. Flags my be
-bitwise-ORed together and passed as \var{options}.
-\end{funcdesc}
-
-% An exception definition
-\begin{excdesc}{SpamError}
-The exception that is raised when spammification fails, or just takes
-too long.
-\end{excdesc}
-
-% A definition of two constants
-\begin{datadesc}{FROBNICATE}
-Value to be used for the \var{options} parameter to
-\function{spammify()} to indicate that the \var{sprocket} parameter to
-that function should be frobnicated as well as spammified.
-\end{datadesc}
-
-\begin{datadesc}{NO_FROBNICATE}
-As with \constant{FROBNICATE}, but indicates that frobnication should
-not be performed. The default is to frobnicate randomly.
-\end{datadesc}
-
-
-% The following section is a model for documenting modules written in
-% Python.
-
-\section{Module \module{sprunkit}}
-\modindex{ezspam}
-\label{module-sprunkit}
-
-This module provides a high level interface to spammification
-operations. It provides an interesting base class and an exception.
-
-% A class definition
-\begin{classdesc}{SprunkSprocket}{\optional{path}}
-A Python-only implementation of a persistent sprocket. The \var{path}
-parameter should refer to a spocket definition file. If omitted, a
-new sprocket is created.
-\end{classdesc}
-
-% An exception definition
-\begin{excdesc}{PersistenceError}
-Exception raised when the \method{save()} method of a
-\class{SprunkSprockit} instance fails.
-\end{excdesc}
-
-
-\subsection{\class{SprunkSprocket} Objects}
-
-\class{SprunkSprocket} objects have the following methods:
-
-\begin{funcdesc}{save}{\optional{path}}
-Save the sprocket in the file specified by \var{path}. If \var{path}
-is omitted, the \var{path} specified to the constructor is used. If
-neither was specified, raises the \exception{PersistenceError}
-exception.
-\end{funcdesc}
-
-
-\begin{funcdesc}{persist}{path}
-Set the default file name that the \method{save()} method will use.
-\end{funcdesc}
-
-
-\begin{funcdesc}{insist}{}
-Make the sprocket assert itself. This method cannot fail.
-\end{funcdesc}
+\input{module}
\appendix