Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable

macros.
This commit is contained in:
Fred Drake 1998-07-23 17:55:31 +00:00
parent dfb658c386
commit fe7f3bc2aa
13 changed files with 65 additions and 81 deletions

View File

@ -1,6 +1,9 @@
\section{Built-in Module \module{ctb}} \section{Built-in Module \module{ctb}}
\label{module-ctb} \declaremodule{builtin}{ctb}
\bimodindex{ctb}
\modulesynopsis{Interfaces to the Communications Tool Box. Only the Connection
Manager is currently supported.}
This module provides a partial interface to the Macintosh This module provides a partial interface to the Macintosh
Communications Toolbox. Currently, only Connection Manager tools are Communications Toolbox. Currently, only Connection Manager tools are

View File

@ -1,6 +1,8 @@
\section{Standard Module \module{FrameWork}} \section{Standard Module \module{FrameWork}}
\stmodindex{FrameWork} \declaremodule{standard}{FrameWork}
\label{module-FrameWork}
\modulesynopsis{Interactive application framework.}
The \module{FrameWork} module contains classes that together provide a The \module{FrameWork} module contains classes that together provide a
framework for an interactive Macintosh application. The programmer framework for an interactive Macintosh application. The programmer

View File

@ -36,62 +36,14 @@ similar works.
The following modules are documented here: The following modules are documented here:
\begin{description} \localmoduletable
\item[mac]
--- Similar interfaces to the \module{posix} module.
\item[macpath]
--- Path manipulation functions; use via \code{os.path}.
\item[ctb]
--- Interfaces to the Communications Tool Box. Only the Connection
Manager is currently supported.
\item[macconsole]
--- Think C's console package is available using this module.
\item[macdnr]
--- Interfaces to the Macintosh Domain Name Resolver.
\item[macfs]
--- Support for FSSpec, the Alias Manager, \program{finder} aliases,
and the Standard File package.
\item[macic]
--- Internet Config.
\item[MacOS]
--- Access to MacOS specific interpreter features.
\item[macostools]
--- Convenience routines for file manipulation.
\item[findertools]
--- Wrappers around the \program{finder}'s Apple Events interface.
\item[mactcp]
--- The MacTCP interfaces.
\item[macspeech]
--- Interface to the Macintosh Speech Manager.
\item[EasyDialogs]
--- Basic Macintosh dialogs.
\item[FrameWork]
--- Interactive application framework.
\item[MiniAEFrame]
--- Support to act as an Open Scripting Architecture (OSA) server
(``Apple Events'').
\end{description}
\section{Built-in Module \module{mac}} \section{Built-in Module \module{mac}}
\label{module-mac} \declaremodule{builtin}{mac}
\bimodindex{mac}
\modulesynopsis{Similar interfaces to the \module{posix} module.}
This module provides a subset of the operating system dependent This module provides a subset of the operating system dependent
functionality provided by the optional built-in module \module{posix}. functionality provided by the optional built-in module \module{posix}.
@ -126,9 +78,12 @@ returns the same information as \function{stat()}, but with three extra
values appended: the size of the resource fork of the file and its values appended: the size of the resource fork of the file and its
4-character creator and type. 4-character creator and type.
\section{Standard Module \module{macpath}} \section{Standard Module \module{macpath}}
\label{module-macpath} \declaremodule{standard}{macpath}
\stmodindex{macpath}
\modulesynopsis{MacOS path manipulation functions.}
This module provides a subset of the pathname manipulation functions This module provides a subset of the pathname manipulation functions
available from the optional standard module \module{posixpath}. It is available from the optional standard module \module{posixpath}. It is

View File

