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
4809c737
Kaydet (Commit)
4809c737
authored
Agu 04, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add donation link to docs footer.
üst
8d5a6522
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
layout.html
Doc/tools/sphinxext/layout.html
+11
-0
No files found.
Doc/tools/sphinxext/layout.html
Dosyayı görüntüle @
4809c737
...
...
@@ -8,3 +8,14 @@
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"{{ pathto('_static/py.png', 1) }}"
/>
{{ super() }}
{% endblock %}
{% block footer %}
<div
class=
"footer"
>
©
<a
href=
"{{ pathto('copyright') }}"
>
Copyright
</a>
{{ copyright|e }}.
<br
/>
The Python Software Foundation is a non-profit corporation.
<a
href=
"http://www.python.org/psf/donations/"
>
Please donate.
</a>
<br
/>
Last updated on {{ last_updated|e }}.
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
{{ sphinx_version|e }}.
</div>
{% 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