Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3d3b20

Browse files
committed
MAINT: Rework inline CLI with current URL
Used the archive link added to the documentation
1 parent ccc97b3 commit f3d3b20

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/source/f2py/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ F2PY user guide and reference manual
77
The purpose of the ``F2PY`` --*Fortran to Python interface generator*-- utility
88
is to provide a connection between Python and Fortran. F2PY is a part of NumPy_
99
(``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`_.
1012

1113
F2PY facilitates creating/building Python C/API extension modules that make it
1214
possible
@@ -44,3 +46,4 @@ replace all calls to ``f2py`` mentioned in this guide with the longer version.
4446

4547
.. _Python: https://www.python.org/
4648
.. _NumPy: https://www.numpy.org/
49+
.. _`historical reference`: https://web.archive.org/web/20140822061353/http://cens.ioc.ee/projects/f2py2e

numpy/f2py/f2py2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
License: NumPy license (see LICENSE.txt in the NumPy source code)
185185
Copyright 1999 -- 2011 Pearu Peterson all rights reserved.
186186
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"""
188188

189189

190190
def scaninputline(inputline):

0 commit comments

Comments
 (0)