mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Wrap some long lines.
Note that \file and \filenq do not work inside section titles.
This commit is contained in:
parent
5cd0cefbd2
commit
31edf4defb
1 changed files with 23 additions and 10 deletions
|
|
@ -97,15 +97,24 @@ 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/}{\citetitle[../api/api.html]{The Python/C API}}
|
\lineii{api/}
|
||||||
\lineii{dist/}{\citetitle[../dist/dist.html]{Distributing Python Modules}}
|
{\citetitle[../api/api.html]{The Python/C API}}
|
||||||
\lineii{doc/}{\citetitle[../doc/doc.html]{Documenting Python}}
|
\lineii{dist/}
|
||||||
\lineii{ext/}{\citetitle[../ext/ext.html]{Extending and Embedding the Python Interpreter}}
|
{\citetitle[../dist/dist.html]{Distributing Python Modules}}
|
||||||
\lineii{inst/}{\citetitle[../inst/inst.html]{Installing Python Modules}}
|
\lineii{doc/}
|
||||||
\lineii{lib/}{\citetitle[../lib/lib.html]{Python Library Reference}}
|
{\citetitle[../doc/doc.html]{Documenting Python}}
|
||||||
\lineii{mac/}{\citetitle[../mac/mac.html]{Macintosh Module Reference}}
|
\lineii{ext/}
|
||||||
\lineii{ref/}{\citetitle[../ref/ref.html]{Python Reference Manual}}
|
{\citetitle[../ext/ext.html]{Extending and Embedding the Python Interpreter}}
|
||||||
\lineii{tut/}{\citetitle[../tut/tut.html]{Python Tutorial}}
|
\lineii{inst/}
|
||||||
|
{\citetitle[../inst/inst.html]{Installing Python Modules}}
|
||||||
|
\lineii{lib/}
|
||||||
|
{\citetitle[../lib/lib.html]{Python Library Reference}}
|
||||||
|
\lineii{mac/}
|
||||||
|
{\citetitle[../mac/mac.html]{Macintosh Module Reference}}
|
||||||
|
\lineii{ref/}
|
||||||
|
{\citetitle[../ref/ref.html]{Python Reference Manual}}
|
||||||
|
\lineii{tut/}
|
||||||
|
{\citetitle[../tut/tut.html]{Python Tutorial}}
|
||||||
\end{tableii}
|
\end{tableii}
|
||||||
|
|
||||||
\term{Format-Specific Output}
|
\term{Format-Specific Output}
|
||||||
|
|
@ -421,7 +430,7 @@ distribution, to create or maintain whole documents or sections.
|
||||||
|
|
||||||
\begin{macrodesc}{e}{}
|
\begin{macrodesc}{e}{}
|
||||||
Produces a backslash. This is convenient in \macro{code} and
|
Produces a backslash. This is convenient in \macro{code} and
|
||||||
similar macros, and is only defined there. The create a
|
similar macros, and is only defined there. To create a
|
||||||
backslash in ordinary text (such as the contents of the
|
backslash in ordinary text (such as the contents of the
|
||||||
\macro{file} macro), use the standard \macro{textbackslash} macro.
|
\macro{file} macro), use the standard \macro{textbackslash} macro.
|
||||||
\end{macrodesc}
|
\end{macrodesc}
|
||||||
|
|
@ -448,12 +457,16 @@ distribution, to create or maintain whole documents or sections.
|
||||||
The name of a file or directory. In the PDF and PostScript
|
The name of a file or directory. In the PDF and PostScript
|
||||||
outputs, single quotes and a font change are used to indicate
|
outputs, single quotes and a font change are used to indicate
|
||||||
the file name, but no quotes are used in the HTML output.
|
the file name, but no quotes are used in the HTML output.
|
||||||
|
\strong{Warning:} The \macro{file} macro cannot be used in the
|
||||||
|
content of a section title due to processing limitations.
|
||||||
\end{macrodesc}
|
\end{macrodesc}
|
||||||
|
|
||||||
\begin{macrodesc}{filenq}{\p{file or dir}}
|
\begin{macrodesc}{filenq}{\p{file or dir}}
|
||||||
Like \macro{file}, but single quotes are never used. This can
|
Like \macro{file}, but single quotes are never used. This can
|
||||||
be used in conjunction with tables if a column will only contain
|
be used in conjunction with tables if a column will only contain
|
||||||
file or directory names.
|
file or directory names.
|
||||||
|
\strong{Warning:} The \macro{filenq} macro cannot be used in the
|
||||||
|
content of a section title due to processing limitations.
|
||||||
\end{macrodesc}
|
\end{macrodesc}
|
||||||
|
|
||||||
\begin{macrodesc}{function}{\p{name}}
|
\begin{macrodesc}{function}{\p{name}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue