Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee60191

Browse files
committed
Lighten up tables.
1 parent 17e5640 commit ee60191

26 files changed

Lines changed: 49 additions & 63 deletions

Doc/lib/libarray.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \section{Built-in Module \module{array}}
1010
type is specified at object creation time by using a \dfn{type code},
1111
which is a single character. The following type codes are defined:
1212

13-
\begin{tableiii}{|c|c|c|}{character}{Type code}{Type}{Minimum size in bytes}
13+
\begin{tableiii}{c|l|c}{code}{Type code}{C Type}{Minimum size in bytes}
1414
\lineiii{'c'}{character}{1}
1515
\lineiii{'b'}{signed integer}{1}
1616
\lineiii{'B'}{unsigned integer}{1}

Doc/lib/libcd.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ \subsection{Parser Objects}
253253
for this \var{type} of callback. The type of the data depends on the
254254
\var{type} of callback as follows:
255255

256-
\begin{tableii}{|l|p{4in}|}{code}{Type}{Value}
256+
\begin{tableii}{l|p{4in}}{code}{Type}{Value}
257257
\lineii{audio}{String which can be passed unmodified to
258258
\function{al.writesamps()}.}
259259
\lineii{pnum}{Integer giving the program (track) number.}

Doc/lib/libfl.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ \subsection{Form Objects}
377377
Form objects have the following data attributes; see the FORMS
378378
documentation:
379379

380-
\begin{tableiii}{|l|c|l|}{member}{Name}{Type}{Meaning}
380+
\begin{tableiii}{l|l|l}{member}{Name}{C Type}{Meaning}
381381
\lineiii{window}{int (read-only)}{GL window id}
382382
\lineiii{w}{float}{form width}
383383
\lineiii{h}{float}{form height}
@@ -436,7 +436,7 @@ \subsection{FORMS Objects}
436436

437437
FORMS objects have these data attributes; see the FORMS documentation:
438438

439-
\begin{tableiii}{|l|c|l|}{member}{Name}{Type}{Meaning}
439+
\begin{tableiii}{l|l|l}{member}{Name}{C Type}{Meaning}
440440
\lineiii{objclass}{int (read-only)}{object class}
441441
\lineiii{type}{int (read-only)}{object type}
442442
\lineiii{boxtype}{int}{box type}

Doc/lib/libimghdr.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ \section{Standard Module \module{imghdr}}
1818
The following image types are recognized, as listed below with the
1919
return value from \function{what()}:
2020

21-
\begin{tableii}{|l|l|}{code}{Value}{Image format}
21+
\begin{tableii}{l|l}{code}{Value}{Image format}
2222
\lineii{'rgb'}{SGI ImgLib Files}
2323
\lineii{'gif'}{GIF 87a and 89a Files}
2424
\lineii{'pbm'}{Portable Bitmap Files}

Doc/lib/libjpeg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ \section{Built-in Module \module{jpeg}}
4040
\function{decompress()} calls will use these options. The following
4141
options are available:
4242

