diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 11:16:06 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 11:20:45 -0600 |
commit | 8ddb0ce0acafe75d78df528b4d2540dfbf4b364d (patch) | |
tree | 156b23f48f14c7c1df699874007c521b5482d1a4 /numpy/doc | |
parent | 13b0b272f764c14bc4ac34f5b19fd030d9c611a4 (diff) | |
download | numpy-8ddb0ce0acafe75d78df528b4d2540dfbf4b364d.tar.gz |
STY: Giant whitespace cleanup.
Now is as good a time as any with open PR's at a low.
Diffstat (limited to 'numpy/doc')
-rw-r--r-- | numpy/doc/basics.py | 1 | ||||
-rw-r--r-- | numpy/doc/broadcasting.py | 1 | ||||
-rw-r--r-- | numpy/doc/byteswapping.py | 1 | ||||
-rw-r--r-- | numpy/doc/creation.py | 1 | ||||
-rw-r--r-- | numpy/doc/glossary.py | 1 | ||||
-rw-r--r-- | numpy/doc/howtofind.py | 1 | ||||
-rw-r--r-- | numpy/doc/indexing.py | 1 | ||||
-rw-r--r-- | numpy/doc/internals.py | 1 | ||||
-rw-r--r-- | numpy/doc/io.py | 1 | ||||
-rw-r--r-- | numpy/doc/jargon.py | 1 | ||||
-rw-r--r-- | numpy/doc/methods_vs_functions.py | 1 | ||||
-rw-r--r-- | numpy/doc/misc.py | 1 | ||||
-rw-r--r-- | numpy/doc/performance.py | 1 | ||||
-rw-r--r-- | numpy/doc/structured_arrays.py | 3 | ||||
-rw-r--r-- | numpy/doc/subclassing.py | 1 | ||||
-rw-r--r-- | numpy/doc/ufuncs.py | 1 |
16 files changed, 1 insertions, 17 deletions
diff --git a/numpy/doc/basics.py b/numpy/doc/basics.py index 75f0995d8..86a3984c2 100644 --- a/numpy/doc/basics.py +++ b/numpy/doc/basics.py @@ -144,4 +144,3 @@ methods arrays do. """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/broadcasting.py b/numpy/doc/broadcasting.py index 3826a70b3..43b725b83 100644 --- a/numpy/doc/broadcasting.py +++ b/numpy/doc/broadcasting.py @@ -176,4 +176,3 @@ for illustrations of broadcasting concepts. """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/byteswapping.py b/numpy/doc/byteswapping.py index 7baa648a1..8632e9794 100644 --- a/numpy/doc/byteswapping.py +++ b/numpy/doc/byteswapping.py @@ -136,4 +136,3 @@ False """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/creation.py b/numpy/doc/creation.py index e00c26e54..7979b51aa 100644 --- a/numpy/doc/creation.py +++ b/numpy/doc/creation.py @@ -142,4 +142,3 @@ diagonal). """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/glossary.py b/numpy/doc/glossary.py index b9053cc07..3770f5761 100644 --- a/numpy/doc/glossary.py +++ b/numpy/doc/glossary.py @@ -416,4 +416,3 @@ Glossary """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/howtofind.py b/numpy/doc/howtofind.py index 89f8ac9b9..e080d263a 100644 --- a/numpy/doc/howtofind.py +++ b/numpy/doc/howtofind.py @@ -8,4 +8,3 @@ How to find things in NumPy. """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/indexing.py b/numpy/doc/indexing.py index 997aee1b7..0439a7a76 100644 --- a/numpy/doc/indexing.py +++ b/numpy/doc/indexing.py @@ -406,4 +406,3 @@ converted to an array as a list would be. As an example: :: """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/internals.py b/numpy/doc/internals.py index 73ec51332..6bd6b1ae9 100644 --- a/numpy/doc/internals.py +++ b/numpy/doc/internals.py @@ -161,4 +161,3 @@ it is more in line with Python semantics and the natural order of the data. """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/io.py b/numpy/doc/io.py index aeffdaca0..e45bfc9b3 100644 --- a/numpy/doc/io.py +++ b/numpy/doc/io.py @@ -8,4 +8,3 @@ 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 index 56b25ad7a..3fcbc7d23 100644 --- a/numpy/doc/jargon.py +++ b/numpy/doc/jargon.py @@ -8,4 +8,3 @@ 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 index 89c26b841..4149000bc 100644 --- a/numpy/doc/methods_vs_functions.py +++ b/numpy/doc/methods_vs_functions.py @@ -8,4 +8,3 @@ Placeholder for Methods vs. Functions documentation. """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/misc.py b/numpy/doc/misc.py index 79c16a56e..311e6e0c8 100644 --- a/numpy/doc/misc.py +++ b/numpy/doc/misc.py @@ -227,4 +227,3 @@ Interfacing to C++: """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/performance.py b/numpy/doc/performance.py index 6b0b55042..b0c158bf3 100644 --- a/numpy/doc/performance.py +++ b/numpy/doc/performance.py @@ -8,4 +8,3 @@ Placeholder for Improving Performance documentation. """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/structured_arrays.py b/numpy/doc/structured_arrays.py index 304184d0d..0444bdf90 100644 --- a/numpy/doc/structured_arrays.py +++ b/numpy/doc/structured_arrays.py @@ -194,7 +194,7 @@ Notice that `x` is created with a list of tuples. :: The fields are returned in the order they are asked for.:: >>> x[['y','x']] - array([(2.5, 1.5), (4.0, 3.0), (3.0, 1.0)], + array([(2.5, 1.5), (4.0, 3.0), (3.0, 1.0)], dtype=[('y', '<f4'), ('x', '<f4')]) Filling structured arrays @@ -221,4 +221,3 @@ You can find some more information on recarrays and structured arrays """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/subclassing.py b/numpy/doc/subclassing.py index 31bf6e211..a62fc2d6d 100644 --- a/numpy/doc/subclassing.py +++ b/numpy/doc/subclassing.py @@ -558,4 +558,3 @@ how this can work, have a look at the ``memmap`` class in """ from __future__ import division, absolute_import, print_function - diff --git a/numpy/doc/ufuncs.py b/numpy/doc/ufuncs.py index 0b94e0537..0132202ad 100644 --- a/numpy/doc/ufuncs.py +++ b/numpy/doc/ufuncs.py @@ -136,4 +136,3 @@ results in an error. There are two alternatives: """ from __future__ import division, absolute_import, print_function - |