]> granicus.if.org Git - python/commitdiff
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 8 Jun 2013 22:04:21 +0000 (01:04 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 8 Jun 2013 22:04:21 +0000 (01:04 +0300)
Doc/faq/programming.rst
Doc/library/array.rst
Misc/ACKS

index 6a720d10319b06770edb46a177ae713b4a4c5771..4cf3b6007b7351624bf6359bcc5c8cbb977da558 100644 (file)
@@ -1092,7 +1092,7 @@ use a list comprehension::
    A = [[None] * w for i in range(h)]
 
 Or, you can use an extension that provides a matrix datatype; `Numeric Python
-<http://numpy.scipy.org/>`_ is the best known.
+<http://www.numpy.org/>`_ is the best known.
 
 
 How do I apply a method to a sequence of objects?
index 752bad57734981508a95bbdeb9558524ca2b7194..f1ab9595720b6575557f217bd31ce5d5ea7e12d1 100644 (file)
@@ -271,9 +271,7 @@ Examples::
       Packing and unpacking of External Data Representation (XDR) data as used in some
       remote procedure call systems.
 
-   `The Numerical Python Manual <http://numpy.sourceforge.net/numdoc/HTML/numdoc.htm>`_
+   `The Numerical Python Documentation <http://docs.scipy.org/doc/>`_
       The Numeric Python extension (NumPy) defines another array type; see
-      http://numpy.sourceforge.net/ for further information about Numerical Python.
-      (A PDF version of the NumPy manual is available at
-      http://numpy.sourceforge.net/numdoc/numdoc.pdf).
+      http://www.numpy.org/ for further information about Numerical Python.
 
index 52e444e6075832bee3b0e17ae7476c2f1cf74ceb..63ff25e5c6319a2133f29fe3c8a3ccc18c1dc102 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1361,6 +1361,7 @@ Moshe Zadka
 Milan Zamazal
 Artur Zaprzala
 Mike Zarnstorff
+Yury V. Zaytsev
 Siebren van der Zee
 Nickolai Zeldovich
 Yuxiao Zeng