summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-14 05:41:17 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-14 05:41:17 (GMT)
commitc25296a91656edd01df7c9f7e25955f119c6bb09 (patch)
tree01eb27e7611e665bdd3b0e40a463664bc22ae64d /Doc
parentc7babad2a06b2879e13bcbd272873fc5075936e2 (diff)
downloadcpython-c25296a91656edd01df7c9f7e25955f119c6bb09.zip
cpython-c25296a91656edd01df7c9f7e25955f119c6bb09.tar.gz
cpython-c25296a91656edd01df7c9f7e25955f119c6bb09.tar.bz2
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.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/mac/mac.tex33
1 files changed, 24 insertions, 9 deletions
diff --git a/Doc/mac/mac.tex b/Doc/mac/mac.tex
index 096ba11..c6c8a2d 100644
--- a/Doc/mac/mac.tex
+++ b/Doc/mac/mac.tex
@@ -1,13 +1,11 @@
-\documentclass{howto}
+\documentclass{manual}
\title{Macintosh Library Modules}
\input{boilerplate}
-\makeindex % tell \index to actually write the
- % .idx file
-\makemodindex % ... and the module index as well.
-%\ignorePlatformAnnotation{Mac}
+\makeindex % tell \index to actually write the .idx file
+\makemodindex % ... and the module index as well.
\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
@@ -64,11 +79,11 @@ and how to embed it in other applications.
%begin{latexonly}
\renewcommand{\indexname}{Module Index}
%end{latexonly}
-\input{modmac.ind} % Module Index
+\input{modmac.ind} % Module Index
%begin{latexonly}
\renewcommand{\indexname}{Index}
%end{latexonly}
-\input{mac.ind} % Index
+\input{mac.ind} % Index
\end{document}