mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Incorporated Jan-Hein's changes and texinfo conversion.
This commit is contained in:
parent
2a7178efe1
commit
95cd2ef162
17 changed files with 4681 additions and 19 deletions
|
@ -1,4 +1,5 @@
|
|||
\documentstyle[twoside,11pt,myformat]{report}
|
||||
%\includeonly{lib5}
|
||||
|
||||
\title{\bf
|
||||
Python Library Reference
|
||||
|
@ -15,7 +16,8 @@
|
|||
\makeindex
|
||||
|
||||
\begin{document}
|
||||
|
||||
%\showthe\fam
|
||||
%\showthe\ttfam
|
||||
\pagenumbering{roman}
|
||||
|
||||
\maketitle
|
||||
|
@ -42,7 +44,6 @@ language.
|
|||
\pagebreak
|
||||
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\include{lib1} % intro; built-in types, functions and exceptions
|
||||
\include{lib2} % built-in modules
|
||||
\include{lib3} % standard modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue