Commit e20bd19f authored by Fred Drake's avatar Fred Drake

Convert several \seetext references to \seerfc and \seetitle versions.

These format somewhat better and include more semantic information in the
source.
parent 13121629
...@@ -52,9 +52,9 @@ base64 encoded data. ...@@ -52,9 +52,9 @@ base64 encoded data.
\begin{seealso} \begin{seealso}
\seemodule{binascii}{Support module containing \ASCII{}-to-binary \seemodule{binascii}{Support module containing \ASCII{}-to-binary
and binary-to-\ASCII{} conversions.} and binary-to-\ASCII{} conversions.}
\seetext{Internet \rfc{1521}, \emph{MIME (Multipurpose Internet \seerfc{1521}{MIME (Multipurpose Internet Mail Extensions) Part One:
Mail Extensions) Part One: Mechanisms for Specifying and Mechanisms for Specifying and Describing the Format of
Describing the Format of Internet Message Bodies}, section Internet Message Bodies}{Section 5.2, ``Base64
5.2, ``Base64 Content-Transfer-Encoding,'' provides the Content-Transfer-Encoding,'' provides the definition of the
definition of the base64 encoding.} base64 encoding.}
\end{seealso} \end{seealso}
...@@ -68,11 +68,13 @@ options are available: ...@@ -68,11 +68,13 @@ options are available:
\begin{seealso} \begin{seealso}
\seetext{\emph{JPEG Still Image Data Compression Standard}, by \seetitle{JPEG Still Image Data Compression Standard}{The
Pennebaker and Mitchell, is the canonical reference for the JPEG canonical reference for the JPEG image format, by
image format.} Pennebaker and Mitchell.}
\seetext{The ISO standard for JPEG is also published as ITU T.81. \seetitle[http://www.w3.org/Graphics/JPEG/itu-t81.pdf]{Information
This is available in PDF form at Technology - Digital Compression and Coding of
\url{http://www.w3.org/Graphics/JPEG/itu-t81.pdf}.} Continuous-tone Still Images - Requirements and
Guidelines}{The ISO standard for JPEG is also published as
ITU T.81. This is available online in PDF form.}
\end{seealso} \end{seealso}
...@@ -43,6 +43,15 @@ the older implementation (without Unicode support) is still available ...@@ -43,6 +43,15 @@ the older implementation (without Unicode support) is still available
as the \module{pre}\refstmodindex{pre} module. as the \module{pre}\refstmodindex{pre} module.
\begin{seealso}
\seetitle{Mastering Regular Expressions}{Book on regular expressions
by Jeffrey Friedl, published by O'Reilly. The Python
material in this book dates from before the \refmodule{re}
module, but it covers writing good regular expression
patterns in great detail.}
\end{seealso}
\subsection{Regular Expression Syntax \label{re-syntax}} \subsection{Regular Expression Syntax \label{re-syntax}}
A regular expression (or RE) specifies a set of strings that matches A regular expression (or RE) specifies a set of strings that matches
...@@ -751,11 +760,3 @@ The regular expression object whose \method{match()} or ...@@ -751,11 +760,3 @@ The regular expression object whose \method{match()} or
\begin{memberdesc}[MatchObject]{string} \begin{memberdesc}[MatchObject]{string}
The string passed to \function{match()} or \function{search()}. The string passed to \function{match()} or \function{search()}.
\end{memberdesc} \end{memberdesc}
\begin{seealso}
\seetext{Jeffrey Friedl, \citetitle{Mastering Regular Expressions},
O'Reilly. The Python material in this book dates from before the
\module{re} module, but it covers writing good regular expression
patterns in great detail.}
\end{seealso}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment