diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/docs/howto_document.rst | 2 | ||||
| -rw-r--r-- | doc/source/f2py/python-usage.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/docs/howto_document.rst b/doc/source/docs/howto_document.rst index 0b8799798..c44f4d364 100644 --- a/doc/source/docs/howto_document.rst +++ b/doc/source/docs/howto_document.rst @@ -384,7 +384,7 @@ The sections of the docstring are: and neural-network techniques," Computers & Geosciences, vol. 22, pp. 585-588, 1996. - which renders as + which renders as [1]_ .. [1] O. McNoleg, "The integration of GIS, remote sensing, expert systems and adaptive co-kriging for environmental habitat 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 |
