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

Skip to content

Commit b91e934

Browse files
committed
Adjusted to use the new module synopsis support macros.
1 parent fe7f3bc commit b91e934

139 files changed

Lines changed: 628 additions & 707 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Doc/lib/libaifc.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{aifc}}
2-
\label{module-aifc}
3-
\stmodindex{aifc}
2+
\declaremodule{standard}{aifc}
3+
4+
\modulesynopsis{Read and write audio files in AIFF or AIFC format.}
5+
46

57
This module provides support for reading and writing AIFF and AIFF-C
68
files. AIFF is Audio Interchange File Format, a format for storing

Doc/lib/libal.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Built-in Module \module{al}}
2-
\label{module-al}
3-
\bimodindex{al}
2+
\declaremodule{builtin}{al}
3+
4+
\modulesynopsis{Audio functions on the SGI.}
5+
46

57
This module provides access to the audio facilities of the SGI Indy
68
and Indigo workstations. See section 3A of the IRIX man pages for
@@ -160,8 +162,10 @@ \subsection{Port Objects}
160162

161163

162164
\section{Standard Module \module{AL}}
163-
\nodename{AL (uppercase)}
164-
\stmodindex{AL}
165+
\declaremodule{standard}{AL}
166+
167+
\modulesynopsis{Constants used with the \module{al} module.}
168+
165169

166170
This module defines symbolic constants needed to use the built-in
167171
module \module{al} (see above); they are equivalent to those defined

Doc/lib/liballos.tex

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,4 @@ \chapter{Generic Operating System Services}
77
after the \UNIX{} or \C{} interfaces but they are available on most
88
other systems as well. Here's an overview:
99

10-
\begin{description}
11-
12-
\item[os]
13-
--- Miscellaneous OS interfaces.
14-
15-
\item[time]
16-
--- Time access and conversions.
17-
18-
\item[getopt]
19-
--- Parser for command line options.
20-
21-
\item[tempfile]
22-
--- Generate temporary file names.
23-
24-
\item[errno]
25-
--- Standard errno system symbols.
26-
27-
\item[glob]
28-
--- \UNIX{} shell style pathname pattern expansion.
29-
30-
\item[fnmatch]
31-
--- \UNIX{} shell style pathname pattern matching.
32-
33-
\item[locale]
34-
--- Internationalization services.
35-
36-
\end{description}
10+
\localmoduletable

Doc/lib/libamoeba.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
\chapter{Amoeba Specific Services}
22

33
\section{Built-in Module \module{amoeba}}
4-
\label{module-amoeba}
5-
\bimodindex{amoeba}
4+
\declaremodule{builtin}{amoeba}
5+
6+
\modulesynopsis{None}
7+
68

79
This module provides some object types and operations useful for
810
Amoeba applications. It is only available on systems that support

Doc/lib/libanydbm.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{anydbm}}
2-
\label{module-anydbm}
3-
\stmodindex{anydbm}
2+
\declaremodule{standard}{anydbm}
3+
4+
\modulesynopsis{Generic interface to DBM-style database modules.}
5+
46

57
\module{anydbm} is a generic interface to variants of the DBM
68
database --- \module{dbhash}\refbimodindex{dbhash},
@@ -45,8 +47,10 @@ \section{Standard Module \module{anydbm}}
4547

4648

4749
\section{Standard Module \module{dumbdbm}}
48-
\label{module-dumbdbm}
49-
\stmodindex{dumbdbm}
50+
\declaremodule{standard}{dumbdbm}
51+
52+
\modulesynopsis{None}
53+
5054

5155
A simple and slow database implemented entirely in Python. This
5256
should only be used when no other DBM-style database is available.

Doc/lib/libarray.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Built-in Module \module{array}}
2-
\label{module-array}
3-
\bimodindex{array}
2+
\declaremodule{builtin}{array}
3+
4+
\modulesynopsis{Efficient arrays of uniformly typed numeric values.}
5+
46
\index{arrays}
57

68
This module defines a new object type which can efficiently represent

Doc/lib/libaudioop.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Built-in Module \module{audioop}}
2-
\label{module-audioop}
3-
\bimodindex{audioop}
2+
\declaremodule{builtin}{audioop}
3+
4+
\modulesynopsis{Manipulate raw audio data.}
5+
46

57
The \module{audioop} module contains some useful operations on sound
68
fragments. It operates on sound fragments consisting of signed

Doc/lib/libbase64.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{base64}}
2-
\label{module-base64}
3-
\stmodindex{base64}
2+
\declaremodule{standard}{base64}
3+
4+
\modulesynopsis{Encode/decode binary files using the MIME base64 encoding.}
5+
46
\indexii{base64}{encoding}
57
\index{MIME!base64 encoding}
68

Doc/lib/libbasehttp.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{BaseHTTPServer}}
2-
\label{module-BaseHTTPServer}
3-
\stmodindex{BaseHTTPServer}
2+
\declaremodule{standard}{BaseHTTPServer}
3+
4+
\modulesynopsis{Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).}
5+
46

57
\indexii{WWW}{server}
68
\indexii{HTTP}{protocol}

Doc/lib/libbastion.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{Bastion}}
2-
\label{module-Bastion}
3-
\stmodindex{Bastion}
2+
\declaremodule{standard}{Bastion}
3+
4+
\modulesynopsis{Providing restricted access to objects.}
5+
46

57
% I'm concerned that the word 'bastion' won't be understood by people
68
% for whom English is a second language, making the module name

0 commit comments

Comments
 (0)