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
7f777ed9
Commit
7f777ed9
authored
Aug 09, 1990
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial revision
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
Doc/Makefile
Doc/Makefile
+29
-0
Doc/README
Doc/README
+25
-0
No files found.
Doc/Makefile
0 → 100644
View file @
7f777ed9
TROFF
=
ditroff
MS
=
-ms
PREVIEW
=
dpv
intro
:
intro.dit
$(PREVIEW)
intro.dit
modules
:
modules.dit
$(PREVIEW)
modules.dit
paper
:
paper.dit
$(PREVIEW)
paper.dit
ref
:
ref.dit
$(PREVIEW)
ref.dit
ALL
=
intro.dit modules.dit paper.dit ref.dit
all
:
$(ALL)
$(ALL)
:
macros.ms
clean
:
rm
-f
$(ALL)
.SUFFIXES
:
.ms .dit
.ms.dit
:
$(TROFF)
$(MS)
$*
.ms
>
$@
Doc/README
0 → 100644
View file @
7f777ed9
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
paper.ms conference paper about Python
intro.ms informal introduction to Python
ref.ms Python language reference manual
modules.ms description of standard modules
XXX There should also be a man page.
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.
--Guido (last modified 10 Sep 90)
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