| 1 | \documentclass{manual}
|
|---|
| 2 |
|
|---|
| 3 | \title{Macintosh Library Modules}
|
|---|
| 4 |
|
|---|
| 5 | \input{boilerplate}
|
|---|
| 6 |
|
|---|
| 7 | \makeindex % tell \index to actually write the .idx file
|
|---|
| 8 | \makemodindex % ... and the module index as well.
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 | \begin{document}
|
|---|
| 12 |
|
|---|
| 13 | \maketitle
|
|---|
| 14 |
|
|---|
| 15 | \ifhtml
|
|---|
| 16 | \chapter*{Front Matter\label{front}}
|
|---|
| 17 | \fi
|
|---|
| 18 |
|
|---|
| 19 | \input{copyright}
|
|---|
| 20 |
|
|---|
| 21 | \begin{abstract}
|
|---|
| 22 |
|
|---|
| 23 | \noindent
|
|---|
| 24 | This library reference manual documents Python's extensions for the
|
|---|
| 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.
|
|---|
| 28 |
|
|---|
| 29 | This manual assumes basic knowledge about the Python language. For an
|
|---|
| 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.
|
|---|
| 37 |
|
|---|
| 38 | \end{abstract}
|
|---|
| 39 |
|
|---|
| 40 | \tableofcontents
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
|
|---|