Commit 24b50d3f authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Changed the example URL.

parent 84bdcae6
......@@ -175,6 +175,7 @@ As for NumPy, new axes can be introduced by indexing an array with ``None`` ::
myslice[None, 10:-20:2, None]
One may mix new axis indexing with all other forms of indexing and slicing.
See also an example_.
Read-only views
---------------
......@@ -691,3 +692,4 @@ call functions in C files, see :ref:`using_c_libraries`.
.. _new style buffers: http://docs.python.org/c-api/buffer.html
.. _pep 3118: http://www.python.org/peps/pep-3118.html
.. _NumPy: http://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html#memory-layout
.. _example: https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment