From c4996684e79ab8bbbd312ea4803286d226e95fd8 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 10 Apr 2018 21:42:31 +0300 Subject: silence warnings, matplotlib deprecated normed in favor of density --- doc/source/f2py/python-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/f2py/python-usage.rst') diff --git a/doc/source/f2py/python-usage.rst b/doc/source/f2py/python-usage.rst index 79860173b..60167d01a 100644 --- a/doc/source/f2py/python-usage.rst +++ b/doc/source/f2py/python-usage.rst @@ -215,7 +215,7 @@ Sometimes a Fortran package may require that users provide routines that the package will use. F2PY can construct an interface to such routines so that Python functions could be called from Fortran. -Consider the following `Fortran 77 subroutine`__ that takes an array +Consider the following Fortran 77 subroutine that takes an array and applies a function ``func`` to its elements. .. include:: calculate.f -- cgit v1.2.1