blob: 91e3eeec807c73928298138c4afb99a14a387034 [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.
10
11
12\begin{document}
13
14\maketitle
15
Fred Drake9f86b661998-07-28 21:55:19 +000016\ifhtml
17\chapter*{Front Matter\label{front}}
18\fi
19
Fred Drake60961c51998-04-17 02:47:13 +000020\input{copyright}
21
22\begin{abstract}
23
24\noindent
25This library reference manual documents Python's extensions for the
26Macintosh. It should be used in conjunction with the \emph{Python
27Library Reference}, which documents the standard library and built-in
28types.
29
30This manual assumes basic knowledge about the Python language. For an
31informal introduction to Python, see the \emph{Python Tutorial}; the
32\emph{Python Reference Manual} remains the highest authority on
33syntactic and semantic questions. Finally, the manual entitled
34\emph{Extending and Embedding the Python Interpreter} describes how to
35add new extensions to Python and how to embed it in other applications.
36
37\end{abstract}
38
39\tableofcontents
40
41\input{libmac} % MACINTOSH ONLY
42\input{libctb}
43\input{libmacconsole}
44\input{libmacdnr}
45\input{libmacfs}
46\input{libmacic}
47\input{libmacos}
48\input{libmacostools}
49\input{libmactcp}
50\input{libmacspeech}
51\input{libmacui}
52\input{libframework}
53\input{libminiae}
54
55%
56% The ugly "%begin{latexonly}" pseudo-environments are really just to
57% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
58% not really valuable.
59%
60
61%begin{latexonly}
62\renewcommand{\indexname}{Module Index}
63%end{latexonly}
64\input{modmac.ind} % Module Index
65
66%begin{latexonly}
67\renewcommand{\indexname}{Index}
68%end{latexonly}
69\input{mac.ind} % Index
70
71\end{document}