Skip to content

Commit e42e514

Browse files
committed
Modified links
1 parent 540f871 commit e42e514

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.html

+8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ <h2 class="subtitle" id="nicolas-p-rougier">Nicolas P. Rougier</h2>
2727
<p>All code and material is licensed under a <a class="reference external" href="http://creativecommons.org/licenses/by-sa/4.0">Creative Commons
2828
Attribution-ShareAlike 4.0</a>.</p>
2929
<p>Tutorial can be read at <a class="reference external" href="http://www.labri.fr/perso/nrougier/teaching/numpy/numpy.html">http://www.labri.fr/perso/nrougier/teaching/numpy/numpy.html</a></p>
30+
<dl class="docutils">
31+
<dt>See also:</dt>
32+
<dd><ul class="first last simple">
33+
<li><a class="reference external" href="http://www.labri.fr/perso/nrougier/teaching/matplotlib/matplotlib.html">Matplotlib tutorial</a></li>
34+
<li><a class="reference external" href="http://www.labri.fr/perso/nrougier/teaching/numpy.100/index.html">100 Numpy exercices</a></li>
35+
</ul>
36+
</dd>
37+
</dl>
3038
<div class="section" id="introduction">
3139
<h1><a class="toc-backref" href="#id2">Introduction</a></h1>
3240
<p>NumPy is the fundamental package for scientific computing with Python. It

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Attribution-ShareAlike 4.0 <http://creativecommons.org/licenses/by-sa/4.0>`_.
1818

1919
Tutorial can be read at http://www.labri.fr/perso/nrougier/teaching/numpy/numpy.html
2020

21+
See also:
22+
* `Matplotlib tutorial <http://www.labri.fr/perso/nrougier/teaching/matplotlib/matplotlib.html>`_
23+
* `100 Numpy exercices <http://www.labri.fr/perso/nrougier/teaching/numpy.100/index.html>`_
2124

2225

2326
Introduction

0 commit comments

Comments
 (0)