From 17dcb63add60ad767ac931fac4f6047b48ad9dc4 Mon Sep 17 00:00:00 2001 From: Nicolas Rougier Date: Tue, 27 May 2014 06:18:00 +0200 Subject: [PATCH] index.txt -> index.rst --- index.html => README.html | 23 ++ README.rst | 506 ++++++++++++++++++++++++++++++++++++++ README.txt | 26 -- 3 files changed, 529 insertions(+), 26 deletions(-) rename index.html => README.html (98%) create mode 100644 README.rst delete mode 100644 README.txt diff --git a/index.html b/README.html similarity index 98% rename from index.html rename to README.html index 7865a2c..7bc8533 100644 --- a/index.html +++ b/README.html @@ -12,6 +12,27 @@

100 numpy exercises

A joint effort of the numpy community

+

The goal is both to offer a quick reference for new and old users and to +provide also a set of exercices for those who teach. If you remember having +asked or answered a (short) problem, you can send a pull request. The format +is:

+
+#. Find indices of non-zero elements from [1,2,0,0,4,0]
+
+   .. code:: python
+
+      # Author: Somebody
+
+      print np.nonzero([1,2,0,0,4,0])
+
+

Here is what the page looks like so far: +http://www.loria.fr/~rougier/teaching/numpy.100/index.html

+
+

Note

+

The level names came from an old-game (Dungeon Master)

+
+

Repository is at: https://github.com/rougier/numpy-100

+

Contents