diff options
author | Shriraj Hegde <shriraj.hegde@gmail.com> | 2021-10-12 19:04:19 +0530 |
---|---|---|
committer | Shriraj Hegde <shriraj.hegde@gmail.com> | 2021-10-12 19:13:46 +0530 |
commit | d3b35c5f5d7a777836d93d6035d039eb7b3c5566 (patch) | |
tree | c04c5b7a58ff61a639d5076d1bbeb827c110f136 | |
parent | 8c9cf7954b6afe3bf94ff0971398cc23817d38ef (diff) | |
download | numpy-d3b35c5f5d7a777836d93d6035d039eb7b3c5566.tar.gz |
MAINT: Update F2PY documentation URL
http://cens.ioc.ee/projects/f2py2e/ is unavailable and links to NumPy and SciPy at https://web.archive.org/web/20140822061353/http://cens.ioc.ee:80/projects/f2py2e/ are too outdated.
-rw-r--r-- | numpy/f2py/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/f2py/setup.py b/numpy/f2py/setup.py index daefc02ed..499609f96 100644 --- a/numpy/f2py/setup.py +++ b/numpy/f2py/setup.py @@ -66,7 +66,6 @@ command line tool (f2py) for generating Python C/API modules for wrapping Fortran 77/90/95 subroutines, accessing common blocks from Python, and calling Python functions from Fortran (call-backs). Interfacing subroutines/data from Fortran 90/95 modules is supported.""", - url="https://web.archive.org/web/20140822061353/"\ - "http://cens.ioc.ee/projects/f2py2e/", + url="https://numpy.org/doc/stable/f2py/", keywords=['Fortran', 'f2py'], **config) |