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 | |
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')
-rw-r--r-- | numpy/doc/howtofind.py | 10 | ||||
-rw-r--r-- | numpy/doc/io.py | 10 | ||||
-rw-r--r-- | numpy/doc/jargon.py | 10 | ||||
-rw-r--r-- | numpy/doc/methods_vs_functions.py | 10 | ||||
-rw-r--r-- | numpy/doc/performance.py | 10 |
5 files changed, 0 insertions, 50 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 diff --git a/numpy/doc/io.py b/numpy/doc/io.py deleted file mode 100644 index e45bfc9b3..000000000 --- a/numpy/doc/io.py +++ /dev/null @@ -1,10 +0,0 @@ -""" - -========= -Array I/O -========= - -Placeholder for array I/O documentation. - -""" -from __future__ import division, absolute_import, print_function diff --git a/numpy/doc/jargon.py b/numpy/doc/jargon.py deleted file mode 100644 index 3fcbc7d23..000000000 --- a/numpy/doc/jargon.py +++ /dev/null @@ -1,10 +0,0 @@ -""" - -====== -Jargon -====== - -Placeholder for computer science, engineering and other jargon. - -""" -from __future__ import division, absolute_import, print_function diff --git a/numpy/doc/methods_vs_functions.py b/numpy/doc/methods_vs_functions.py deleted file mode 100644 index 4149000bc..000000000 --- a/numpy/doc/methods_vs_functions.py +++ /dev/null @@ -1,10 +0,0 @@ -""" - -===================== -Methods vs. Functions -===================== - -Placeholder for Methods vs. Functions documentation. - -""" -from __future__ import division, absolute_import, print_function 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 |