@ -1,6 +1,8 @@
\section{Built-in Module \module{macconsole}} \section{Built-in Module \module{macconsole}}
\label{module-macconsole} \declaremodule{builtin}{macconsole}
\bimodindex{macconsole}
\modulesynopsis{Think C's console package is available using this module.}
This module is available on the Macintosh, provided Python has been This module is available on the Macintosh, provided Python has been

View File

@ -1,6 +1,8 @@
\section{Built-in Module \module{macdnr}} \section{Built-in Module \module{macdnr}}
\label{module-macdnr} \declaremodule{builtin}{macdnr}
\bimodindex{macdnr}
\modulesynopsis{Interfaces to the Macintosh Domain Name Resolver.}
This module provides an interface to the Macintosh Domain Name This module provides an interface to the Macintosh Domain Name
Resolver. It is usually used in conjunction with the \module{mactcp} Resolver. It is usually used in conjunction with the \module{mactcp}

View File

@ -1,6 +1,9 @@
\section{Built-in Module \module{macfs}} \section{Built-in Module \module{macfs}}
\label{module-macfs} \declaremodule{builtin}{macfs}
\bimodindex{macfs}
\modulesynopsis{Support for FSSpec, the Alias Manager, \program{finder} aliases,
and the Standard File package.}
This module provides access to Macintosh FSSpec handling, the Alias This module provides access to Macintosh FSSpec handling, the Alias

View File

@ -1,6 +1,8 @@
\section{Standard Module \module{ic}} \section{Standard Module \module{ic}}
\label{module-ic} \declaremodule{builtin}{ic}
\bimodindex{ic}
\modulesynopsis{None}
This module provides access to Macintosh Internet Config package, This module provides access to Macintosh Internet Config package,

View File

@ -1,6 +1,8 @@
\section{Built-in Module \module{MacOS}} \section{Built-in Module \module{MacOS}}
\label{module-MacOS} \declaremodule{builtin}{MacOS}
\bimodindex{MacOS}
\modulesynopsis{Access to MacOS specific interpreter features.}
This module provides access to MacOS specific functionality in the This module provides access to MacOS specific functionality in the

View File

@ -1,6 +1,8 @@
\section{Standard Module \module{macostools}} \section{Standard Module \module{macostools}}
\label{module-macostools} \declaremodule{standard}{macostools}
\stmodindex{macostools}
\modulesynopsis{Convenience routines for file manipulation.}
This module contains some convenience routines for file-manipulation This module contains some convenience routines for file-manipulation
on the Macintosh. on the Macintosh.
@ -48,8 +50,10 @@ the Apple documentation. Hence, aliases created with \function{mkalias()}
could conceivably have incompatible behaviour in some cases. could conceivably have incompatible behaviour in some cases.
\section{Standard Module \module{findertools}} \section{Standard Module \module{findertools}}
\label{module-findertools} \declaremodule{standard}{findertools}
\stmodindex{findertools}
\modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.}
This module contains routines that give Python programs access to some This module contains routines that give Python programs access to some
functionality provided by the finder. They are implemented as wrappers functionality provided by the finder. They are implemented as wrappers

View File

@ -1,6 +1,8 @@
\section{Built-in Module \module{macspeech}} \section{Built-in Module \module{macspeech}}
\label{module-macspeech} \declaremodule{builtin}{macspeech}
\bimodindex{macspeech}
\modulesynopsis{Interface to the Macintosh Speech Manager.}
This module provides an interface to the Macintosh Speech Manager, This module provides an interface to the Macintosh Speech Manager,

View File

@ -1,6 +1,8 @@
\section{Built-in Module \module{mactcp}} \section{Built-in Module \module{mactcp}}
\label{module-mactcp} \declaremodule{builtin}{mactcp}
\bimodindex{mactcp}
\modulesynopsis{The MacTCP interfaces.}
This module provides an interface to the Macintosh TCP/IP driver% This module provides an interface to the Macintosh TCP/IP driver%

View File

@ -1,6 +1,8 @@
\section{Standard Module \module{EasyDialogs}} \section{Standard Module \module{EasyDialogs}}
\label{module-EasyDialogs} \declaremodule{standard}{EasyDialogs}
\stmodindex{EasyDialogs}
\modulesynopsis{Basic Macintosh dialogs.}
The \module{EasyDialogs} module contains some simple dialogs for The \module{EasyDialogs} module contains some simple dialogs for
the Macintosh, modelled after the \module{stdwin} dialogs with similar the Macintosh, modelled after the \module{stdwin} dialogs with similar

View File

@ -1,6 +1,9 @@
\section{Standard Module \module{MiniAEFrame}} \section{Standard Module \module{MiniAEFrame}}
\stmodindex{MiniAEFrame} \declaremodule{standard}{MiniAEFrame}
\label{module-MiniAEFrame}
\modulesynopsis{Support to act as an Open Scripting Architecture (OSA) server
(``Apple Events'').}
The module \module{MiniAEFrame} provides a framework for an application The module \module{MiniAEFrame} provides a framework for an application
that can function as an Open Scripting Architecture that can function as an Open Scripting Architecture