cpython/Doc
1992-01-29 14:47:05 +00:00
..
lib Excitem now has only one argument. 1992-01-29 14:46:35 +00:00
ref Added stuff about classes and instances, plus some smaller changes. 1992-01-29 14:47:05 +00:00
tut Cosmetic changes; added more subsections to chapter 2; new syntax (==). 1992-01-07 16:44:35 +00:00
lib.tex Excitem now has only one argument. 1992-01-29 14:46:35 +00:00
Makefile Added ref.tex. 1991-11-21 13:54:36 +00:00
myformat.sty Use US paper size. 1992-01-17 10:42:38 +00:00
README Split and renamed mod to lib[1-5] 1991-11-12 15:40:23 +00:00
ref.tex Added stuff about classes and instances, plus some smaller changes. 1992-01-29 14:47:05 +00:00
tut.tex Cosmetic changes; added more subsections to chapter 2; new syntax (==). 1992-01-07 16:44:35 +00:00

This directory contains the LaTeX source to the Python documentation.
The documentation is not all finished, but good enough to get you
started.

The following are the important latex source files:

	tut.tex				A tutorial
	lib.tex, lib[1-5].tex		The library reference

They both read the style option file "myformat.sty".

You can use the Makefile to format, preview and print the documents.
Type "make tut" or "make mod" to preview either document with xdvi.
Type "make print" to print them both (this only works if your print
spooler is set up just like mine...), or "make all" to create postscript
files that you can you can print using your local printing commands.
Type "make clean" to get rid of all the intermediate files produced by
the latex process, and other junk files.

You can just as well ignore the Makefile; all you really need is:
	latex tut
	latex tut
	dvips tut | lpr
and similar for the "mod" document.