summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShriraj Hegde <shriraj.hegde@gmail.com>2021-10-12 19:04:19 +0530
committerShriraj Hegde <shriraj.hegde@gmail.com>2021-10-12 19:13:46 +0530
commitd3b35c5f5d7a777836d93d6035d039eb7b3c5566 (patch)
treec04c5b7a58ff61a639d5076d1bbeb827c110f136
parent8c9cf7954b6afe3bf94ff0971398cc23817d38ef (diff)
downloadnumpy-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.py3
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)