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
e489db8f
Kaydet (Commit)
e489db8f
authored
Eki 02, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Forward-port r66736.
üst
218c6662
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
Makefile
Doc/Makefile
+2
-2
download.html
Doc/tools/sphinxext/download.html
+2
-2
layout.html
Doc/tools/sphinxext/layout.html
+1
-2
No files found.
Doc/Makefile
Dosyayı görüntüle @
e489db8f
...
@@ -111,7 +111,7 @@ dist:
...
@@ -111,7 +111,7 @@ dist:
# archive the HTML
# archive the HTML
make
html
make
html
cp
-
a
build/html
dist/python$(DISTVERSION)-docs-html
cp
-
pPR
build/html
dist/python$(DISTVERSION)-docs-html
tar
-C
dist
-cf
dist/python$(DISTVERSION)-docs-html.tar
python$(DISTVERSION)-docs-html
tar
-C
dist
-cf
dist/python$(DISTVERSION)-docs-html.tar
python$(DISTVERSION)-docs-html
bzip2
-9
-k
dist/python$(DISTVERSION)-docs-html.tar
bzip2
-9
-k
dist/python$(DISTVERSION)-docs-html.tar
(cd
dist;
zip
-q
-r
-9
python$(DISTVERSION)-docs-html.zip
python$(DISTVERSION)-docs-html)
(cd
dist;
zip
-q
-r
-9
python$(DISTVERSION)-docs-html.zip
python$(DISTVERSION)-docs-html)
...
@@ -120,7 +120,7 @@ dist:
...
@@ -120,7 +120,7 @@ dist:
# archive the text build
# archive the text build
make
text
make
text
cp
-
a
build/text
dist/python$(DISTVERSION)-docs-text
cp
-
pPR
build/text
dist/python$(DISTVERSION)-docs-text
tar
-C
dist
-cf
dist/python$(DISTVERSION)-docs-text.tar
python$(DISTVERSION)-docs-text
tar
-C
dist
-cf
dist/python$(DISTVERSION)-docs-text.tar
python$(DISTVERSION)-docs-text
bzip2
-9
-k
dist/python$(DISTVERSION)-docs-text.tar
bzip2
-9
-k
dist/python$(DISTVERSION)-docs-text.tar
(cd
dist;
zip
-q
-r
-9
python$(DISTVERSION)-docs-text.zip
python$(DISTVERSION)-docs-text)
(cd
dist;
zip
-q
-r
-9
python$(DISTVERSION)-docs-text.zip
python$(DISTVERSION)-docs-text)
...
...
Doc/tools/sphinxext/download.html
Dosyayı görüntüle @
e489db8f
...
@@ -31,8 +31,8 @@ in the table are the size of the download files in Kilobytes.</p>
...
@@ -31,8 +31,8 @@ in the table are the size of the download files in Kilobytes.</p>
<td><a
href=
"{{ dlbase }}/python-docs-html.tar.bz2"
>
Download
</a>
(ca. 4 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-docs-html.tar.bz2"
>
Download
</a>
(ca. 4 MB)
</td>
</tr>
</tr>
<tr><td>
Plain Text
</td>
<tr><td>
Plain Text
</td>
<td><a
href=
"{{ dlbase }}/python-docs-
pdf-
text.zip"
>
Download
</a>
(ca. 2 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-docs-text.zip"
>
Download
</a>
(ca. 2 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-docs-
pdf-
text.tar.bz2"
>
Download
</a>
(ca. 1.5 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-docs-text.tar.bz2"
>
Download
</a>
(ca. 1.5 MB)
</td>
</tr>
</tr>
</table>
</table>
...
...
Doc/tools/sphinxext/layout.html
Dosyayı görüntüle @
e489db8f
{% extends "!layout.html" %}
{% extends "!layout.html" %}
{% block rootrellink %}
{% block rootrellink %}
<li><img
src=
"{{ pathto('_static/py.png', 1) }}"
alt=
""
style=
"vertical-align: middle; margin-top: -1px"
/></li>
<li><img
src=
"{{ pathto('_static/py.png', 1) }}"
alt=
""
style=
"vertical-align: middle; margin-top: -1px"
/></li><li><a
href=
"{{ pathto('index') }}"
>
{{ shorttitle }}
</a>
{{ reldelim1 }}
</li>
{{ super() }}
{% endblock %}
{% endblock %}
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