blob: d44e8a810ea047d8941f3dd5505098d8f00d4d18 [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
10 paper.ms conference paper about Python
11 intro.ms informal introduction to Python
12 ref.ms Python language reference manual
13 modules.ms description of standard modules
14
15XXX There should also be a man page.
16
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
25--Guido (last modified 10 Sep 90)