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
ab712143
Kaydet (Commit)
ab712143
authored
Mar 25, 2012
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Switch to new "lighter" doc design.
üst
11ee31ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
conf.py
Doc/conf.py
+4
-1
layout.html
Doc/tools/sphinxext/layout.html
+1
-0
pyspecific.py
Doc/tools/sphinxext/pyspecific.py
+2
-2
copybutton.js
Doc/tools/sphinxext/static/copybutton.js
+2
-1
No files found.
Doc/conf.py
Dosyayı görüntüle @
ab712143
...
...
@@ -65,9 +65,12 @@ highlight_language = 'python3'
# Options for HTML output
# -----------------------
html_theme
=
'default'
html_theme
=
'pydoctheme'
html_theme_path
=
[
'tools/sphinxext'
]
html_theme_options
=
{
'collapsiblesidebar'
:
True
}
html_short_title
=
'
%
s Documentation'
%
release
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt
=
'
%
b
%
d,
%
Y'
...
...
Doc/tools/sphinxext/layout.html
Dosyayı görüntüle @
ab712143
...
...
@@ -2,6 +2,7 @@
{% block rootrellink %}
<li><img
src=
"{{ pathto('_static/py.png', 1) }}"
alt=
""
style=
"vertical-align: middle; margin-top: -1px"
/></li>
<li><a
href=
"http://www.python.org/"
>
Python
</a>
{{ reldelim1 }}
</li>
<li><a
href=
"{{ pathto('index') }}"
>
{{ shorttitle }}
</a>
{{ reldelim1 }}
</li>
{% endblock %}
{% block extrahead %}
...
...
Doc/tools/sphinxext/pyspecific.py
Dosyayı görüntüle @
ab712143
...
...
@@ -27,10 +27,10 @@ def new_visit_versionmodified(self, node):
self
.
body
.
append
(
self
.
starttag
(
node
,
'p'
,
CLASS
=
node
[
'type'
]))
text
=
versionlabels
[
node
[
'type'
]]
%
node
[
'version'
]
if
len
(
node
):
text
+=
':
'
text
+=
':'
else
:
text
+=
'.'
self
.
body
.
append
(
'<span class="versionmodified">
%
s</span>'
%
text
)
self
.
body
.
append
(
'<span class="versionmodified">
%
s</span>
'
%
text
)
from
sphinx.writers.html
import
HTMLTranslator
from
sphinx.locale
import
versionlabels
...
...
Doc/tools/sphinxext/static/copybutton.js
Dosyayı görüntüle @
ab712143
...
...
@@ -17,7 +17,8 @@ $(document).ready(function() {
'cursor'
:
'pointer'
,
'position'
:
'absolute'
,
'top'
:
'0'
,
'right'
:
'0'
,
'border-color'
:
border_color
,
'border-style'
:
border_style
,
'border-width'
:
border_width
,
'color'
:
border_color
,
'text-size'
:
'75%'
,
'font-family'
:
'monospace'
,
'padding-left'
:
'0.2em'
,
'padding-right'
:
'0.2em'
'font-family'
:
'monospace'
,
'padding-left'
:
'0.2em'
,
'padding-right'
:
'0.2em'
,
'border-radius'
:
'0 3px 0 0'
}
// create and add the button to all the code blocks that contain >>>
...
...
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