File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ F2PY user guide and reference manual
7
7
The purpose of the ``F2PY `` --*Fortran to Python interface generator *-- utility
8
8
is to provide a connection between Python and Fortran. F2PY is a part of NumPy _
9
9
(``numpy.f2py ``) and also available as a standalone command line tool.
10
+ Originally created by Pearu Peterson, and older changelogs are in the
11
+ `historical reference `_.
10
12
11
13
F2PY facilitates creating/building Python C/API extension modules that make it
12
14
possible
@@ -44,3 +46,4 @@ replace all calls to ``f2py`` mentioned in this guide with the longer version.
44
46
45
47
.. _Python : https://www.python.org/
46
48
.. _NumPy : https://www.numpy.org/
49
+ .. _`historical reference` : https://web.archive.org/web/20140822061353/http://cens.ioc.ee/projects/f2py2e
Original file line number Diff line number Diff line change 184
184
License: NumPy license (see LICENSE.txt in the NumPy source code)
185
185
Copyright 1999 -- 2011 Pearu Peterson all rights reserved.
186
186
Copyright 2011 -- present NumPy Developers.
187
- https://web.archive. org/web/20140822061353/http://cens.ioc.ee/projects/f2py2e """
187
+ https://numpy. org/doc/stable/f2py/index.html """
188
188
189
189
190
190
def scaninputline (inputline ):
You can’t perform that action at this time.
0 commit comments