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
e7570051
Kaydet (Commit)
e7570051
authored
16 years ago
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Merge OpenSearch-related changes.
üst
40360f2a
No related merge requests found
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 @
e7570051
...
...
@@ -86,6 +86,12 @@ html_additional_pages = {
'index'
:
'indexcontent.html'
,
}
# Output an OpenSearch description file.
html_use_opensearch
=
'http://docs.python.org/dev/3.0'
# Additional static files.
html_static_path
=
[
'tools/sphinxext/static'
]
# Output file base name for HTML help builder.
htmlhelp_basename
=
'python'
+
release
.
replace
(
'.'
,
''
)
...
...
This diff is collapsed.
Click to expand it.
Doc/tools/sphinxext/layout.html
0 → 100644
Dosyayı görüntüle @
e7570051
{% extends "!layout.html" %}
{% block rootrellink %}
<li><img
src=
"{{ pathto('_static/py.png', 1) }}"
alt=
""
style=
"vertical-align: middle; margin-top: -1px"
/></li>
{{ super() }}
{% endblock %}
This diff is collapsed.
Click to expand it.
Doc/tools/sphinxext/opensearch.xml
0 → 100644
Dosyayı görüntüle @
e7570051
<?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>
This diff is collapsed.
Click to expand it.
Doc/tools/sphinxext/static/py.png
0 → 100644
Dosyayı görüntüle @
e7570051
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
Click to expand it.
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