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

Skip to content

Commit fe7f3bc

Browse files
committed
Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
1 parent dfb658c commit fe7f3bc

13 files changed

Lines changed: 64 additions & 80 deletions

Doc/mac/libctb.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
\section{Built-in Module \module{ctb}}
2-
\label{module-ctb}
3-
\bimodindex{ctb}
2+
\declaremodule{builtin}{ctb}
3+
4+
\modulesynopsis{Interfaces to the Communications Tool Box. Only the Connection
5+
Manager is currently supported.}
6+
47

58
This module provides a partial interface to the Macintosh
69
Communications Toolbox. Currently, only Connection Manager tools are

Doc/mac/libframework.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{FrameWork}}
2-
\stmodindex{FrameWork}
3-
\label{module-FrameWork}
2+
\declaremodule{standard}{FrameWork}
3+
4+
\modulesynopsis{Interactive application framework.}
5+
46

57
The \module{FrameWork} module contains classes that together provide a
68
framework for an interactive Macintosh application. The programmer

Doc/mac/libmac.tex

Lines changed: 9 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -36,63 +36,15 @@ \section{Introduction}
3636

3737
The following modules are documented here:
3838

39-
\begin{description}
39+
\localmoduletable
4040

41-
\item[mac]
42-
--- Similar interfaces to the \module{posix} module.
4341

44-
\item[macpath]
45-
--- Path manipulation functions; use via \code{os.path}.
46-
47-
\item[ctb]
48-
--- Interfaces to the Communications Tool Box. Only the Connection
49-
Manager is currently supported.
50-
51-
\item[macconsole]
52-
--- Think C's console package is available using this module.
53-
54-
\item[macdnr]
55-
--- Interfaces to the Macintosh Domain Name Resolver.
56-
57-
\item[macfs]
58-
--- Support for FSSpec, the Alias Manager, \program{finder} aliases,
59-
and the Standard File package.
60-
61-
\item[macic]
62-
--- Internet Config.
63-
64-
\item[MacOS]
65-
--- Access to MacOS specific interpreter features.
66-
67-
\item[macostools]
68-
--- Convenience routines for file manipulation.
69-
70-
\item[findertools]
71-
--- Wrappers around the \program{finder}'s Apple Events interface.
72-
73-
\item[mactcp]
74-
--- The MacTCP interfaces.
75-
76-
\item[macspeech]
77-
--- Interface to the Macintosh Speech Manager.
78-
79-
\item[EasyDialogs]
80-
--- Basic Macintosh dialogs.
81-
82-
\item[FrameWork]
83-
--- Interactive application framework.
84-
85-
\item[MiniAEFrame]
86-
--- Support to act as an Open Scripting Architecture (OSA) server
87-
(``Apple Events'').
42+
\section{Built-in Module \module{mac}}
43+
\declaremodule{builtin}{mac}
8844

89-
\end{description}
45+
\modulesynopsis{Similar interfaces to the \module{posix} module.}
9046

9147

92-
\section{Built-in Module \module{mac}}
93-
\label{module-mac}
94-
\bimodindex{mac}
95-
9648
This module provides a subset of the operating system dependent
9749
functionality provided by the optional built-in module \module{posix}.
9850
It is best accessed through the more portable standard module
@@ -126,9 +78,12 @@ \section{Built-in Module \module{mac}}
12678
values appended: the size of the resource fork of the file and its
12779
4-character creator and type.
12880

81+
12982
\section{Standard Module \module{macpath}}
130-
\label{module-macpath}
131-
\stmodindex{macpath}
83+
\declaremodule{standard}{macpath}
84+
85+
\modulesynopsis{MacOS path manipulation functions.}
86+
13287

13388
This module provides a subset of the pathname manipulation functions
13489
available from the optional standard module \module{posixpath}. It is

Doc/mac/libmacconsole.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{macconsole}}
2-
\label{module-macconsole}
3-
\bimodindex{macconsole}
2+
\declaremodule{builtin}{macconsole}
3+
4+
\modulesynopsis{Think C's console package is available using this module.}
5+
46

57

68
This module is available on the Macintosh, provided Python has been

Doc/mac/libmacdnr.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{macdnr}}
2-
\label{module-macdnr}
3-
\bimodindex{macdnr}
2+
\declaremodule{builtin}{macdnr}
3+
4+
\modulesynopsis{Interfaces to the Macintosh Domain Name Resolver.}
5+
46

57
This module provides an interface to the Macintosh Domain Name
68
Resolver. It is usually used in conjunction with the \module{mactcp}

Doc/mac/libmacfs.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
\section{Built-in Module \module{macfs}}
2-
\label{module-macfs}
3-
\bimodindex{macfs}
2+
\declaremodule{builtin}{macfs}
3+
4+
\modulesynopsis{Support for FSSpec, the Alias Manager, \program{finder} aliases,
5+
and the Standard File package.}
6+
47

58

69
This module provides access to Macintosh FSSpec handling, the Alias

Doc/mac/libmacic.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{ic}}
2-
\label{module-ic}
3-
\bimodindex{ic}
2+
\declaremodule{builtin}{ic}
3+
4+
\modulesynopsis{None}
5+
46

57

68
This module provides access to Macintosh Internet Config package,

Doc/mac/libmacos.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{MacOS}}
2-
\label{module-MacOS}
3-
\bimodindex{MacOS}
2+
\declaremodule{builtin}{MacOS}
3+
4+
\modulesynopsis{Access to MacOS specific interpreter features.}
5+
46

57

68
This module provides access to MacOS specific functionality in the

Doc/mac/libmacostools.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
\section{Standard Module \module{macostools}}
2-
\label{module-macostools}
3-
\stmodindex{macostools}
2+
\declaremodule{standard}{macostools}
3+
4+
\modulesynopsis{Convenience routines for file manipulation.}
5+
46

57
This module contains some convenience routines for file-manipulation
68
on the Macintosh.
@@ -48,8 +50,10 @@ \section{Standard Module \module{macostools}}
4850
could conceivably have incompatible behaviour in some cases.
4951

5052
\section{Standard Module \module{findertools}}
51-
\label{module-findertools}
52-
\stmodindex{findertools}
53+
\declaremodule{standard}{findertools}
54+
55+
\modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.}
56+
5357

5458
This module contains routines that give Python programs access to some
5559
functionality provided by the finder. They are implemented as wrappers

Doc/mac/libmacspeech.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{macspeech}}
2-
\label{module-macspeech}
3-
\bimodindex{macspeech}
2+
\declaremodule{builtin}{macspeech}
3+
4+
\modulesynopsis{Interface to the Macintosh Speech Manager.}
5+
46

57

68
This module provides an interface to the Macintosh Speech Manager,

0 commit comments

Comments
 (0)