Fred Drake | c25296a | 2000-10-14 05:41:17 +0000 | [diff] [blame] | 1 | \documentclass{manual} |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 2 | |
| 3 | \title{Macintosh Library Modules} |
| 4 | |
| 5 | \input{boilerplate} |
| 6 | |
Fred Drake | c25296a | 2000-10-14 05:41:17 +0000 | [diff] [blame] | 7 | \makeindex % tell \index to actually write the .idx file |
| 8 | \makemodindex % ... and the module index as well. |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 9 | |
| 10 | |
| 11 | \begin{document} |
| 12 | |
| 13 | \maketitle |
| 14 | |
Fred Drake | 9f86b66 | 1998-07-28 21:55:19 +0000 | [diff] [blame] | 15 | \ifhtml |
| 16 | \chapter*{Front Matter\label{front}} |
| 17 | \fi |
| 18 | |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 19 | \input{copyright} |
| 20 | |
| 21 | \begin{abstract} |
| 22 | |
| 23 | \noindent |
| 24 | This library reference manual documents Python's extensions for the |
Fred Drake | e15eb35 | 1999-11-10 16:13:25 +0000 | [diff] [blame] | 25 | Macintosh. It should be used in conjunction with the |
| 26 | \citetitle[../lib/lib.html]{Python Library Reference}, which documents |
| 27 | the standard library and built-in types. |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 28 | |
| 29 | This manual assumes basic knowledge about the Python language. For an |
Fred Drake | e15eb35 | 1999-11-10 16:13:25 +0000 | [diff] [blame] | 30 | informal introduction to Python, see the |
| 31 | \citetitle[../tut/tut.html]{Python Tutorial}; the |
| 32 | \citetitle[../ref/ref.html]{Python Reference Manual} remains the |
| 33 | highest authority on syntactic and semantic questions. Finally, the |
| 34 | manual entitled \citetitle[../ext/ext.html]{Extending and Embedding |
| 35 | the Python Interpreter} describes how to add new extensions to Python |
| 36 | and how to embed it in other applications. |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 37 | |
| 38 | \end{abstract} |
| 39 | |
| 40 | \tableofcontents |
| 41 | |
Fred Drake | c25296a | 2000-10-14 05:41:17 +0000 | [diff] [blame] | 42 | |
| 43 | \input{using.tex} % Using Python on the Macintosh |
| 44 | |
| 45 | |
| 46 | \chapter{MacPython Modules \label{macpython-modules}} |
| 47 | |
| 48 | The following modules are only available on the Macintosh, and are |
| 49 | documented here: |
| 50 | |
| 51 | \localmoduletable |
| 52 | |
| 53 | \input{libmac} |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 54 | \input{libctb} |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 55 | \input{libmacfs} |
| 56 | \input{libmacic} |
| 57 | \input{libmacos} |
| 58 | \input{libmacostools} |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 59 | \input{libmacspeech} |
| 60 | \input{libmacui} |
| 61 | \input{libframework} |
| 62 | \input{libminiae} |
Fred Drake | c25296a | 2000-10-14 05:41:17 +0000 | [diff] [blame] | 63 | \input{libaepack} |
| 64 | \input{libaetypes} |
| 65 | |
| 66 | \input{toolbox} % MacOS Toolbox Modules |
Fred Drake | b6bdcb2 | 2001-04-13 04:49:30 +0000 | [diff] [blame] | 67 | \input{libcolorpicker} |
Fred Drake | c25296a | 2000-10-14 05:41:17 +0000 | [diff] [blame] | 68 | |
| 69 | \input{undoc} % Undocumented Modules |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 70 | |
Fred Drake | d5df09c | 2001-06-20 21:37:34 +0000 | [diff] [blame] | 71 | \appendix |
| 72 | \chapter{History and License} |
| 73 | \input{license} |
| 74 | |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 75 | % |
| 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 Drake | c25296a | 2000-10-14 05:41:17 +0000 | [diff] [blame] | 84 | \input{modmac.ind} % Module Index |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 85 | |
| 86 | %begin{latexonly} |
| 87 | \renewcommand{\indexname}{Index} |
| 88 | %end{latexonly} |
Fred Drake | c25296a | 2000-10-14 05:41:17 +0000 | [diff] [blame] | 89 | \input{mac.ind} % Index |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 90 | |
| 91 | \end{document} |