blob: 096ba117e97389164f6ee9426aaf7a087dd2b78b [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
Fred Drakee15eb351999-11-10 16:13:25 +000027Macintosh. It should be used in conjunction with the
28\citetitle[../lib/lib.html]{Python Library Reference}, which documents
29the standard library and built-in types.
Fred Drake60961c51998-04-17 02:47:13 +000030
31This manual assumes basic knowledge about the Python language. For an
Fred Drakee15eb351999-11-10 16:13:25 +000032informal introduction to Python, see the
33\citetitle[../tut/tut.html]{Python Tutorial}; the
34\citetitle[../ref/ref.html]{Python Reference Manual} remains the
35highest authority on syntactic and semantic questions. Finally, the
36manual entitled \citetitle[../ext/ext.html]{Extending and Embedding
37the Python Interpreter} describes how to add new extensions to Python
38and how to embed it in other applications.
Fred Drake60961c51998-04-17 02:47:13 +000039
40\end{abstract}
41
42\tableofcontents
43
44\input{libmac} % MACINTOSH ONLY
45\input{libctb}
46\input{libmacconsole}
47\input{libmacdnr}
48\input{libmacfs}
49\input{libmacic}
50\input{libmacos}
51\input{libmacostools}
52\input{libmactcp}
53\input{libmacspeech}
54\input{libmacui}
55\input{libframework}
56\input{libminiae}
57
58%
59% The ugly "%begin{latexonly}" pseudo-environments are really just to
60% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
61% not really valuable.
62%
63
64%begin{latexonly}
65\renewcommand{\indexname}{Module Index}
66%end{latexonly}
67\input{modmac.ind} % Module Index
68
69%begin{latexonly}
70\renewcommand{\indexname}{Index}
71%end{latexonly}
72\input{mac.ind} % Index
73
74\end{document}