Commit c25296a9 authored by Fred Drake's avatar Fred Drake

Update to include all the new chapters & sections.

Convert from a howto to a manual, so we can *have* chapters!
Comment out the macconsole module documentation; Think C seems to have
disappeared.
parent c7babad2
\documentclass{howto}
\documentclass{manual}
\title{Macintosh Library Modules}
\input{boilerplate}
\makeindex % tell \index to actually write the
% .idx file
\makeindex % tell \index to actually write the .idx file
\makemodindex % ... and the module index as well.
%\ignorePlatformAnnotation{Mac}
\begin{document}
......@@ -41,9 +39,20 @@ and how to embed it in other applications.
\tableofcontents
\input{libmac} % MACINTOSH ONLY
\input{using.tex} % Using Python on the Macintosh
\chapter{MacPython Modules \label{macpython-modules}}
The following modules are only available on the Macintosh, and are
documented here:
\localmoduletable
\input{libmac}
\input{libctb}
\input{libmacconsole}
%\input{libmacconsole}
\input{libmacdnr}
\input{libmacfs}
\input{libmacic}
......@@ -54,6 +63,12 @@ and how to embed it in other applications.
\input{libmacui}
\input{libframework}
\input{libminiae}
\input{libaepack}
\input{libaetypes}
\input{toolbox} % MacOS Toolbox Modules
\input{undoc} % Undocumented Modules
%
% The ugly "%begin{latexonly}" pseudo-environments are really just to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment