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
e82110f3
Kaydet (Commit)
e82110f3
authored
Mar 13, 2010
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change/fix handling of docs download location: for daily builds, put them right next to the HTML.
üst
1b51c3d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
13 deletions
+11
-13
Makefile
Doc/Makefile
+5
-4
download.html
Doc/tools/sphinxext/download.html
+6
-9
No files found.
Doc/Makefile
Dosyayı görüntüle @
e82110f3
...
...
@@ -161,16 +161,17 @@ check:
serve
:
../Tools/scripts/serve.py build/html
# Targets for
automatic
doc build
# Targets for
daily automated
doc build
# for development releases: always build
autobuild-dev
:
make update
make dist
make dist
SPHINXOPTS
=
'-A daily=1'
# for stable releases: only build if not in
development mode
# for stable releases: only build if not in
pre-release stage (alpha, beta, rc)
autobuild-stable
:
@
case
$(DISTVERSION)
in
*
[
abc]
*
)
\
echo
"Not building; not a release version."
;
exit
1
;;
\
echo
"Not building;
$(DISTVERSION)
is not a release version."
;
\
exit
1
;;
\
esac
@
make autobuild-dev
Doc/tools/sphinxext/download.html
Dosyayı görüntüle @
e82110f3
{% extends "layout.html" %}
{% set title = 'Download' %}
{% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %}
{% block body %}
{% if daily is defined %}
{% set dlbase = pathto('archives', 1) %}
{% else %}
{% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %}
{% endif %}
{% block body %}
<h1>
Download Python {{ release }} Documentation
</h1>
{% if 'a' in release or 'b' in release or 'c' in release %}
<p>
We don't package the documentation for development releases for download.
Downloads will be available for the final release.
</p>
{% else %}
{% if last_updated %}
<p><b>
Last updated on: {{ last_updated }}.
</b></p>
{% endif %}
<p>
To download an archive containing all the documents for this version of
...
...
@@ -55,6 +54,4 @@ platform. These are created on Unix using the InfoZIP zip program.</p>
<p>
If you have comments or suggestions for the Python documentation, please send
email to
<a
href=
"mailto:docs@python.org"
>
docs@python.org
</a>
.
</p>
{% endif %}
{% 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