Added 'description' class attribute to every command class (to help the
[python/dscho.git] / Doc / mac / mac.tex
blob096ba117e97389164f6ee9426aaf7a087dd2b78b
1 \documentclass{howto}
3 \title{Macintosh Library Modules}
5 \input{boilerplate}
7 \makeindex % tell \index to actually write the
8 % .idx file
9 \makemodindex % ... and the module index as well.
10 %\ignorePlatformAnnotation{Mac}
13 \begin{document}
15 \maketitle
17 \ifhtml
18 \chapter*{Front Matter\label{front}}
19 \fi
21 \input{copyright}
23 \begin{abstract}
25 \noindent
26 This library reference manual documents Python's extensions for the
27 Macintosh. It should be used in conjunction with the
28 \citetitle[../lib/lib.html]{Python Library Reference}, which documents
29 the standard library and built-in types.
31 This manual assumes basic knowledge about the Python language. For an
32 informal introduction to Python, see the
33 \citetitle[../tut/tut.html]{Python Tutorial}; the
34 \citetitle[../ref/ref.html]{Python Reference Manual} remains the
35 highest authority on syntactic and semantic questions. Finally, the
36 manual entitled \citetitle[../ext/ext.html]{Extending and Embedding
37 the Python Interpreter} describes how to add new extensions to Python
38 and how to embed it in other applications.
40 \end{abstract}
42 \tableofcontents
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}
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.
64 %begin{latexonly}
65 \renewcommand{\indexname}{Module Index}
66 %end{latexonly}
67 \input{modmac.ind} % Module Index
69 %begin{latexonly}
70 \renewcommand{\indexname}{Index}
71 %end{latexonly}
72 \input{mac.ind} % Index
74 \end{document}