43-
\begin{tableii}{|l|p{3in}|}{code}{Option}{Effect}
43+
\begin{tableii}{l|p{3in}}{code}{Option}{Effect}
4444
\lineii{'forcegray'}{%
4545
Force output to be grayscale, even if input is RGB.}
4646
\lineii{'quality'}{%

Doc/lib/liblocale.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ \section{Standard Module \module{locale}}
8484
The possible values for \code{p_sign_posn} and \code{n_sign_posn}
8585
are given below.
8686

87-
\begin{tableii}{|c|l|}{code}{Value}{Explanation}
87+
\begin{tableii}{c|l}{code}{Value}{Explanation}
8888
\lineii{0}{Currency and value are surrounded by parentheses.}
8989
\lineii{1}{The sign should precede the value and currency symbol.}
9090
\lineii{2}{The sign should follow the value and currency symbol.}

Doc/lib/libposixfile.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ \section{Standard Module \module{posixfile}}
102102
Format characters for the \method{lock()} method have the following
103103
meaning:
104104

105-
\begin{tableii}{|c|l|}{samp}{Format}{Meaning}
105+
\begin{tableii}{c|l}{samp}{Format}{Meaning}
106106
\lineii{u}{unlock the specified region}
107107
\lineii{r}{request a read lock for the specified section}
108108
\lineii{w}{request a write lock for the specified section}
109109
\end{tableii}
110110

111111
In addition the following modifiers can be added to the format:
112112

113-
\begin{tableiii}{|c|l|c|}{samp}{Modifier}{Meaning}{Notes}
113+
\begin{tableiii}{c|l|c}{samp}{Modifier}{Meaning}{Notes}
114114
\lineiii{|}{wait until the lock has been granted}{}
115115
\lineiii{?}{return the first lock conflicting with the requested lock, or
116116
\code{None} if there is no conflict.}{(1)}
@@ -126,7 +126,7 @@ \section{Standard Module \module{posixfile}}
126126
Format characters for the \method{flags()} method have the following
127127
meanings:
128128

129-
\begin{tableii}{|c|l|}{samp}{Format}{Meaning}
129+
\begin{tableii}{c|l}{samp}{Format}{Meaning}
130130
\lineii{a}{append only flag}
131131
\lineii{c}{close on exec flag}
132132
\lineii{n}{no delay flag (also called non-blocking flag)}
@@ -135,7 +135,7 @@ \section{Standard Module \module{posixfile}}
135135

136136
In addition the following modifiers can be added to the format:
137137

138-
\begin{tableiii}{|c|l|c|}{samp}{Modifier}{Meaning}{Notes}
138+
\begin{tableiii}{c|l|c}{samp}{Modifier}{Meaning}{Notes}
139139
\lineiii{!}{turn the specified flags 'off', instead of the default 'on'}{(1)}
140140
\lineiii{=}{replace the flags, instead of the default 'OR' operation}{(1)}
141141
\lineiii{?}{return a string in which the characters represent the flags that

Doc/lib/libprofile.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ \subsection{The \module{Stats} Class}
401401
abbreviation is unambiguous. The following are the keys currently
402402
defined:
403403

404-
\begin{tableii}{|l|l|}{code}{Valid Arg}{Meaning}
404+
\begin{tableii}{l|l}{code}{Valid Arg}{Meaning}
405405
\lineii{'calls'}{call count}
406406
\lineii{'cumulative'}{cumulative time}
407407
\lineii{'file'}{file name}

Doc/lib/libresource.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ \subsection{Resource Usage}
146146
man page for detailed information about these values. A brief
147147
summary is presented here:
148148

149-
\begin{tableii}{|r|l|}{code}{Offset}{Resource}
149+
\begin{tableii}{r|l}{code}{Offset}{Resource}
150150
\lineii{0}{time in user mode (float)}
151151
\lineii{1}{time in system mode (float)}
152152
\lineii{2}{maximum resident set size}

Doc/lib/libstruct.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ \section{Built-in Module \module{struct}}
3939
Format characters have the following meaning; the conversion between C
4040
and Python values should be obvious given their types:
4141

42-
\begin{tableiii}{|c|l|l|}{samp}{Format}{C}{Python}
42+
\begin{tableiii}{c|l|l}{samp}{Format}{C Type}{Python}
4343
\lineiii{x}{pad byte}{no value}
4444
\lineiii{c}{char}{string of length 1}
4545
\lineiii{b}{signed char}{integer}
@@ -81,7 +81,7 @@ \section{Built-in Module \module{struct}}
8181
indicate the byte order, size and alignment of the packed data,
8282
according to the following table:
8383

84-
\begin{tableiii}{|c|l|l|}{samp}{Character}{Byte order}{Size and alignment}
84+
\begin{tableiii}{c|l|l}{samp}{Character}{Byte order}{Size and alignment}
8585
\lineiii{@}{native}{native}
8686
\lineiii{=}{native}{standard}
8787
\lineiii{<}{little-endian}{standard}

0 commit comments

Comments
 (0)