blob: c67545aea9565aab19de57f89a7eada4fe43e87b [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 Jansen16621622003-05-09 14:45:04 +000060\input{libautogil}
Jack Jansenbae5c962003-04-11 15:35:28 +000061
62\input{scripting}
Fred Drakec25296a2000-10-14 05:41:17 +000063
64\input{toolbox} % MacOS Toolbox Modules
Fred Drakeb6bdcb22001-04-13 04:49:30 +000065\input{libcolorpicker}
Fred Drakec25296a2000-10-14 05:41:17 +000066
67\input{undoc} % Undocumented Modules
Fred Drake60961c51998-04-17 02:47:13 +000068
Fred Draked5df09c2001-06-20 21:37:34 +000069\appendix
70\chapter{History and License}
71\input{license}
72
Fred Drake60961c51998-04-17 02:47:13 +000073%
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}