From 75c2d2fe3cc9daa6589707fb6b8512ffa48fc365 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Thu, 2 Jan 2014 22:12:01 +0200 Subject: DOC: move f2py documentation under doc/ and link its user guide with Sphinx --- numpy/f2py/doc/f2python9-final/src/examples/foom.pyf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 numpy/f2py/doc/f2python9-final/src/examples/foom.pyf (limited to 'numpy/f2py/doc/f2python9-final/src/examples/foom.pyf') diff --git a/numpy/f2py/doc/f2python9-final/src/examples/foom.pyf b/numpy/f2py/doc/f2python9-final/src/examples/foom.pyf deleted file mode 100644 index 6392ebc95..000000000 --- a/numpy/f2py/doc/f2python9-final/src/examples/foom.pyf +++ /dev/null @@ -1,14 +0,0 @@ -!%f90 -*- f90 -*- -python module foo - interface - subroutine exp1(l,u,n) - real*8 dimension(2) :: l - real*8 dimension(2) :: u - intent(out) l,u - integer*4 optional :: n = 1 - end subroutine exp1 - end interface -end python module foo -! This file was auto-generated with f2py -! (version:2.298) and modified by pearu. -! See http://cens.ioc.ee/projects/f2py2e/ -- cgit v1.2.1