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

Skip to content

Commit 295da24

Browse files
committed
New section header style.
Fix up a few synopses.
1 parent 62e4369 commit 295da24

126 files changed

Lines changed: 364 additions & 209 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Standard Module \module{aifc}}
1+
\section{\module{aifc} ---
2+
Read and write audio files in AIFF or AIFC format.}
23
\declaremodule{standard}{aifc}
34

45
\modulesynopsis{Read and write audio files in AIFF or AIFC format.}

Doc/lib/libal.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Built-in Module \module{al}}
1+
\section{\module{al} ---
2+
Audio functions on the SGI.}
23
\declaremodule{builtin}{al}
34

45
\modulesynopsis{Audio functions on the SGI.}
@@ -161,7 +162,8 @@ \subsection{Port Objects}
161162
\end{methoddesc}
162163

163164

164-
\section{Standard Module \module{AL}}
165+
\section{\module{AL} ---
166+
Constants used with the \module{al} module.}
165167
\declaremodule{standard}{AL}
166168

167169
\modulesynopsis{Constants used with the \module{al} module.}

Doc/lib/libamoeba.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
\chapter{Amoeba Specific Services}
22

3-
\section{Built-in Module \module{amoeba}}
3+
\section{\module{amoeba} ---
4+
None}
45
\declaremodule{builtin}{amoeba}
56

67
\modulesynopsis{None}

Doc/lib/libanydbm.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Standard Module \module{anydbm}}
1+
\section{\module{anydbm} ---
2+
Generic interface to DBM-style database modules.}
23
\declaremodule{standard}{anydbm}
34

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

4748

4849

49-
\section{Standard Module \module{dumbdbm}}
50+
\section{\module{dumbdbm} ---
51+
Portable implementation of the simple DBM interface.}
5052
\declaremodule{standard}{dumbdbm}
5153

5254
\modulesynopsis{Portable implementation of the simple DBM interface.}

Doc/lib/libarray.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Built-in Module \module{array}}
1+
\section{\module{array} ---
2+
Efficient arrays of uniformly typed numeric values.}
23
\declaremodule{builtin}{array}
34

45
\modulesynopsis{Efficient arrays of uniformly typed numeric values.}

Doc/lib/libaudioop.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Built-in Module \module{audioop}}
1+
\section{\module{audioop} ---
2+
Manipulate raw audio data.}
23
\declaremodule{builtin}{audioop}
34

45
\modulesynopsis{Manipulate raw audio data.}

Doc/lib/libbase64.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
\section{Standard Module \module{base64}}
1+
\section{\module{base64} ---
2+
Encode and decode MIME base64 encoding.}
23
\declaremodule{standard}{base64}
34

4-
\modulesynopsis{Encode/decode binary files using the MIME base64 encoding.}
5+
\modulesynopsis{Encode and decode files using the MIME base64
6+
encoding.}
57

68
\indexii{base64}{encoding}
79
\index{MIME!base64 encoding}

Doc/lib/libbasehttp.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Standard Module \module{BaseHTTPServer}}
1+
\section{\module{BaseHTTPServer} ---
2+
Basic HTTP server.}
23
\declaremodule{standard}{BaseHTTPServer}
34

45
\modulesynopsis{Basic HTTP server (base class for

Doc/lib/libbastion.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Standard Module \module{Bastion}}
1+
\section{\module{Bastion} ---
2+
Providing restricted access to objects.}
23
\declaremodule{standard}{Bastion}
34

45
\modulesynopsis{Providing restricted access to objects.}

Doc/lib/libbinascii.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\section{Built-in Module \module{binascii}}
1+
\section{\module{binascii} ---
2+
Convert between binary and various ascii-encoded representations.}
23
\declaremodule{builtin}{binascii}
34

45
\modulesynopsis{Tools for converting between binary and various

0 commit comments

Comments
 (0)