summaryrefslogtreecommitdiff
path: root/doc/f2py/f2python9-final/src/examples/foo.pyf
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2017-06-18 13:58:25 +1200
committerRalf Gommers <ralf.gommers@gmail.com>2017-06-18 15:34:42 +1200
commitac494fd212857dcdbb15bfdaf2e73bf28c3afd85 (patch)
tree5da26fd1382aaabd98b63530d0650c1c89f29093 /doc/f2py/f2python9-final/src/examples/foo.pyf
parent79402fdc67a26cdfc568963368f9d40494f80936 (diff)
downloadnumpy-ac494fd212857dcdbb15bfdaf2e73bf28c3afd85.tar.gz
MAINT: remove outdated doc/f2py content.
This content is not part of https://docs.scipy.org/doc/numpy/f2py/ (that's built from doc/source/f2py) and is >10 years old.
Diffstat (limited to 'doc/f2py/f2python9-final/src/examples/foo.pyf')
-rw-r--r--doc/f2py/f2python9-final/src/examples/foo.pyf13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/f2py/f2python9-final/src/examples/foo.pyf b/doc/f2py/f2python9-final/src/examples/foo.pyf
deleted file mode 100644
index 516bb292f..000000000
--- a/doc/f2py/f2python9-final/src/examples/foo.pyf
+++ /dev/null
@@ -1,13 +0,0 @@
-!%f90 -*- f90 -*-
-python module foo
- interface
- subroutine exp1(l,u,n)
- real*8 dimension(2) :: l
- real*8 dimension(2) :: u
- integer*4 :: n
- end subroutine exp1
- end interface
-end python module foo
-! This file was auto-generated with f2py
-! (version:2.298).
-! See http://cens.ioc.ee/projects/f2py2e/