Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7f777ed9
Kaydet (Commit)
7f777ed9
authored
Agu 09, 1990
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Initial revision
üst
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
Makefile
Doc/Makefile
+29
-0
README
Doc/README
+25
-0
No files found.
Doc/Makefile
0 → 100644
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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