Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 1 | \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 Drake | 7a64b35 | 1999-04-13 22:19:21 +0000 | [diff] [blame] | 10 | %\ignorePlatformAnnotation{Mac} |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 11 | |
| 12 | |
| 13 | \begin{document} |
| 14 | |
| 15 | \maketitle |
| 16 | |
Fred Drake | 9f86b66 | 1998-07-28 21:55:19 +0000 | [diff] [blame] | 17 | \ifhtml |
| 18 | \chapter*{Front Matter\label{front}} |
| 19 | \fi |
| 20 | |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 21 | \input{copyright} |
| 22 | |
| 23 | \begin{abstract} |
| 24 | |
| 25 | \noindent |
| 26 | This library reference manual documents Python's extensions for the |
Fred Drake | e15eb35 | 1999-11-10 16:13:25 +0000 | [diff] [blame^] | 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. |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 30 | |
| 31 | This manual assumes basic knowledge about the Python language. For an |
Fred Drake | e15eb35 | 1999-11-10 16:13:25 +0000 | [diff] [blame^] | 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. |
Fred Drake | 60961c5 | 1998-04-17 02:47:13 +0000 | [diff] [blame] | 39 | |
| 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} |