blob: ab470032234703b789d394b77830401cd22e2ace [file] [log] [blame]
Fred Drake60961c51998-04-17 02:47:13 +00001\documentclass{howto}
2
3\title{Macintosh Library Modules}
4
5\input{boilerplate}
6
7\makeindex % tell \index to actually write the
8 % .idx file
9\makemodindex % ... and the module index as well.
Fred Drake7a64b351999-04-13 22:19:21 +000010%\ignorePlatformAnnotation{Mac}
Fred Drake60961c51998-04-17 02:47:13 +000011
12
13\begin{document}
14
15\maketitle
16
Fred Drake9f86b661998-07-28 21:55:19 +000017\ifhtml
18\chapter*{Front Matter\label{front}}
19\fi
20
Fred Drake60961c51998-04-17 02:47:13 +000021\input{copyright}
22
23\begin{abstract}
24
25\noindent
26This library reference manual documents Python's extensions for the
27Macintosh. It should be used in conjunction with the \emph{Python
28Library Reference}, which documents the standard library and built-in
29types.
30
31This manual assumes basic knowledge about the Python language. For an
32informal introduction to Python, see the \emph{Python Tutorial}; the
33\emph{Python Reference Manual} remains the highest authority on
34syntactic and semantic questions. Finally, the manual entitled
35\emph{Extending and Embedding the Python Interpreter} describes how to
36add new extensions to Python and how to embed it in other applications.
37
38\end{abstract}
39
40\tableofcontents
41
42\input{libmac} % MACINTOSH ONLY
43\input{libctb}
44\input{libmacconsole}
45\input{libmacdnr}
46\input{libmacfs}
47\input{libmacic}
48\input{libmacos}
49\input{libmacostools}
50\input{libmactcp}
51\input{libmacspeech}
52\input{libmacui}
53\input{libframework}
54\input{libminiae}
55
56%
57% The ugly "%begin{latexonly}" pseudo-environments are really just to
58% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
59% not really valuable.
60%
61
62%begin{latexonly}
63\renewcommand{\indexname}{Module Index}
64%end{latexonly}
65\input{modmac.ind} % Module Index
66
67%begin{latexonly}
68\renewcommand{\indexname}{Index}
69%end{latexonly}
70\input{mac.ind} % Index
71
72\end{document}