mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
AMK's megapatch:
* \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
This commit is contained in:
parent
3c2a056fdd
commit
e47da0ae04
196 changed files with 1068 additions and 859 deletions
|
@ -774,7 +774,7 @@ def main():
|
|||
|
||||
main()
|
||||
\end{verbatim}\ecode
|
||||
|
||||
%
|
||||
\section{Standard Module \sectcode{stdwinevents}}
|
||||
\stmodindex{stdwinevents}
|
||||
|
||||
|
@ -788,7 +788,7 @@ Suggested usage is
|
|||
>>> from stdwinevents import *
|
||||
>>>
|
||||
\end{verbatim}\ecode
|
||||
|
||||
%
|
||||
\section{Standard Module \sectcode{rect}}
|
||||
\stmodindex{rect}
|
||||
|
||||
|
@ -801,7 +801,7 @@ For example, the rectangle
|
|||
\bcode\begin{verbatim}
|
||||
(10, 20), (90, 80)
|
||||
\end{verbatim}\ecode
|
||||
|
||||
%
|
||||
is a rectangle whose left, top, right and bottom edges are 10, 20, 90
|
||||
and 80, respectively.
|
||||
Note that the positive vertical axis points down (as in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue