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/f2py/doc/f2python9-final/src | |
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/f2py/doc/f2python9-final/src')
-rw-r--r-- | numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt | 2 | ||||
-rw-r--r-- | numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt b/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt index ae1545718..d4188a91b 100644 --- a/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt +++ b/numpy/f2py/doc/f2python9-final/src/examples/exp1mess.txt @@ -13,5 +13,5 @@ Building modules... l,u = exp1([n]) Wrote C/API module "foo" to file "foomodule.c" Documentation is saved to file "foomodule.tex" -Run GNU make to build shared modules: +Run GNU make to build shared modules: gmake -f Makefile-<modulename> [test] diff --git a/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt b/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt index 9bec9198e..5ae75ebd1 100644 --- a/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt +++ b/numpy/f2py/doc/f2python9-final/src/examples/exp1session.txt @@ -17,4 +17,4 @@ Return objects: >>> print l,u [ 517656. 190435.] [ 566827. 208524.] >>> print l[0]/l[1], u[0]/u[1]-l[0]/l[1] -2.71828182845 1.36437527942e-11
\ No newline at end of file +2.71828182845 1.36437527942e-11 |