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
46761ec7
Kaydet (Commit)
46761ec7
authored
Eki 29, 2014
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use https:// URLs in the HTML templates.
üst
69a72039
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
download.html
Doc/tools/templates/download.html
+2
-2
indexsidebar.html
Doc/tools/templates/indexsidebar.html
+8
-8
layout.html
Doc/tools/templates/layout.html
+2
-2
opensearch.xml
Doc/tools/templates/opensearch.xml
+1
-1
No files found.
Doc/tools/templates/download.html
Dosyayı görüntüle @
46761ec7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% if daily is defined %}
{% if daily is defined %}
{% set dlbase = pathto('archives', 1) %}
{% set dlbase = pathto('archives', 1) %}
{% else %}
{% else %}
{% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %}
{% set dlbase = 'http
s
://docs.python.org/ftp/python/doc/' + release %}
{% endif %}
{% endif %}
{% block body %}
{% block body %}
...
@@ -42,7 +42,7 @@ in the table are the size of the download files in megabytes.</p>
...
@@ -42,7 +42,7 @@ in the table are the size of the download files in megabytes.</p>
<p>
These archives contain all the content in the documentation.
</p>
<p>
These archives contain all the content in the documentation.
</p>
<p>
HTML Help (
<tt>
.chm
</tt>
) files are made available in the "Windows" section
<p>
HTML Help (
<tt>
.chm
</tt>
) files are made available in the "Windows" section
on the
<a
href=
"http
://
python.org/download/releases/{{ release[:5] }}/"
>
Python
on the
<a
href=
"http
s://www.
python.org/download/releases/{{ release[:5] }}/"
>
Python
download page
</a>
.
</p>
download page
</a>
.
</p>
...
...
Doc/tools/templates/indexsidebar.html
Dosyayı görüntüle @
46761ec7
...
@@ -2,17 +2,17 @@
...
@@ -2,17 +2,17 @@
<p><a
href=
"{{ pathto('download') }}"
>
Download these documents
</a></p>
<p><a
href=
"{{ pathto('download') }}"
>
Download these documents
</a></p>
<h3>
Docs for other versions
</h3>
<h3>
Docs for other versions
</h3>
<ul>
<ul>
<li><a
href=
"http://docs.python.org/2.7/"
>
Python 2.7 (stable)
</a></li>
<li><a
href=
"http
s
://docs.python.org/2.7/"
>
Python 2.7 (stable)
</a></li>
<li><a
href=
"http://docs.python.org/3.3/"
>
Python 3.3 (stable)
</a></li>
<li><a
href=
"http
s
://docs.python.org/3.3/"
>
Python 3.3 (stable)
</a></li>
<li><a
href=
"http://docs.python.org/3.5/"
>
Python 3.5 (in development)
</a></li>
<li><a
href=
"http
s
://docs.python.org/3.5/"
>
Python 3.5 (in development)
</a></li>
<li><a
href=
"http://www.python.org/doc/versions/"
>
Old versions
</a></li>
<li><a
href=
"http
s
://www.python.org/doc/versions/"
>
Old versions
</a></li>
</ul>
</ul>
<h3>
Other resources
</h3>
<h3>
Other resources
</h3>
<ul>
<ul>
{# XXX: many of these should probably be merged in the main docs #}
{# XXX: many of these should probably be merged in the main docs #}
<li><a
href=
"http://www.python.org/dev/peps/"
>
PEP Index
</a></li>
<li><a
href=
"http
s
://www.python.org/dev/peps/"
>
PEP Index
</a></li>
<li><a
href=
"http://wiki.python.org/moin/BeginnersGuide"
>
Beginner's Guide
</a></li>
<li><a
href=
"http
s
://wiki.python.org/moin/BeginnersGuide"
>
Beginner's Guide
</a></li>
<li><a
href=
"http://wiki.python.org/moin/PythonBooks"
>
Book List
</a></li>
<li><a
href=
"http
s
://wiki.python.org/moin/PythonBooks"
>
Book List
</a></li>
<li><a
href=
"http://www.python.org/doc/av/"
>
Audio/Visual Talks
</a></li>
<li><a
href=
"http
s
://www.python.org/doc/av/"
>
Audio/Visual Talks
</a></li>
</ul>
</ul>
Doc/tools/templates/layout.html
Dosyayı görüntüle @
46761ec7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{% block rootrellink %}
{% block rootrellink %}
<li><img
src=
"{{ pathto('_static/py.png', 1) }}"
alt=
""
<li><img
src=
"{{ pathto('_static/py.png', 1) }}"
alt=
""
style=
"vertical-align: middle; margin-top: -1px"
/></li>
style=
"vertical-align: middle; margin-top: -1px"
/></li>
<li><a
href=
"http://www.python.org/"
>
Python
</a>
{{ reldelim1 }}
</li>
<li><a
href=
"http
s
://www.python.org/"
>
Python
</a>
{{ reldelim1 }}
</li>
<li>
<li>
{%- if versionswitcher is defined %}
{%- if versionswitcher is defined %}
<span
class=
"version_switcher_placeholder"
>
{{ release }}
</span>
<span
class=
"version_switcher_placeholder"
>
{{ release }}
</span>
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
©
<a
href=
"{{ pathto('copyright') }}"
>
Copyright
</a>
{{ copyright|e }}.
©
<a
href=
"{{ pathto('copyright') }}"
>
Copyright
</a>
{{ copyright|e }}.
<br
/>
<br
/>
The Python Software Foundation is a non-profit corporation.
The Python Software Foundation is a non-profit corporation.
<a
href=
"http://www.python.org/psf/donations/"
>
Please donate.
</a>
<a
href=
"http
s
://www.python.org/psf/donations/"
>
Please donate.
</a>
<br
/>
<br
/>
Last updated on {{ last_updated|e }}.
Last updated on {{ last_updated|e }}.
<a
href=
"{{ pathto('bugs') }}"
>
Found a bug
</a>
?
<a
href=
"{{ pathto('bugs') }}"
>
Found a bug
</a>
?
...
...
Doc/tools/templates/opensearch.xml
Dosyayı görüntüle @
46761ec7
{% extends "!opensearch.xml" %}
{% extends "!opensearch.xml" %}
{% block extra -%}
{% block extra -%}
<Image
height=
"16"
width=
"16"
type=
"image/x-icon"
>
http://www.python.org/images/favicon16x16.ico
</Image>
<Image
height=
"16"
width=
"16"
type=
"image/x-icon"
>
http
s
://www.python.org/images/favicon16x16.ico
</Image>
{%- 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