diff options
author | Pauli Virtanen <pav@iki.fi> | 2015-10-25 13:57:37 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2015-10-25 13:57:40 +0200 |
commit | 9d63530e0b7d0a880a0f49713c48ef6f0c11b315 (patch) | |
tree | 7bbb1e9703c9b93ddff8be684e3bd6540c73020d /numpy/doc/howtofind.py | |
parent | cec39effb1739ae0a7690e56d58d3e9432569d5f (diff) | |
download | numpy-9d63530e0b7d0a880a0f49713c48ef6f0c11b315.tar.gz |
DOC: remove placeholders and incompleteness warnings
Neither are useful, and will discourage both reading and editing of the
material.
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 |