Skip to content

Commit b868ab3

Browse files
author
Gabriela Moreira
authored
Fix broken links
You had a few broken links to the old scipy wiki and one internal reference with the wrong name.
1 parent f4a2d76 commit b868ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-numpy-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for the rest of you, this section will serve as a quick crash course both on
3333
the Python programming language and on the use of Python for scientific
3434
computing.
3535

36-
Some of you may have previous knowledge in Matlab, in which case we also recommend the [numpy for Matlab users](http://wiki.scipy.org/NumPy_for_Matlab_Users) page.
36+
Some of you may have previous knowledge in Matlab, in which case we also recommend the [numpy for Matlab users](https://docs.scipy.org/doc/numpy-1.15.0/user/numpy-for-matlab-users.html) page.
3737

3838
You can also find an [IPython notebook version of this tutorial here](https://github.com/kuleshov/cs228-material/blob/master/tutorials/python/cs228-python-tutorial.ipynb) created by [Volodymyr Kuleshov](http://web.stanford.edu/~kuleshov/) and [Isaac Caswell](https://symsys.stanford.edu/viewing/symsysaffiliate/21335) for [CS 228](http://cs.stanford.edu/~ermon/cs228/index.html).
3939

@@ -868,7 +868,7 @@ Broadcasting two arrays together follows these rules:
868868

869869
If this explanation does not make sense, try reading the explanation
870870
[from the documentation](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
871-
or [this explanation](http://wiki.scipy.org/EricsBroadcastingDoc).
871+
or [this explanation](https://scipy.github.io/old-wiki/pages/EricsBroadcastingDoc).
872872

873873
Functions that support broadcasting are known as *universal functions*. You can find
874874
the list of all universal functions
@@ -1032,7 +1032,7 @@ across two sets of points; you can read about it
10321032
In this section give a brief introduction to the `matplotlib.pyplot` module,
10331033
which provides a plotting system similar to that of MATLAB.
10341034

1035-
<a name='matplotlib-plot'></a>
1035+
<a name='matplotlib-plotting'></a>
10361036

10371037
### Plotting
10381038
The most important function in matplotlib is `plot`,

0 commit comments

Comments
 (0)