diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-21 08:51:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-21 08:51:16 -0600 |
commit | 76aa47df078ca4f546487642635b12baca34d775 (patch) | |
tree | efd0731142b0badc30e38a3840a7680e3577f0f0 /numpy/doc/misc.py | |
parent | 67b9a768a7e6f373bbba02df302622773559ca4b (diff) | |
parent | c3c52b276892c7c1d8eeb1c9067dc02178e48863 (diff) | |
download | numpy-76aa47df078ca4f546487642635b12baca34d775.tar.gz |
Merge pull request #10940 from nkartashov/10939-fixing-broken-developer-links
DOC: fix broken links for developer documentation
Diffstat (limited to 'numpy/doc/misc.py')
-rw-r--r-- | numpy/doc/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/misc.py b/numpy/doc/misc.py index 5d6708a0d..24369871c 100644 --- a/numpy/doc/misc.py +++ b/numpy/doc/misc.py @@ -209,7 +209,7 @@ Only a survey of the choices. Little detail on how each works. Interfacing to Fortran: ----------------------- The clear choice to wrap Fortran code is -`f2py <http://docs.scipy.org/doc/numpy-dev/f2py/>`_. +`f2py <http://docs.scipy.org/doc/numpy/f2py/>`_. Pyfort is an older alternative, but not supported any longer. Fwrap is a newer project that looked promising but isn't being developed any |