blob: 41ff2d31715522e9e2046307daf7e99b968895ac [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{libmacfs}
55\input{libmacic}
56\input{libmacos}
57\input{libmacostools}
Fred Drake60961c51998-04-17 02:47:13 +000058\input{libmacui}
59\input{libframework}
Jack Jansenbae5c962003-04-11 15:35:28 +000060
61\input{scripting}
Fred Drakec25296a2000-10-14 05:41:17 +000062
63\input{toolbox} % MacOS Toolbox Modules
Fred Drakeb6bdcb22001-04-13 04:49:30 +000064\input{libcolorpicker}
Fred Drakec25296a2000-10-14 05:41:17 +000065
66\input{undoc} % Undocumented Modules
Fred Drake60961c51998-04-17 02:47:13 +000067
Fred Draked5df09c2001-06-20 21:37:34 +000068\appendix
69\chapter{History and License}
70\input{license}
71
Fred Drake60961c51998-04-17 02:47:13 +000072%
73% The ugly "%begin{latexonly}" pseudo-environments are really just to
74% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
75% not really valuable.
76%
77
78%begin{latexonly}
79\renewcommand{\indexname}{Module Index}
80%end{latexonly}
Fred Drakec25296a2000-10-14 05:41:17 +000081\input{modmac.ind} % Module Index
Fred Drake60961c51998-04-17 02:47:13 +000082
83%begin{latexonly}
84\renewcommand{\indexname}{Index}
85%end{latexonly}
Fred Drakec25296a2000-10-14 05:41:17 +000086\input{mac.ind} % Index
Fred Drake60961c51998-04-17 02:47:13 +000087
88\end{document}