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

Skip to content

Commit e20bd19

Browse files
committed
Convert several \seetext references to \seerfc and \seetitle versions.
These format somewhat better and include more semantic information in the source.
1 parent 1312162 commit e20bd19

3 files changed

Lines changed: 22 additions & 19 deletions

File tree

Doc/lib/libbase64.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ \section{\module{base64} ---
5252
\begin{seealso}
5353
\seemodule{binascii}{Support module containing \ASCII{}-to-binary
5454
and binary-to-\ASCII{} conversions.}
55-
\seetext{Internet \rfc{1521}, \emph{MIME (Multipurpose Internet
56-
Mail Extensions) Part One: Mechanisms for Specifying and
57-
Describing the Format of Internet Message Bodies}, section
58-
5.2, ``Base64 Content-Transfer-Encoding,'' provides the
59-
definition of the base64 encoding.}
55+
\seerfc{1521}{MIME (Multipurpose Internet Mail Extensions) Part One:
56+
Mechanisms for Specifying and Describing the Format of
57+
Internet Message Bodies}{Section 5.2, ``Base64
58+
Content-Transfer-Encoding,'' provides the definition of the
59+
base64 encoding.}
6060
\end{seealso}

Doc/lib/libjpeg.tex

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ \section{\module{jpeg} ---
6868

6969

7070
\begin{seealso}
71-
\seetext{\emph{JPEG Still Image Data Compression Standard}, by
72-
Pennebaker and Mitchell, is the canonical reference for the JPEG
73-
image format.}
71+
\seetitle{JPEG Still Image Data Compression Standard}{The
72+
canonical reference for the JPEG image format, by
73+
Pennebaker and Mitchell.}
7474

75-
\seetext{The ISO standard for JPEG is also published as ITU T.81.
76-
This is available in PDF form at
77-
\url{http://www.w3.org/Graphics/JPEG/itu-t81.pdf}.}
75+
\seetitle[http://www.w3.org/Graphics/JPEG/itu-t81.pdf]{Information
76+
Technology - Digital Compression and Coding of
77+
Continuous-tone Still Images - Requirements and
78+
Guidelines}{The ISO standard for JPEG is also published as
79+
ITU T.81. This is available online in PDF form.}
7880
\end{seealso}

Doc/lib/libre.tex

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ \section{\module{re} ---
4343
as the \module{pre}\refstmodindex{pre} module.
4444

4545

46+
\begin{seealso}
47+
\seetitle{Mastering Regular Expressions}{Book on regular expressions
48+
by Jeffrey Friedl, published by O'Reilly. The Python
49+
material in this book dates from before the \refmodule{re}
50+
module, but it covers writing good regular expression
51+
patterns in great detail.}
52+
\end{seealso}
53+
54+
4655
\subsection{Regular Expression Syntax \label{re-syntax}}
4756

4857
A regular expression (or RE) specifies a set of strings that matches
@@ -751,11 +760,3 @@ \subsection{Match Objects \label{match-objects}}
751760
\begin{memberdesc}[MatchObject]{string}
752761
The string passed to \function{match()} or \function{search()}.
753762
\end{memberdesc}
754-
755-
\begin{seealso}
756-
\seetext{Jeffrey Friedl, \citetitle{Mastering Regular Expressions},
757-
O'Reilly. The Python material in this book dates from before the
758-
\module{re} module, but it covers writing good regular expression
759-
patterns in great detail.}
760-
\end{seealso}
761-

0 commit comments

Comments
 (0)