You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/PvL_06.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ Advanced Usage
311
311
312
312
Numpy has vast capabilities. It has way too many options to discuss here. More information can be found in
313
313
314
-
#. the `Quickstart Numpy Tutorial <https://docs.scipy.org/doc/numpy-dev/user/quickstart.html>`_;
314
+
#. the `Quickstart Numpy Tutorial <https://docs.scipy.org/doc/numpy/user/quickstart.html>`_;
315
315
#. the `Numpy indexing documentation <http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html>`_ (for advanced slicing and indexing);
316
316
#. and the `Numpy broadcasting rules <http://scipy.github.io/old-wiki/pages/EricsBroadcastingDoc>`_ (for what happens when performing operations between arrays of different shapes and sizes).
0 commit comments