From: Fred Drake Date: Thu, 14 Sep 2000 21:46:22 +0000 (+0000) Subject: Convert "See also" section to use \seetitle. X-Git-Tag: v2.0b2~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9fd468ded2495e099cbe29d34a82fa1d4dd3c7e;p=thirdparty%2FPython%2Fcpython.git Convert "See also" section to use \seetitle. --- diff --git a/Doc/lib/libsha.tex b/Doc/lib/libsha.tex index 17ed3e9604dd..6c2c64003108 100644 --- a/Doc/lib/libsha.tex +++ b/Doc/lib/libsha.tex @@ -47,10 +47,12 @@ A sha object has all the methods the md5 objects have, plus one: \begin{seealso} - \seetext{The Secure Hash Algorithm is defined by NIST document FIPS - PUB 180-1: \citetitle{Secure Hash Standard}, published in April - of 1995. It is available online as plain text at - \url{http://csrc.nist.gov/fips/fip180-1.txt} (at least one - diagram was omitted) and as PostScript at - \url{http://csrc.nist.gov/fips/fip180-1.ps}.} + \seetitle[http://csrc.nist.gov/fips/fip180-1.txt]{Secure Hash Standard}{ + The Secure Hash Algorithm is defined by NIST document FIPS + PUB 180-1: + \citetitle[http://csrc.nist.gov/fips/fip180-1.txt]{Secure + Hash Standard}, published in April of 1995. It is + available online as plain text (at least one diagram was + omitted) and as PostScript at + \url{http://csrc.nist.gov/fips/fip180-1.ps}.} \end{seealso}