From c3c52b276892c7c1d8eeb1c9067dc02178e48863 Mon Sep 17 00:00:00 2001 From: Nikita Kartashov Date: Sat, 21 Apr 2018 13:16:12 +0100 Subject: DOC: fix broken links for developer documentation Some links in developer documentation and files had extraneous '-dev' in them, removing it restore the working state of the links. See: #10939 --- numpy/doc/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/doc/misc.py') 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 `_. +`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 -- cgit v1.2.1