]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Convert several \seetext references to \seerfc and \seetitle versions.
authorFred Drake <fdrake@acm.org>
Thu, 12 Apr 2001 16:47:17 +0000 (16:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 12 Apr 2001 16:47:17 +0000 (16:47 +0000)
These format somewhat better and include more semantic information in the
source.

Doc/lib/libbase64.tex
Doc/lib/libjpeg.tex
Doc/lib/libre.tex

index b608a8a0c9bf76dda66b28f4003b4d3c4afbc653..24525d1d3cbb35f841b54a38c7761f98578167fb 100644 (file)
@@ -52,9 +52,9 @@ base64 encoded data.
 \begin{seealso}
   \seemodule{binascii}{Support module containing \ASCII{}-to-binary
                        and binary-to-\ASCII{} conversions.}
-  \seetext{Internet \rfc{1521}, \emph{MIME (Multipurpose Internet
-           Mail Extensions) Part One: Mechanisms for Specifying and
-           Describing the Format of Internet Message Bodies}, section
-           5.2, ``Base64 Content-Transfer-Encoding,'' provides the
-           definition of the base64 encoding.}
+  \seerfc{1521}{MIME (Multipurpose Internet Mail Extensions) Part One:
+          Mechanisms for Specifying and Describing the Format of
+          Internet Message Bodies}{Section 5.2, ``Base64
+          Content-Transfer-Encoding,'' provides the definition of the
+          base64 encoding.}
 \end{seealso}
index 3ff8b9188c1fda4fa55c95349450e8fd13cfbca7..a10e06c2cc4dd1e968e9f6e693fadd686310a3bf 100644 (file)
@@ -68,11 +68,13 @@ options are available:
 
 
 \begin{seealso}
-  \seetext{\emph{JPEG Still Image Data Compression Standard}, by
-    Pennebaker and Mitchell, is the canonical reference for the JPEG
-    image format.}
+  \seetitle{JPEG Still Image Data Compression Standard}{The 
+            canonical reference for the JPEG image format, by
+            Pennebaker and Mitchell.}
 
-  \seetext{The ISO standard for JPEG is also published as ITU T.81.
-    This is available in PDF form at
-    \url{http://www.w3.org/Graphics/JPEG/itu-t81.pdf}.}
+  \seetitle[http://www.w3.org/Graphics/JPEG/itu-t81.pdf]{Information
+            Technology - Digital Compression and Coding of
+            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}
index 777f594abf2cbd31f2f73d2cdea7d80d3313e241..cc92f13f6f13d26bf193cad609c51c0e4f0b13d4 100644 (file)
@@ -43,6 +43,15 @@ the older implementation (without Unicode support) is still available
 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}}
 
 A regular expression (or RE) specifies a set of strings that matches
@@ -751,11 +760,3 @@ The regular expression object whose \method{match()} or
 \begin{memberdesc}[MatchObject]{string}
 The string passed to \function{match()} or \function{search()}.
 \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}
-