From: Ezio Melotti Date: Sat, 8 Jun 2013 22:04:21 +0000 (+0300) Subject: #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. X-Git-Tag: v2.7.6rc1~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c49805e96782e4e0ec4fe6c8cf0172d435b328ec;p=thirdparty%2FPython%2Fcpython.git #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. --- diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index b9ed53410c7b..16fabe1ddf61 100644 --- a/Doc/faq/programming.rst +++ b/Doc/faq/programming.rst @@ -1204,7 +1204,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 -`_ is the best known. +`_ is the best known. How do I apply a method to a sequence of objects? diff --git a/Doc/library/array.rst b/Doc/library/array.rst index d34cf382b1e5..1766d47c0fa0 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -268,9 +268,7 @@ Examples:: Packing and unpacking of External Data Representation (XDR) data as used in some remote procedure call systems. - `The Numerical Python Manual `_ + `The Numerical Python Documentation `_ 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. diff --git a/Misc/ACKS b/Misc/ACKS index 484202699e1b..92fffc68de37 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1139,6 +1139,7 @@ Moshe Zadka Milan Zamazal Artur Zaprzala Mike Zarnstorff +Yury V. Zaytsev Siebren van der Zee Nickolai Zeldovich Uwe Zessin