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
22f3a6ae
Kaydet (Commit)
22f3a6ae
authored
Mar 31, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add 2.5 libraries.
üst
76a2caeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
prechm.py
Doc/tools/prechm.py
+16
-0
No files found.
Doc/tools/prechm.py
Dosyayı görüntüle @
22f3a6ae
...
...
@@ -150,6 +150,22 @@ class Book:
# Library Doc list of books:
# each 'book' : (Dir, Title, First page, Content page, Index page)
supported_libraries
=
{
'2.5'
:
[
Book
(
'.'
,
'Main page'
,
'index'
),
Book
(
'.'
,
'Global Module Index'
,
'modindex'
),
Book
(
'whatsnew'
,
"What's New"
,
'index'
,
'contents'
),
Book
(
'tut'
,
'Tutorial'
,
'tut'
,
'node2'
),
Book
(
'lib'
,
'Library Reference'
,
'lib'
,
'contents'
,
'genindex'
),
Book
(
'ref'
,
'Language Reference'
,
'ref'
,
'contents'
,
'genindex'
),
Book
(
'mac'
,
'Macintosh Reference'
,
'mac'
,
'contents'
,
'genindex'
),
Book
(
'ext'
,
'Extending and Embedding'
,
'ext'
,
'contents'
),
Book
(
'api'
,
'Python/C API'
,
'api'
,
'contents'
,
'genindex'
),
Book
(
'doc'
,
'Documenting Python'
,
'doc'
,
'contents'
),
Book
(
'inst'
,
'Installing Python Modules'
,
'inst'
,
'index'
),
Book
(
'dist'
,
'Distributing Python Modules'
,
'dist'
,
'index'
,
'genindex'
),
],
'2.4'
:
[
Book
(
'.'
,
'Main page'
,
'index'
),
...
...
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