0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Doc/README

28 lines
847 B
Plaintext
Raw Normal View History

1990-08-09 16:25:15 +02: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
1990-10-07 13:35:53 +01:00
tut.ms informal tutorial
mod.ms description of standard modules
ref.ms Python language reference manual (embryonic)
paper.ms conference paper about Python (embryonic)
1990-08-09 16:25:15 +02:00
1990-10-07 13:35:53 +01:00
XXX There should also be a man page (extracted from sec. 2 of the tutorial)
1990-08-09 16:25:15 +02:00
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.
1990-10-07 13:35:53 +01:00
You can also use the Makefile, at your own risk.
--Guido (last modified 7 Oct 90)