diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-07-10 17:43:25 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-07-10 17:43:25 +0000 |
commit | 9a27253a10f8c1f9775b688eb65e41d227fa84e4 (patch) | |
tree | c138132382c582350bbc8034fc6a1219a86a524e /numpy/doc/reference/howtofind.py | |
parent | 33ffa7b85e97fd289785e4bd6345e69fb87bdd16 (diff) | |
download | numpy-9a27253a10f8c1f9775b688eb65e41d227fa84e4.tar.gz |
Add stubs for reference documentation.
Diffstat (limited to 'numpy/doc/reference/howtofind.py')
-rw-r--r-- | numpy/doc/reference/howtofind.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/doc/reference/howtofind.py b/numpy/doc/reference/howtofind.py new file mode 100644 index 000000000..29ad05318 --- /dev/null +++ b/numpy/doc/reference/howtofind.py @@ -0,0 +1,9 @@ +""" + +================= +How to Find Stuff +================= + +How to find things in NumPy. + +""" |