Skip to content

Commit

Permalink
New section header style.
Browse files Browse the repository at this point in the history
Fix up a few synopses.
  • Loading branch information
freddrake committed Aug 10, 1998
1 parent 62e4369 commit 295da24
Show file tree
Hide file tree
Showing 126 changed files with 364 additions and 209 deletions.
3 changes: 2 additions & 1 deletion Doc/lib/libaifc.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{aifc}}
\section{\module{aifc} ---
Read and write audio files in AIFF or AIFC format.}
\declaremodule{standard}{aifc}

\modulesynopsis{Read and write audio files in AIFF or AIFC format.}
Expand Down
6 changes: 4 additions & 2 deletions Doc/lib/libal.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{al}}
\section{\module{al} ---
Audio functions on the SGI.}
\declaremodule{builtin}{al}

\modulesynopsis{Audio functions on the SGI.}
Expand Down Expand Up @@ -161,7 +162,8 @@ \subsection{Port Objects}
\end{methoddesc}


\section{Standard Module \module{AL}}
\section{\module{AL} ---
Constants used with the \module{al} module.}
\declaremodule{standard}{AL}

\modulesynopsis{Constants used with the \module{al} module.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libamoeba.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\chapter{Amoeba Specific Services}

\section{Built-in Module \module{amoeba}}
\section{\module{amoeba} ---
None}
\declaremodule{builtin}{amoeba}

\modulesynopsis{None}
Expand Down
6 changes: 4 additions & 2 deletions Doc/lib/libanydbm.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{anydbm}}
\section{\module{anydbm} ---
Generic interface to DBM-style database modules.}
\declaremodule{standard}{anydbm}

\modulesynopsis{Generic interface to DBM-style database modules.}
Expand Down Expand Up @@ -46,7 +47,8 @@ \section{Standard Module \module{anydbm}}



\section{Standard Module \module{dumbdbm}}
\section{\module{dumbdbm} ---
Portable implementation of the simple DBM interface.}
\declaremodule{standard}{dumbdbm}

\modulesynopsis{Portable implementation of the simple DBM interface.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libarray.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{array}}
\section{\module{array} ---
Efficient arrays of uniformly typed numeric values.}
\declaremodule{builtin}{array}

\modulesynopsis{Efficient arrays of uniformly typed numeric values.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libaudioop.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{audioop}}
\section{\module{audioop} ---
Manipulate raw audio data.}
\declaremodule{builtin}{audioop}

\modulesynopsis{Manipulate raw audio data.}
Expand Down
6 changes: 4 additions & 2 deletions Doc/lib/libbase64.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
\section{Standard Module \module{base64}}
\section{\module{base64} ---
Encode and decode MIME base64 encoding.}
\declaremodule{standard}{base64}

\modulesynopsis{Encode/decode binary files using the MIME base64 encoding.}
\modulesynopsis{Encode and decode files using the MIME base64
encoding.}

\indexii{base64}{encoding}
\index{MIME!base64 encoding}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libbasehttp.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{BaseHTTPServer}}
\section{\module{BaseHTTPServer} ---
Basic HTTP server.}
\declaremodule{standard}{BaseHTTPServer}

\modulesynopsis{Basic HTTP server (base class for
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libbastion.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{Bastion}}
\section{\module{Bastion} ---
Providing restricted access to objects.}
\declaremodule{standard}{Bastion}

\modulesynopsis{Providing restricted access to objects.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libbinascii.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{binascii}}
\section{\module{binascii} ---
Convert between binary and various ascii-encoded representations.}
\declaremodule{builtin}{binascii}

\modulesynopsis{Tools for converting between binary and various
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libbinhex.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{binhex}}
\section{\module{binhex} ---
Encode and decode files in binhex4 format.}
\declaremodule{standard}{binhex}

\modulesynopsis{Encode and decode files in binhex4 format.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libbisect.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
% example based on the PyModules FAQ entry by Aaron Watters
% <[email protected]>.

\section{Standard Module \module{bisect}}
\section{\module{bisect} ---
Array bisection algorithms for binary searching.}
\declaremodule{standard}{bisect}

\modulesynopsis{Array bisection algorithms for binary searching.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libbltin.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{__builtin__}}
\section{\module{__builtin__} ---
Built-in functions.}
\declaremodule[builtin]{builtin}{__builtin__}

\modulesynopsis{The set of built-in functions.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libcalendar.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% This section was contributed by Drew Csillag <[email protected]>.

\section{Standard Module \module{calendar}}
\section{\module{calendar} ---
Functions that emulate the \UNIX{} \program{cal} program.}
\declaremodule{standard}{calendar}

\modulesynopsis{Functions that emulate the \UNIX{} \program{cal}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libcd.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{cd}}
\section{\module{cd} ---
Interface to the CD-ROM on Silicon Graphics systems.}
\declaremodule{builtin}{cd}

\modulesynopsis{Interface to the CD-ROM on Silicon Graphics systems.}
Expand Down
7 changes: 4 additions & 3 deletions Doc/lib/libcgi.tex
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
\section{Standard Module \module{cgi}}
\section{\module{cgi} ---
Common Gateway Interface support.}
\declaremodule{standard}{cgi}

\modulesynopsis{Common Gateway Interface, used to interpret forms in server-side
scripts.}
\modulesynopsis{Common Gateway Interface support, used to interpret
forms in server-side scripts.}

\indexii{WWW}{server}
\indexii{CGI}{protocol}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libcmath.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{cmath}}
\section{\module{cmath} ---
Mathematical functions for complex numbers.}
\declaremodule{builtin}{cmath}


Expand Down
9 changes: 5 additions & 4 deletions Doc/lib/libcmd.tex
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
% Documentation by ESR
\section{Standard Module \module{cmd}}
\section{\module{cmd} ---
Build line-oriented command interpreters.}
\declaremodule{standard}{cmd}
\sectionauthor{Eric S. Raymond}{[email protected]}

\modulesynopsis{Build line-oriented command interpreters; this is used by module
\module{pdb}.}
\modulesynopsis{Build line-oriented command interpreters; this is used
by module \module{pdb}.}


The \class{Cmd} class provides a simple framework for writing
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libcode.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{code}}
\section{\module{code} ---
Code object services.}
\declaremodule{standard}{code}

\modulesynopsis{Code object services.}
Expand Down
6 changes: 3 additions & 3 deletions Doc/lib/libcommands.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% Documentation written by Sue Williams.

\section{Standard Module \module{commands}}
\section{\module{commands} ---
Wrapper functions for \function{os.popen()}.}
\declaremodule{standard}{commands}
\sectionauthor{Sue Williams}{[email protected]}

\modulesynopsis{Wrapper functions for \function{os.popen()}.}

Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libcopy.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{copy}}
\section{\module{copy} ---
Shallow and deep copy operations.}
\declaremodule{standard}{copy}

\modulesynopsis{Shallow and deep copy operations.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libcopyreg.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{copy_reg}}
\section{\module{copy_reg} ---
Register \module{pickle} support functions.}
\declaremodule[copyreg]{standard}{copy_reg}

\modulesynopsis{Register \module{pickle} support functions.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libcrypt.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{crypt}}
\section{\module{crypt} ---
The \cfunction{crypt()} function used to check \UNIX{} passwords.}
\declaremodule{builtin}{crypt}

\modulesynopsis{The \cfunction{crypt()} function used to check \UNIX{} passwords.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libdbm.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{dbm}}
\section{\module{dbm} ---
The standard ``database'' interface, based on ndbm.}
\declaremodule{builtin}{dbm}

\modulesynopsis{The standard ``database'' interface, based on ndbm.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libdis.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{dis}}
\section{\module{dis} ---
Disassembler.}
\declaremodule{standard}{dis}

\modulesynopsis{Disassembler.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/liberrno.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{errno}}
\section{\module{errno} ---
Standard errno system symbols.}
\declaremodule{standard}{errno}

\modulesynopsis{Standard errno system symbols.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libfcntl.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% Manual text by Jaap Vermeulen
\section{Built-in Module \module{fcntl}}
\section{\module{fcntl} ---
The \function{fcntl()} and \function{ioctl()} system calls.}
\declaremodule{builtin}{fcntl}

\modulesynopsis{The \function{fcntl()} and \function{ioctl()} system calls.}
Expand Down
11 changes: 6 additions & 5 deletions Doc/lib/libfileinput.tex
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
% Documentation heavily adapted from module docstring.

\section{Standard Module \module{fileinput}}
\section{\module{fileinput} ---
Iteration over lines from multiple input streams.}
\declaremodule{standard}{fileinput}
\moduleauthor{Guido van Rossum}{[email protected]}
\sectionauthor{Fred L. Drake, Jr.}{[email protected]}

\modulesynopsis{Perl-like iteration over lines from multiple input streams, with
``save in place'' capability.}
\modulesynopsis{Perl-like iteration over lines from multiple input
streams, with ``save in place'' capability.}


This module implements a helper class and functions to quickly write a
Expand Down
9 changes: 6 additions & 3 deletions Doc/lib/libfl.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{fl}}
\section{\module{fl} ---
FORMS library interface for GUI applications.}
\declaremodule{builtin}{fl}

