mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
This commit is contained in:
parent
28b0d9d13e
commit
c1f5839412
3 changed files with 4 additions and 5 deletions
|
@ -1092,7 +1092,7 @@ use a list comprehension::
|
||||||
A = [[None] * w for i in range(h)]
|
A = [[None] * w for i in range(h)]
|
||||||
|
|
||||||
Or, you can use an extension that provides a matrix datatype; `Numeric Python
|
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?
|
How do I apply a method to a sequence of objects?
|
||||||
|
|
|
@ -271,9 +271,7 @@ Examples::
|
||||||
Packing and unpacking of External Data Representation (XDR) data as used in some
|
Packing and unpacking of External Data Representation (XDR) data as used in some
|
||||||
remote procedure call systems.
|
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
|
The Numeric Python extension (NumPy) defines another array type; see
|
||||||
http://numpy.sourceforge.net/ for further information about Numerical Python.
|
http://www.numpy.org/ for further information about Numerical Python.
|
||||||
(A PDF version of the NumPy manual is available at
|
|
||||||
http://numpy.sourceforge.net/numdoc/numdoc.pdf).
|
|
||||||
|
|
||||||
|
|
|
@ -1361,6 +1361,7 @@ Moshe Zadka
|
||||||
Milan Zamazal
|
Milan Zamazal
|
||||||
Artur Zaprzala
|
Artur Zaprzala
|
||||||
Mike Zarnstorff
|
Mike Zarnstorff
|
||||||
|
Yury V. Zaytsev
|
||||||
Siebren van der Zee
|
Siebren van der Zee
|
||||||
Nickolai Zeldovich
|
Nickolai Zeldovich
|
||||||
Yuxiao Zeng
|
Yuxiao Zeng
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue