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
dbb2b9d7
Kaydet (Commit)
dbb2b9d7
authored
Eki 30, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Hackish way to generate an up-<link> for the title page if we have
one. Added misc. comments.
üst
4a473492
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
python.perl
Doc/perl/python.perl
+16
-4
No files found.
Doc/perl/python.perl
Dosyayı görüntüle @
dbb2b9d7
...
@@ -724,9 +724,9 @@ sub make_str_index_entry($){
...
@@ -724,9 +724,9 @@ sub make_str_index_entry($){
}
}
%
TokenToTargetMapping
=
();
%
TokenToTargetMapping
=
();
# language:token -> link target
%
DefinedGrammars
=
();
%
DefinedGrammars
=
();
# language -> full grammar text
%
BackpatchGrammarFiles
=
();
%
BackpatchGrammarFiles
=
();
# file -> 1 (hash of files to fixup)
sub
do_cmd_token
{
sub
do_cmd_token
{
local
(
$_
)
=
@_
;
local
(
$_
)
=
@_
;
...
@@ -1647,7 +1647,18 @@ sub make_my_titlegraphic(){
...
@@ -1647,7 +1647,18 @@ sub make_my_titlegraphic(){
sub do_cmd_maketitle{
sub do_cmd_maketitle{
local($_) = @_;
local($_) = @_;
my $the_title = "\n<div class=\"titlepage\">";
my $the_title = "\n";
if ($EXTERNAL_UP_LINK) {
# This generates a <LINK> element in the wrong place (the
# body), but I don'
t
see
any
other
way
to
get
this
generated
# at all. Browsers like Mozilla, that support navigation
# links, can make use of this.
$the_title
.=
(
"<link rel='up' href='$EXTERNAL_UP_LINK'"
.
(
$EXTERNAL_UP_TITLE
?
" title='$EXTERNAL_UP_TITLE'"
:
''
)
.
">\n"
);
}
$the_title
.=
'<div class="titlepage">'
;
if
(
$TITLE_PAGE_GRAPHIC
)
{
if
(
$TITLE_PAGE_GRAPHIC
)
{
if
(
$TITLE_PAGE_GRAPHIC_ON_RIGHT
)
{
if
(
$TITLE_PAGE_GRAPHIC_ON_RIGHT
)
{
$the_title
.=
(
"\n<table border=\"0\" width=\"100%\">"
$the_title
.=
(
"\n<table border=\"0\" width=\"100%\">"
...
@@ -1854,6 +1865,7 @@ sub do_cmd_seepep{
...
@@ -1854,6 +1865,7 @@ sub do_cmd_seepep{
}
}
sub
do_cmd_seerfc
{
sub
do_cmd_seerfc
{
# XXX Would be nice to add links to the text/plain and PDF versions.
return
handle_rfclike_reference
(
@_
[
0
],
"RFC"
,
$RFC_FORMAT
);
return
handle_rfclike_reference
(
@_
[
0
],
"RFC"
,
$RFC_FORMAT
);
}
}
...
...
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