diff options
author | Fred Drake <fdrake@acm.org> | 2000-12-11 20:57:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-12-11 20:57:13 (GMT) |
commit | ed911b8cfbcad2ff44fdaea10ac1daad5628800a (patch) | |
tree | d75a5c1c044b6972dc0910411537a6b02d9aa351 /Doc | |
parent | 5b7b764afb684d0442b11a1f53428868dc1e5ff4 (diff) | |
download | cpython-ed911b8cfbcad2ff44fdaea10ac1daad5628800a.zip cpython-ed911b8cfbcad2ff44fdaea10ac1daad5628800a.tar.gz cpython-ed911b8cfbcad2ff44fdaea10ac1daad5628800a.tar.bz2 |
Added link to HTML version of the NumPy documentation.
This closes bug #124943.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libarray.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 1574b1f..23eda21 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} |