diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-10-25 09:03:01 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-10-25 09:03:01 -0600 |
commit | 53d7e68b410ca00a825899a8a766bba3ba77cbc3 (patch) | |
tree | b1eebcb4b2ab3a2b1881c498fa2f621aa73a4783 /numpy/doc/howtofind.py | |
parent | 42fefc59a502d1b17873d19f9d60d039e55ccfc4 (diff) | |
parent | 4b1f1243fb2b2eb35adf50a26b0c4d2bcc3a7709 (diff) | |
download | numpy-53d7e68b410ca00a825899a8a766bba3ba77cbc3.tar.gz |
Merge pull request #6560 from pv/userguide-up
DOC: user guide update
Diffstat (limited to 'numpy/doc/howtofind.py')
-rw-r--r-- | numpy/doc/howtofind.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/numpy/doc/howtofind.py b/numpy/doc/howtofind.py deleted file mode 100644 index e080d263a..000000000 --- a/numpy/doc/howtofind.py +++ /dev/null @@ -1,10 +0,0 @@ -""" - -================= -How to Find Stuff -================= - -How to find things in NumPy. - -""" -from __future__ import division, absolute_import, print_function |