mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
New section header style.
Fix up a few synopses.
This commit is contained in:
parent
62e436955b
commit
295da24eaf
126 changed files with 364 additions and 209 deletions
|
|
@ -1,4 +1,5 @@
|
|||
\section{Built-in Module \module{gl}}
|
||||
\section{\module{gl} ---
|
||||
Functions from the Silicon Graphics \emph{Graphics Library}.}
|
||||
\declaremodule{builtin}{gl}
|
||||
|
||||
\modulesynopsis{Functions from the Silicon Graphics \emph{Graphics Library}.}
|
||||
|
|
@ -185,7 +186,8 @@ def main():
|
|||
main()
|
||||
\end{verbatim}
|
||||
%
|
||||
\section{Standard Module \module{DEVICE}}
|
||||
\section{\module{DEVICE} ---
|
||||
Constants used with the \module{gl} module.}
|
||||
\declaremodule{standard}{DEVICE}
|
||||
|
||||
\modulesynopsis{Constants used with the \module{gl} module.}
|
||||
|
|
@ -196,7 +198,8 @@ This modules defines the constants used by the Silicon Graphics
|
|||
Read the module source file for details.
|
||||
|
||||
|
||||
\section{Standard Module \module{GL}}
|
||||
\section{\module{GL} ---
|
||||
Constants used with the \module{gl} module.}
|
||||
\declaremodule{standard}{GL}
|
||||
|
||||
\modulesynopsis{Constants used with the \module{gl} module.}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue