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/performance.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/performance.py')
-rw-r--r-- | numpy/doc/performance.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/numpy/doc/performance.py b/numpy/doc/performance.py deleted file mode 100644 index b0c158bf3..000000000 --- a/numpy/doc/performance.py +++ /dev/null @@ -1,10 +0,0 @@ -""" - -=========== -Performance -=========== - -Placeholder for Improving Performance documentation. - -""" -from __future__ import division, absolute_import, print_function |