blob: 30e39a9273f0ea8d87a7cb82b789e3cdab211b5d [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 Drake60961c51998-04-17 02:47:13 +000055\input{libmacfs}
56\input{libmacic}
57\input{libmacos}
58\input{libmacostools}
Fred Drake60961c51998-04-17 02:47:13 +000059\input{libmacspeech}
60\input{libmacui}
61\input{libframework}
62\input{libminiae}
Fred Drakec25296a2000-10-14 05:41:17 +000063\input{libaepack}
64\input{libaetypes}
65
66\input{toolbox} % MacOS Toolbox Modules
Fred Drakeb6bdcb22001-04-13 04:49:30 +000067\input{libcolorpicker}
Fred Drakec25296a2000-10-14 05:41:17 +000068
69\input{undoc} % Undocumented Modules
Fred Drake60961c51998-04-17 02:47:13 +000070
Fred Draked5df09c2001-06-20 21:37:34 +000071\appendix
72\chapter{History and License}
73\input{license}
74
Fred Drake60961c51998-04-17 02:47:13 +000075%
76% The ugly "%begin{latexonly}" pseudo-environments are really just to
77% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
78% not really valuable.
79%
80
81%begin{latexonly}
82\renewcommand{\indexname}{Module Index}
83%end{latexonly}
Fred Drakec25296a2000-10-14 05:41:17 +000084\input{modmac.ind} % Module Index
Fred Drake60961c51998-04-17 02:47:13 +000085
86%begin{latexonly}
87\renewcommand{\indexname}{Index}
88%end{latexonly}
Fred Drakec25296a2000-10-14 05:41:17 +000089\input{mac.ind} % Index
Fred Drake60961c51998-04-17 02:47:13 +000090
91\end{document}