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
08c5d0cd
Kaydet (Commit)
08c5d0cd
authored
Eyl 11, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add documentation for the \pep and \seepep macros.
üst
526a1823
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
6 deletions
+21
-6
doc.tex
Doc/doc/doc.tex
+21
-6
No files found.
Doc/doc/doc.tex
Dosyayı görüntüle @
08c5d0cd
...
@@ -534,6 +534,13 @@ distribution, to create or maintain whole documents or sections.
...
@@ -534,6 +534,13 @@ distribution, to create or maintain whole documents or sections.
\var
{
option
}
.
\var
{
option
}
.
\end{macrodesc}
\end{macrodesc}
\begin{macrodesc}
{
pep
}{
\p
{
number
}}
A reference to a Python Enhancement Proposal. This generates
appropriate index entries. The text
\samp
{
PEP
\var
{
number
}}
is
generated; in the HTML output, this text is a hyperlink to an
online copy of the specified PEP.
\end{macrodesc}
\begin{macrodesc}
{
refmodule
}{
\op
{
key
}
\p
{
name
}}
\begin{macrodesc}
{
refmodule
}{
\op
{
key
}
\p
{
name
}}
Like
\macro
{
module
}
, but create a hyperlink to the documentation
Like
\macro
{
module
}
, but create a hyperlink to the documentation
for the named module. Note that the corresponding
for the named module. Note that the corresponding
...
@@ -811,13 +818,21 @@ distribution, to create or maintain whole documents or sections.
...
@@ -811,13 +818,21 @@ distribution, to create or maintain whole documents or sections.
document (the corresponding
\macro
{
declaremodule
}
is required).
document (the corresponding
\macro
{
declaremodule
}
is required).
\end{macrodesc}
\end{macrodesc}
\begin{macrodesc}
{
see
rfc
}{
\p
{
number
}
\p
{
title
}
\p
{
why
}}
\begin{macrodesc}
{
see
pep
}{
\p
{
number
}
\p
{
title
}
\p
{
why
}}
Refer to an
IETF Request for Comments (RFC
).
\var
{
number
}
Refer to an
Python Enhancement Proposal (PEP
).
\var
{
number
}
should be the official number assigned by the
RFC
Editor,
should be the official number assigned by the
PEP
Editor,
\var
{
title
}
should be the human-readable title of the
RFC
as
\var
{
title
}
should be the human-readable title of the
PEP
as
found in the official copy of the document, and
\var
{
why
}
should
found in the official copy of the document, and
\var
{
why
}
should
explain what's interesting about the RFC. This should be used
explain what's interesting about the PEP. This should be used
to refer the reader to RFCs which specify protocols or data
to refer the reader to PEPs which specify interfaces or language
features relevant to the material in the annotated section of the
documentation.
\end{macrodesc}
\begin{macrodesc}
{
seerfc
}{
\p
{
number
}
\p
{
title
}
\p
{
why
}}
Refer to an IETF Request for Comments (RFC). Otherwise very
similar to
\macro
{
seepep
}
. This should be used
to refer the reader to PEPs which specify protocols or data
formats relevant to the material in the annotated section of the
formats relevant to the material in the annotated section of the
documentation.
documentation.
\end{macrodesc}
\end{macrodesc}
...
...
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