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
793d8478
Kaydet (Commit)
793d8478
authored
Eki 12, 2013
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge with 3.3
üst
e9bd31f9
a1403487
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
.hgeol
.hgeol
+3
-0
c_annotations.py
Doc/tools/sphinxext/c_annotations.py
+6
-6
pydoctheme.css
Doc/tools/sphinxext/pydoctheme/static/pydoctheme.css
+2
-2
No files found.
.hgeol
Dosyayı görüntüle @
793d8478
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
**.vsprops = BIN
**.vsprops = BIN
**.aif = BIN
**.aif = BIN
**.aifc = BIN
**.aiff = BIN
**.au = BIN
**.au = BIN
**.bmp = BIN
**.bmp = BIN
**.db = BIN
**.db = BIN
...
@@ -23,6 +25,7 @@
...
@@ -23,6 +25,7 @@
**.png = BIN
**.png = BIN
**.psd = BIN
**.psd = BIN
**.tar = BIN
**.tar = BIN
**.wav = BIN
**.xar = BIN
**.xar = BIN
**.zip = BIN
**.zip = BIN
...
...
Doc/tools/sphinxext/c_annotations.py
Dosyayı görüntüle @
793d8478
...
@@ -73,10 +73,10 @@ class Annotations(dict):
...
@@ -73,10 +73,10 @@ class Annotations(dict):
par
=
node
.
parent
par
=
node
.
parent
if
par
[
'domain'
]
!=
'c'
:
if
par
[
'domain'
]
!=
'c'
:
continue
continue
if
par
[
'
notlimited
'
]:
if
par
[
'
stableabi
'
]:
node
.
insert
(
0
,
nodes
.
emphasis
(
'
Not part of the stable AP
I.'
,
node
.
insert
(
0
,
nodes
.
emphasis
(
'
Part of the stable AB
I.'
,
'
Not part of the stable AP
I.'
,
'
Part of the stable AB
I.'
,
classes
=
[
'
notlimited
'
]))
classes
=
[
'
stableabi
'
]))
if
par
[
'objtype'
]
!=
'function'
:
if
par
[
'objtype'
]
!=
'function'
:
continue
continue
if
not
par
[
0
]
.
has_key
(
'names'
)
or
not
par
[
0
][
'names'
]:
if
not
par
[
0
]
.
has_key
(
'names'
)
or
not
par
[
0
][
'names'
]:
...
@@ -108,10 +108,10 @@ def setup(app):
...
@@ -108,10 +108,10 @@ def setup(app):
# monkey-patch C object...
# monkey-patch C object...
CObject
.
option_spec
=
{
CObject
.
option_spec
=
{
'noindex'
:
directives
.
flag
,
'noindex'
:
directives
.
flag
,
'
notlimited
'
:
directives
.
flag
,
'
stableabi
'
:
directives
.
flag
,
}
}
old_handle_signature
=
CObject
.
handle_signature
old_handle_signature
=
CObject
.
handle_signature
def
new_handle_signature
(
self
,
sig
,
signode
):
def
new_handle_signature
(
self
,
sig
,
signode
):
signode
.
parent
[
'
notlimited'
]
=
'notlimited
'
in
self
.
options
signode
.
parent
[
'
stableabi'
]
=
'stableabi
'
in
self
.
options
return
old_handle_signature
(
self
,
sig
,
signode
)
return
old_handle_signature
(
self
,
sig
,
signode
)
CObject
.
handle_signature
=
new_handle_signature
CObject
.
handle_signature
=
new_handle_signature
Doc/tools/sphinxext/pydoctheme/static/pydoctheme.css
Dosyayı görüntüle @
793d8478
...
@@ -173,6 +173,6 @@ div.footer a:hover {
...
@@ -173,6 +173,6 @@ div.footer a:hover {
color
:
#060
;
color
:
#060
;
}
}
.
notlimited
{
.
stableabi
{
color
:
#
922
;
color
:
#
229
;
}
}
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