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
bd5fdd93
Kaydet (Commit)
bd5fdd93
authored
Tem 16, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make it easier to figure out the where a menuselection starts and ends
by controling the font.
üst
a66b6c12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
style.css
Doc/html/style.css
+1
-0
python.perl
Doc/perl/python.perl
+2
-1
python.sty
Doc/texinputs/python.sty
+1
-1
No files found.
Doc/html/style.css
Dosyayı görüntüle @
bd5fdd93
...
@@ -115,6 +115,7 @@ div.note .label { margin-right: 0.5em;
...
@@ -115,6 +115,7 @@ div.note .label { margin-right: 0.5em;
.newsgroup
{
font-family
:
avantgarde
,
sans-serif
;
}
.newsgroup
{
font-family
:
avantgarde
,
sans-serif
;
}
.url
{
font-family
:
avantgarde
,
sans-serif
;
}
.url
{
font-family
:
avantgarde
,
sans-serif
;
}
.file
{
font-family
:
avantgarde
,
sans-serif
;
}
.file
{
font-family
:
avantgarde
,
sans-serif
;
}
.menuselection
{
font-family
:
avantgarde
,
sans-serif
;
}
.tableheader
{
background-color
:
#99ccff
;
.tableheader
{
background-color
:
#99ccff
;
font-family
:
avantgarde
,
sans-serif
;
}
font-family
:
avantgarde
,
sans-serif
;
}
...
...
Doc/perl/python.perl
Dosyayı görüntüle @
bd5fdd93
...
@@ -95,7 +95,8 @@ sub do_cmd_textless{ '<' . $_[0]; }
...
@@ -95,7 +95,8 @@ sub do_cmd_textless{ '<' . $_[0]; }
sub
do_cmd_textunderscore
{
'_'
.
$_
[
0
];
}
sub
do_cmd_textunderscore
{
'_'
.
$_
[
0
];
}
sub
do_cmd_infinity
{
'∞'
.
$_
[
0
];
}
sub
do_cmd_infinity
{
'∞'
.
$_
[
0
];
}
sub
do_cmd_plusminus
{
'±'
.
$_
[
0
];
}
sub
do_cmd_plusminus
{
'±'
.
$_
[
0
];
}
sub
do_cmd_menuselection
{
$_
[
0
];
}
sub
do_cmd_menuselection
{
return
use_wrappers
(
$_
[
0
],
'<span class="menuselection">'
,
'</span>'
);
}
sub
do_cmd_sub
{
' > '
.
$_
[
0
];
}
sub
do_cmd_sub
{
' > '
.
$_
[
0
];
}
...
...
Doc/texinputs/python.sty
Dosyayı görüntüle @
bd5fdd93
...
@@ -822,7 +822,7 @@
...
@@ -822,7 +822,7 @@
\newcommand
{
\infinity
}{
\ensuremath
{
\infty
}}
\newcommand
{
\infinity
}{
\ensuremath
{
\infty
}}
\newcommand
{
\plusminus
}{
\ensuremath
{
\pm
}}
\newcommand
{
\plusminus
}{
\ensuremath
{
\pm
}}
% \menuselection{Start \sub Programs \sub Python}
% \menuselection{Start \sub Programs \sub Python}
\newcommand
{
\menuselection
}
[1]
{{
\def\sub
{
\ensuremath
{
>
}
}
#1
}}
\newcommand
{
\menuselection
}
[1]
{
\textsf
{
\def\sub
{
\ensuremath
{
>
}
}
#1
}}
% Also for consistency: spell Python "Python", not "python"!
% Also for consistency: spell Python "Python", not "python"!
...
...
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