cpython/Doc
Guido van Rossum 5ce78f11fc Changed code environment into \bcode and \ecode macros.
Small lay-out improvements.
Took out a ref or two to "python -s".
1991-01-25 13:27:18 +00:00
..
lib Changed \begin{code} and \end{code} into \bcode and \ecode. 1991-01-25 13:26:13 +00:00
tut Changed code environment into \bcode and \ecode macros. 1991-01-25 13:27:18 +00:00
lib.tex Changed \begin{code} and \end{code} into \bcode and \ecode. 1991-01-25 13:26:13 +00:00
Makefile Made the move to TeX. 1991-01-22 11:47:14 +00:00
myformat.sty Better solution for code environment. 1991-01-24 16:54:29 +00:00
README New names etc. 1990-10-07 12:35:53 +00:00
tut.tex Changed code environment into \bcode and \ecode macros. 1991-01-25 13:27:18 +00:00

This directory contains the source to the Python documentation.

Unfortunately it's not not very readable, complete or up-to-date yet --
in other words, I'm still working on it!

There are four documents and a macro file:

	macros.ms		macros .so'ed by the documents

	tut.ms			informal tutorial
	mod.ms			description of standard modules
	ref.ms			Python language reference manual (embryonic)
	paper.ms		conference paper about Python (embryonic)

XXX There should also be a man page (extracted from sec. 2 of the tutorial)

To typeset one of the documents on the default Postscript printer, chdir
to this directory (otherwise the macros aren't found!) and issue the
command

	pstroff -ms file.ms

When typesetting all documents, issue a separate command for each.

You can also use the Makefile, at your own risk.

--Guido (last modified 7 Oct 90)