diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-17 04:58:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-17 04:58:01 (GMT) |
commit | b4b401eda3ea782b0ece13032257acf08b666704 (patch) | |
tree | 7353d90d3e7fc8a9754978f6cb325844a204d293 /Doc | |
parent | ff139a8a44d079a8261292044c82f128343fea09 (diff) | |
download | cpython-b4b401eda3ea782b0ece13032257acf08b666704.zip cpython-b4b401eda3ea782b0ece13032257acf08b666704.tar.gz cpython-b4b401eda3ea782b0ece13032257acf08b666704.tar.bz2 |
Update the links to the NumPy website and documentation, based on a
comment from Janko Hauser <jhauser@ifm.uni-kiel.de>.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libarray.tex | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 7be96aa..d6f5b5c 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -187,10 +187,9 @@ array('d', [1.0, 2.0, 3.14]) \begin{seealso} \seemodule{struct}{packing and unpacking of heterogeneous binary data} \seemodule{xdrlib}{packing and unpacking of XDR data} - \seetext{The Numeric Python extension (NumPy) defines another array - type; see \emph{The Numerical Python Manual} for additional - information (available online at - \url{ftp://ftp-icf.llnl.gov/pub/python/numericalpython.pdf}). - Further information about NumPy is available at - \url{http://www.python.org/topics/scicomp/numpy.html}.} + \seetitle[http://numpy.sourceforge.net/numdoc/numdoc.pdf]{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.} \end{seealso} |