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
4f1f36bc
Kaydet (Commit)
4f1f36bc
authored
Nis 27, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add OpenSearch and a Python logo to the HTML output.
üst
f19a7b90
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
0 deletions
+25
-0
conf.py
Doc/conf.py
+6
-0
layout.html
Doc/tools/sphinxext/layout.html
+5
-0
opensearch.xml
Doc/tools/sphinxext/opensearch.xml
+14
-0
py.png
Doc/tools/sphinxext/static/py.png
+0
-0
No files found.
Doc/conf.py
Dosyayı görüntüle @
4f1f36bc
...
...
@@ -85,6 +85,12 @@ html_additional_pages = {
'index'
:
'indexcontent.html'
,
}
# Output an OpenSearch description file.
html_use_opensearch
=
True
# Additional static files.
html_static_path
=
[
'tools/sphinxext/static'
]
# Output file base name for HTML help builder.
htmlhelp_basename
=
'python'
+
release
.
replace
(
'.'
,
''
)
...
...
Doc/tools/sphinxext/layout.html
0 → 100644
Dosyayı görüntüle @
4f1f36bc
{% extends "!layout.html" %}
{% block rootrellink %}
<li><img
src=
"{{ pathto('_static/py.png', 1) }}"
alt=
""
style=
"vertical-align: middle; margin-top: -1px"
/></li>
{{ super() }}
{% endblock %}
Doc/tools/sphinxext/opensearch.xml
0 → 100644
Dosyayı görüntüle @
4f1f36bc
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription
xmlns=
"http://a9.com/-/spec/opensearch/1.1/"
>
<ShortName>
Python Docs
</ShortName>
<LongName>
Python Documentation
</LongName>
<Description>
Search the Python documentation
</Description>
<InputEncoding>
utf-8
</InputEncoding>
<Url
type=
"text/html"
method=
"get"
template=
"{{ pathto('search') }}?"
>
<Param
name=
"q"
value=
"{searchTerms}"
/>
<Param
name=
"check_keywords"
value=
"yes"
/>
<Param
name=
"area"
value=
"default"
/>
</Url>
<Image
height=
"16"
width=
"16"
type=
"image/x-icon"
>
http://www.python.org/images/favicon16x16.ico
</Image>
</OpenSearchDescription>
Doc/tools/sphinxext/static/py.png
0 → 100644
Dosyayı görüntüle @
4f1f36bc
This diff was suppressed by a .gitattributes entry.
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