\modulesynopsis{FORMS library interface for GUI applications.}
Expand Down Expand Up @@ -464,7 +465,8 @@ \subsection{FORMS Objects}
\lineiii{automatic}{int (read-only)}{(see FORMS docs)}
\end{tableiii}

\section{Standard Module \module{FL}}
\section{\module{FL} ---
Constants used with the \module{fl} module.}
\declaremodule{standard}{FL}

\modulesynopsis{Constants used with the \module{fl} module.}
Expand All @@ -481,7 +483,8 @@ \section{Standard Module \module{FL}}
from FL import *
\end{verbatim}

\section{Standard Module \module{flp}}
\section{\module{flp} ---
Loading functions for stored FORMS designs.}
\declaremodule{standard}{flp}

\modulesynopsis{Loading functions for stored FORMS designs.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libfm.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{fm}}
\section{\module{fm} ---
\emph{Font Manager} interface for SGI workstations.}
\declaremodule{builtin}{fm}

\modulesynopsis{\emph{Font Manager} interface for SGI workstations.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libfnmatch.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{fnmatch}}
\section{\module{fnmatch} ---
\UNIX{} shell style pathname pattern matching.}
\declaremodule{standard}{fnmatch}

\modulesynopsis{\UNIX{} shell style pathname pattern matching.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libformatter.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{formatter}}
\section{\module{formatter} ---
Generic output formatter and device interface.}
\declaremodule{standard}{formatter}

\modulesynopsis{Generic output formatter and device interface.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libftplib.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{ftplib}}
\section{\module{ftplib} ---
FTP protocol client.}
\declaremodule{standard}{ftplib}

\modulesynopsis{FTP protocol client (requires sockets).}
Expand Down
3 changes: 1 addition & 2 deletions Doc/lib/libfuncs.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
\section{Built-in Functions}
\label{built-in-funcs}
\section{Built-in Functions \label{built-in-funcs}}

The Python interpreter has a number of functions built into it that
are always available. They are listed here in alphabetical order.
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libgdbm.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{gdbm}}
\section{\module{gdbm} ---
GNU's reinterpretation of dbm.}
\declaremodule{builtin}{gdbm}

\modulesynopsis{GNU's reinterpretation of dbm.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libgetopt.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{getopt}}
\section{\module{getopt} ---
Parser for command line options.}
\declaremodule{standard}{getopt}

\modulesynopsis{Parser for command line options.}
Expand Down
9 changes: 6 additions & 3 deletions Doc/lib/libgl.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{gl}}
\section{\module{gl} ---
Functions from the Silicon Graphics \emph{Graphics Library}.}
\declaremodule{builtin}{gl}

\modulesynopsis{Functions from the Silicon Graphics \emph{Graphics Library}.}
Expand Down Expand Up @@ -185,7 +186,8 @@ \section{Built-in Module \module{gl}}
main()
\end{verbatim}
%
\section{Standard Module \module{DEVICE}}
\section{\module{DEVICE} ---
Constants used with the \module{gl} module.}
\declaremodule{standard}{DEVICE}

\modulesynopsis{Constants used with the \module{gl} module.}
Expand All @@ -196,7 +198,8 @@ \section{Standard Module \module{DEVICE}}
Read the module source file for details.


\section{Standard Module \module{GL}}
\section{\module{GL} ---
Constants used with the \module{gl} module.}
\declaremodule{standard}{GL}

\modulesynopsis{Constants used with the \module{gl} module.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libglob.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{glob}}
\section{\module{glob} ---
\UNIX{} shell style pathname pattern expansion.}
\declaremodule{standard}{glob}

\modulesynopsis{\UNIX{} shell style pathname pattern expansion.}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libgopherlib.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{gopherlib}}
\section{\module{gopherlib} ---
Gopher protocol client.}
\declaremodule{standard}{gopherlib}

\modulesynopsis{Gopher protocol client (requires sockets).}
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libgrp.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Built-in Module \module{grp}}
\section{\module{grp} ---
The group database.}
\declaremodule{builtin}{grp}


Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libgzip.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{gzip}}
\section{\module{gzip} ---
\program{gzip} compression and decompression using files.}
\declaremodule{standard}{gzip}

\modulesynopsis{Interfaces for \program{gzip} compression and
Expand Down
3 changes: 2 additions & 1 deletion Doc/lib/libhtmllib.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\section{Standard Module \module{htmllib}}
\section{\module{htmllib} ---
A parser for HTML documents.}
\declaremodule{standard}{htmllib}

\modulesynopsis{A parser for HTML documents.}
Expand Down
Loading

0 comments on commit 295da24

Please sign in to comment.