Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
60961c56
Commit
60961c56
authored
Apr 17, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python HOWTO document that replaces the old Mac section from the reference
manual.
parent
b51429a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
134 additions
and
0 deletions
+134
-0
Doc/mac.tex
Doc/mac.tex
+67
-0
Doc/mac/mac.tex
Doc/mac/mac.tex
+67
-0
No files found.
Doc/mac.tex
0 → 100644
View file @
60961c56
\documentclass
{
howto
}
\title
{
Macintosh Library Modules
}
\input
{
boilerplate
}
\makeindex
% tell \index to actually write the
% .idx file
\makemodindex
% ... and the module index as well.
\begin{document}
\maketitle
\input
{
copyright
}
\begin{abstract}
\noindent
This library reference manual documents Python's extensions for the
Macintosh. It should be used in conjunction with the
\emph
{
Python
Library Reference
}
, which documents the standard library and built-in
types.
This manual assumes basic knowledge about the Python language. For an
informal introduction to Python, see the
\emph
{
Python Tutorial
}
; the
\emph
{
Python Reference Manual
}
remains the highest authority on
syntactic and semantic questions. Finally, the manual entitled
\emph
{
Extending and Embedding the Python Interpreter
}
describes how to
add new extensions to Python and how to embed it in other applications.
\end{abstract}
\tableofcontents
\input
{
libmac
}
% MACINTOSH ONLY
\input
{
libctb
}
\input
{
libmacconsole
}
\input
{
libmacdnr
}
\input
{
libmacfs
}
\input
{
libmacic
}
\input
{
libmacos
}
\input
{
libmacostools
}
\input
{
libmactcp
}
\input
{
libmacspeech
}
\input
{
libmacui
}
\input
{
libframework
}
\input
{
libminiae
}
%
% The ugly "%begin{latexonly}" pseudo-environments are really just to
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
% not really valuable.
%
%begin{latexonly}
\renewcommand
{
\indexname
}{
Module Index
}
%end{latexonly}
\input
{
modmac.ind
}
% Module Index
%begin{latexonly}
\renewcommand
{
\indexname
}{
Index
}
%end{latexonly}
\input
{
mac.ind
}
% Index
\end{document}
Doc/mac/mac.tex
0 → 100644
View file @
60961c56
\documentclass
{
howto
}
\title
{
Macintosh Library Modules
}
\input
{
boilerplate
}
\makeindex
% tell \index to actually write the
% .idx file
\makemodindex
% ... and the module index as well.
\begin{document}
\maketitle
\input
{
copyright
}
\begin{abstract}
\noindent
This library reference manual documents Python's extensions for the
Macintosh. It should be used in conjunction with the
\emph
{
Python
Library Reference
}
, which documents the standard library and built-in
types.
This manual assumes basic knowledge about the Python language. For an
informal introduction to Python, see the
\emph
{
Python Tutorial
}
; the
\emph
{
Python Reference Manual
}
remains the highest authority on
syntactic and semantic questions. Finally, the manual entitled
\emph
{
Extending and Embedding the Python Interpreter
}
describes how to
add new extensions to Python and how to embed it in other applications.
\end{abstract}
\tableofcontents
\input
{
libmac
}
% MACINTOSH ONLY
\input
{
libctb
}
\input
{
libmacconsole
}
\input
{
libmacdnr
}
\input
{
libmacfs
}
\input
{
libmacic
}
\input
{
libmacos
}
\input
{
libmacostools
}
\input
{
libmactcp
}
\input
{
libmacspeech
}
\input
{
libmacui
}
\input
{
libframework
}
\input
{
libminiae
}
%
% The ugly "%begin{latexonly}" pseudo-environments are really just to
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
% not really valuable.
%
%begin{latexonly}
\renewcommand
{
\indexname
}{
Module Index
}
%end{latexonly}
\input
{
modmac.ind
}
% Module Index
%begin{latexonly}
\renewcommand
{
\indexname
}{
Index
}
%end{latexonly}
\input
{
mac.ind
}
% Index
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment