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
698d5206
Kaydet (Commit)
698d5206
authored
Kas 10, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use \citetitle in several places.
üst
ebe03411
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
doc.tex
Doc/doc/doc.tex
+18
-14
No files found.
Doc/doc/doc.tex
Dosyayı görüntüle @
698d5206
...
@@ -98,13 +98,13 @@ distribution, to create or maintain whole documents or sections.
...
@@ -98,13 +98,13 @@ distribution, to create or maintain whole documents or sections.
three-character names:
three-character names:
\begin{tableii}
{
p
{
.75in
}
|p
{
3in
}}{
filenq
}{
Directory
}{
Document Title
}
\begin{tableii}
{
p
{
.75in
}
|p
{
3in
}}{
filenq
}{
Directory
}{
Document Title
}
\lineii
{
api/
}{
\
emph
{
The Python/C API
}}
\lineii
{
api/
}{
\
citetitle
[../api/api.html]
{
The Python/C API
}}
\lineii
{
doc/
}{
\
emph
{
Documenting Python
}}
\lineii
{
doc/
}{
\
citetitle
[../doc/doc.html]
{
Documenting Python
}}
\lineii
{
ext/
}{
\
emph
{
Extending and Embedding the Python Interpreter
}}
\lineii
{
ext/
}{
\
citetitle
[../ext/ext.html]
{
Extending and Embedding the Python Interpreter
}}
\lineii
{
lib/
}{
\
emph
{
Python Library Reference
}}
\lineii
{
lib/
}{
\
citetitle
[../lib/lib.html]
{
Python Library Reference
}}
\lineii
{
mac/
}{
\
emph
{
Macintosh Module Reference
}}
\lineii
{
mac/
}{
\
citetitle
[../mac/mac.html]
{
Macintosh Module Reference
}}
\lineii
{
ref/
}{
\
emph
{
Python Reference Manual
}}
\lineii
{
ref/
}{
\
citetitle
[../ref/ref.html]
{
Python Reference Manual
}}
\lineii
{
tut/
}{
\
emph
{
Python Tutorial
}}
\lineii
{
tut/
}{
\
citetitle
[../tut/tut.html]
{
Python Tutorial
}}
\end{tableii}
\end{tableii}
\term
{
Format-Specific Output
}
\term
{
Format-Specific Output
}
...
@@ -197,9 +197,10 @@ distribution, to create or maintain whole documents or sections.
...
@@ -197,9 +197,10 @@ distribution, to create or maintain whole documents or sections.
The
\code
{
manual
}
documents are larger and are used for most of the
The
\code
{
manual
}
documents are larger and are used for most of the
standard documents. This document class is based on the standard
standard documents. This document class is based on the standard
\LaTeX
{}
\code
{
report
}
class and is formatted very much like a long
\LaTeX
{}
\code
{
report
}
class and is formatted very much like a long
technical report. The
\emph
{
Python Reference Manual
}
is a good
technical report. The
\citetitle
[../ref/ref.html]
{
Python Reference
example of a
\code
{
manual
}
document, and the
\emph
{
Python Library
Manual
}
is a good example of a
\code
{
manual
}
document, and the
Reference
}
is a large example.
\citetitle
[../lib/lib.html]
{
Python Library Reference
}
is a large
example.
The
\code
{
howto
}
documents are shorter, and don't have the large
The
\code
{
howto
}
documents are shorter, and don't have the large
structure of the
\code
{
manual
}
documents. This class is based on
structure of the
\code
{
manual
}
documents. This class is based on
...
@@ -211,7 +212,9 @@ distribution, to create or maintain whole documents or sections.
...
@@ -211,7 +212,9 @@ distribution, to create or maintain whole documents or sections.
more broad. This class is used for ``how-to'' documents (this
more broad. This class is used for ``how-to'' documents (this
document is an example) and for shorter reference manuals for small,
document is an example) and for shorter reference manuals for small,
fairly cohesive module libraries. Examples of the later use include
fairly cohesive module libraries. Examples of the later use include
the standard
\emph
{
Macintosh Library Modules
}
and
\emph
{
Using
the standard
\citetitle
[../mac/mac.html]
{
Macintosh Library Modules
}
and
\citetitle
[http://starship.python.org/crew/fdrake/manuals/krb5py/krb5py.html]
{
Using
Kerberos from Python
}
, which contains reference material for an
Kerberos from Python
}
, which contains reference material for an
extension package. These documents are roughly equivalent to a
extension package. These documents are roughly equivalent to a
single chapter from a larger work.
single chapter from a larger work.
...
@@ -596,9 +599,10 @@ distribution, to create or maintain whole documents or sections.
...
@@ -596,9 +599,10 @@ distribution, to create or maintain whole documents or sections.
\subsection
{
Library-level Markup
}
\subsection
{
Library-level Markup
}
This markup is used when describing a selection of modules. For
This markup is used when describing a selection of modules. For
example, the
\emph
{
Macintosh Library Modules
}
document uses this
example, the
\citetitle
[../mac/mac.html]
{
Macintosh Library
to help provide an overview of the modules in the collection, and
Modules
}
document uses this to help provide an overview of the
many chapters in the
\emph
{
Python Library Reference
}
use it for
modules in the collection, and many chapters in the
\citetitle
[../lib/lib.html]
{
Python Library Reference
}
use it for
the same purpose.
the same purpose.
\begin{macrodesc}
{
localmoduletable
}{}
\begin{macrodesc}
{
localmoduletable
}{}
...
...
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