blob: c6c8a2d6b75530d8071c049117ec5d8a0ccd8957 [file] [log] [blame]
Fred Drakec25296a2000-10-14 05:41:17 +00001\documentclass{manual}
Fred Drake60961c51998-04-17 02:47:13 +00002
3\title{Macintosh Library Modules}
4
5\input{boilerplate}
6
Fred Drakec25296a2000-10-14 05:41:17 +00007\makeindex % tell \index to actually write the .idx file
8\makemodindex % ... and the module index as well.
Fred Drake60961c51998-04-17 02:47:13 +00009
10
11\begin{document}
12
13\maketitle
14
Fred Drake9f86b661998-07-28 21:55:19 +000015\ifhtml
16\chapter*{Front Matter\label{front}}
17\fi
18
Fred Drake60961c51998-04-17 02:47:13 +000019\input{copyright}
20
21\begin{abstract}
22
23\noindent
24This library reference manual documents Python's extensions for the
Fred Drakee15eb351999-11-10 16:13:25 +000025Macintosh. It should be used in conjunction with the
26\citetitle[../lib/lib.html]{Python Library Reference}, which documents
27the standard library and built-in types.
Fred Drake60961c51998-04-17 02:47:13 +000028
29This manual assumes basic knowledge about the Python language. For an
Fred Drakee15eb351999-11-10 16:13:25 +000030informal introduction to Python, see the
31\citetitle[../tut/tut.html]{Python Tutorial}; the
32\citetitle[../ref/ref.html]{Python Reference Manual} remains the
33highest authority on syntactic and semantic questions. Finally, the
34manual entitled \citetitle[../ext/ext.html]{Extending and Embedding
35the Python Interpreter} describes how to add new extensions to Python
36and how to embed it in other applications.
Fred Drake60961c51998-04-17 02:47:13 +000037
38\end{abstract}
39
40\tableofcontents
41
Fred Drakec25296a2000-10-14 05:41:17 +000042
43\input{using.tex} % Using Python on the Macintosh
44
45
46\chapter{MacPython Modules \label{macpython-modules}}
47
48The following modules are only available on the Macintosh, and are
49documented here:
50
51\localmoduletable
52
53\input{libmac}
Fred Drake60961c51998-04-17 02:47:13 +000054\input{libctb}
Fred Drakec25296a2000-10-14 05:41:17 +000055%\input{libmacconsole}
Fred Drake60961c51998-04-17 02:47:13 +000056\input{libmacdnr}
57\input{libmacfs}
58\input{libmacic}
59\input{libmacos}
60\input{libmacostools}
61\input{libmactcp}
62\input{libmacspeech}
63\input{libmacui}
64\input{libframework}
65\input{libminiae}
Fred Drakec25296a2000-10-14 05:41:17 +000066\input{libaepack}
67\input{libaetypes}
68
69\input{toolbox} % MacOS Toolbox Modules
70
71\input{undoc} % Undocumented Modules
Fred Drake60961c51998-04-17 02:47:13 +000072
73%
74% The ugly "%begin{latexonly}" pseudo-environments are really just to
75% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
76% not really valuable.
77%
78
79%begin{latexonly}
80\renewcommand{\indexname}{Module Index}
81%end{latexonly}
Fred Drakec25296a2000-10-14 05:41:17 +000082\input{modmac.ind} % Module Index
Fred Drake60961c51998-04-17 02:47:13 +000083
84%begin{latexonly}
85\renewcommand{\indexname}{Index}
86%end{latexonly}
Fred Drakec25296a2000-10-14 05:41:17 +000087\input{mac.ind} % Index
Fred Drake60961c51998-04-17 02:47:13 +000088
89\end{document}