blob: eab4d536e62a0452dc7196edf56f0c0d717ac784 [file] [log] [blame]
Guido van Rossum7f777ed1990-08-09 14:25:15 +00001This directory contains the source to the Python documentation.
2
3Unfortunately it's not not very readable, complete or up-to-date yet --
4in other words, I'm still working on it!
5
6There are four documents and a macro file:
7
8 macros.ms macros .so'ed by the documents
9
Guido van Rossumdf79a1e1990-10-07 12:35:53 +000010 tut.ms informal tutorial
11 mod.ms description of standard modules
12 ref.ms Python language reference manual (embryonic)
13 paper.ms conference paper about Python (embryonic)
Guido van Rossum7f777ed1990-08-09 14:25:15 +000014
Guido van Rossumdf79a1e1990-10-07 12:35:53 +000015XXX There should also be a man page (extracted from sec. 2 of the tutorial)
Guido van Rossum7f777ed1990-08-09 14:25:15 +000016
17To typeset one of the documents on the default Postscript printer, chdir
18to this directory (otherwise the macros aren't found!) and issue the
19command
20
21 pstroff -ms file.ms
22
23When typesetting all documents, issue a separate command for each.
24
Guido van Rossumdf79a1e1990-10-07 12:35:53 +000025You can also use the Makefile, at your own risk.
26
27--Guido (last modified 7 Oct 90)