From d3b35c5f5d7a777836d93d6035d039eb7b3c5566 Mon Sep 17 00:00:00 2001 From: Shriraj Hegde Date: Tue, 12 Oct 2021 19:04:19 +0530 Subject: 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. --- numpy/f2py/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'numpy/f2py/setup.py') 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) -- cgit v1.2.1