Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4ba1ed09
Commit
4ba1ed09
authored
Jan 25, 1991
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to reflect the change to TeX.
parent
559a0850
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
27 deletions
+24
-27
Doc/README
Doc/README
+24
-27
No files found.
Doc/README
View file @
4ba1ed09
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)
This directory contains the LaTeX source to the Python documentation.
The documentation is not all finished, but good enough to get you some
idea of how to program in Python.
The following are the important latex source files:
tut.tex tutorial
mod.tex 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.
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment