From: Fred Drake Date: Mon, 11 Dec 2000 20:57:13 +0000 (+0000) Subject: Added link to HTML version of the NumPy documentation. X-Git-Tag: v2.1a1~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed911b8cfbcad2ff44fdaea10ac1daad5628800a;p=python Added link to HTML version of the NumPy documentation. This closes bug #124943. --- diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 1574b1f502..23eda21ec4 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -189,9 +189,11 @@ array('d', [1.0, 2.0, 3.14]) \seemodule{xdrlib}{Packing and unpacking of External Data Representation (XDR) data as used in some remote procedure call systems.} - \seetitle[http://numpy.sourceforge.net/numdoc/numdoc.pdf]{The + \seetitle[http://numpy.sourceforge.net/numdoc/HTML/numdoc.html]{The Numerical Python Manual}{The Numeric Python extension (NumPy) defines another array type; see \url{http://numpy.sourceforge.net/} for further information - about Numerical Python.} + about Numerical Python. (A PDF version of the NumPy manual + is available at + \url{http://numpy.sourceforge.net/numdoc/numdoc.pdf}.} \end{seealso}