mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
This commit is contained in:
parent
4b4c664d2e
commit
16d6e7109d
62 changed files with 520 additions and 282 deletions
|
@ -48,17 +48,10 @@
|
|||
}
|
||||
|
||||
% Command to generate two index entries (using subentries)
|
||||
\newcommand{\indexii}[2]{
|
||||
\index{#1!#2}
|
||||
\index{#2!#1}
|
||||
}
|
||||
\newcommand{\indexii}[2]{\index{#1!#2}\index{#2!#1}}
|
||||
|
||||
% And three entries (using only one level of subentries)
|
||||
\newcommand{\indexiii}[3]{
|
||||
\index{#1!#2 #3}
|
||||
\index{#2!#3, #1}
|
||||
\index{#3!#1 #2}
|
||||
}
|
||||
\newcommand{\indexiii}[3]{\index{#1!#2 #3}\index{#2!#3, #1}\index{#3!#1 #2}}
|
||||
|
||||
% And four (again, using only one level of subentries)
|
||||
\newcommand{\indexiv}[4]{
|
||||
|
@ -113,6 +106,8 @@
|
|||
\newcommand{\funcline}[2]{\item[\code{#1(\varvars{#2})}]\ttindex{#1}}
|
||||
\newcommand{\funcdesc}[2]{\fulllineitems\funcline{#1}{#2}}
|
||||
\let\endfuncdesc\endfulllineitems
|
||||
\newcommand{\optional}[1]{{\ \Large[}{#1}\hspace{0.5mm}{\Large]}\ }
|
||||
|
||||
|
||||
% same for excdesc
|
||||
\newcommand{\excline}[1]{\item[\code{#1}]\ttindex{#1}}
|
||||
|
@ -145,6 +140,7 @@
|
|||
\newcommand{\UNIX}{{\sc Unix}}
|
||||
\newcommand{\ASCII}{{\sc ascii}}
|
||||
%\newcommand{\C}{{\bf C}}
|
||||
\newcommand{\Cpp}{C\protect\raisebox{.18ex}{++}}
|
||||
\newcommand{\C}{C}
|
||||
\newcommand{\EOF}{{\sc eof}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue