summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-06-08 22:04:21 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-06-08 22:04:21 (GMT)
commitc1f58394120eded222ed76ae930944e6403e6b3d (patch)
tree04fafdd6fc14f375f6f8df6a03c11cbe6eec7f71 /Doc/library
parent28b0d9d13e8c4a92e60341d4758f3f81a8cf15e5 (diff)
downloadcpython-c1f58394120eded222ed76ae930944e6403e6b3d.zip
cpython-c1f58394120eded222ed76ae930944e6403e6b3d.tar.gz
cpython-c1f58394120eded222ed76ae930944e6403e6b3d.tar.bz2
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/array.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index 752bad5..f1ab959 100644
--- a/Doc/library/array.rst
+++ b/Doc/library/array.rst
@@ -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.