@@ -98,13 +98,13 @@ \section{Directory Structure}
9898 three-character names:
9999
100100 \begin {tableii }{p{.75in}|p{3in}}{filenq}{Directory}{Document Title}
101- \lineii {api/}{\emph {The Python/C API }}
102- \lineii {doc/}{\emph {Documenting Python }}
103- \lineii {ext/}{\emph {Extending and Embedding the Python Interpreter }}
104- \lineii {lib/}{\emph {Python Library Reference }}
105- \lineii {mac/}{\emph {Macintosh Module Reference }}
106- \lineii {ref/}{\emph {Python Reference Manual }}
107- \lineii {tut/}{\emph {Python Tutorial }}
101+ \lineii {api/}{\citetitle [../api/api.html] {The Python /C API }}
102+ \lineii {doc/}{\citetitle [../doc/doc.html] {Documenting Python }}
103+ \lineii {ext/}{\citetitle [../ext/ext.html] {Extending and Embedding the Python Interpreter }}
104+ \lineii {lib/}{\citetitle [../lib/lib.html] {Python Library Reference }}
105+ \lineii {mac/}{\citetitle [../mac/mac.html] {Macintosh Module Reference }}
106+ \lineii {ref/}{\citetitle [../ref/ref.html] {Python Reference Manual }}
107+ \lineii {tut/}{\citetitle [../tut/tut.html] {Python Tutorial }}
108108 \end {tableii }
109109
110110 \term {Format-Specific Output}
@@ -197,9 +197,10 @@ \section{Document Classes \label{classes}}
197197 The \code {manual} documents are larger and are used for most of the
198198 standard documents. This document class is based on the standard
199199 \LaTeX {} \code {report} class and is formatted very much like a long
200- technical report. The \emph {Python Reference Manual } is a good
201- example of a \code {manual} document, and the \emph {Python Library
202- Reference } is a large example.
200+ technical report. The \citetitle [../ref/ref.html]{Python Reference
201+ Manual } is a good example of a \code {manual} document, and the
202+ \citetitle [../lib/lib.html]{Python Library Reference } is a large
203+ example.
203204
204205 The \code {howto} documents are shorter, and don't have the large
205206 structure of the \code {manual} documents. This class is based on
@@ -211,7 +212,9 @@ \section{Document Classes \label{classes}}
211212 more broad. This class is used for `` how-to'' documents (this
212213 document is an example) and for shorter reference manuals for small,
213214 fairly cohesive module libraries. Examples of the later use include
214- the standard \emph {Macintosh Library Modules } and \emph {Using
215+ the standard \citetitle [../mac/mac.html]{Macintosh Library Modules }
216+ and
217+ \citetitle [http://starship.python.org/crew/fdrake/manuals/krb5py/krb5py.html]{Using
215218 Kerberos from Python }, which contains reference material for an
216219 extension package. These documents are roughly equivalent to a
217220 single chapter from a larger work.
@@ -596,9 +599,10 @@ \section{\module{spam} ---
596599 \subsection {Library-level Markup }
597600
598601 This markup is used when describing a selection of modules. For
599- example, the \emph {Macintosh Library Modules } document uses this
600- to help provide an overview of the modules in the collection, and
601- many chapters in the \emph {Python Library Reference } use it for
602+ example, the \citetitle [../mac/mac.html]{Macintosh Library
603+ Modules } document uses this to help provide an overview of the
604+ modules in the collection, and many chapters in the
605+ \citetitle [../lib/lib.html]{Python Library Reference } use it for
602606 the same purpose.
603607
604608 \begin {macrodesc }{localmoduletable}{}
0 commit comments