diff options
Diffstat (limited to 'numpy/doc/howtofind.py')
-rw-r--r-- | numpy/doc/howtofind.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/doc/howtofind.py b/numpy/doc/howtofind.py new file mode 100644 index 000000000..29ad05318 --- /dev/null +++ b/numpy/doc/howtofind.py @@ -0,0 +1,9 @@ +""" + +================= +How to Find Stuff +================= + +How to find things in NumPy. + +""" |