From 73d8ec888378fc9c8358ba4b88b93f2a48669c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Sun, 19 Jan 2020 18:24:33 -0300 Subject: DOC: Updating f2py docs to python 3 and fixing some typos (#15303) * Updated f2py "Getting Started" doc to python3. * WIP: updating f2py docs to python3: intro to python-usage done. * WIP: updated "Scalar Arguments" session of python-usage.rst * WIP: updated "String arguments" section of python-usage.rst. TODO check for string bug here. * WIP: updated "Array arguments" section of python-usage.rst * WIP: updated "Callback arguments" section in python-usage.rst * WIP: updated sections "Common blocks" and "F90 module data" from python-usage.rst * Finished update of python-usage.rst * WIP: updating usage.rst * PEP8 fix for equal sign and added note about building extension modules. * Finished update of usage.rst * Remove future imports from f2py example. * Fixed typos. * Fixed typo. * Updated f2py "Getting Started" doc to python3. * Finished update of python-usage.rst * Finished update of usage.rst * Fixed typos. * Addressing comments on PR. * Addressing PR review; closes gh-14812; fixes gh-14919; closes gh-14960; fixes gh-14865; fixes gh-14862 * Restore names of common block items. --- doc/source/f2py/signature-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/f2py/signature-file.rst') diff --git a/doc/source/f2py/signature-file.rst b/doc/source/f2py/signature-file.rst index 8e5a9710c..3a163ee23 100644 --- a/doc/source/f2py/signature-file.rst +++ b/doc/source/f2py/signature-file.rst @@ -14,7 +14,7 @@ Signature files may contain arbitrary Fortran code (so that Fortran codes can be considered as signature files). F2PY silently ignores Fortran constructs that are irrelevant for creating the interface. However, this includes also syntax errors. So, be careful not making -ones;-). +ones ;-). In general, the contents of signature files is case-sensitive. When scanning Fortran codes and writing a signature file, F2PY lowers all -- cgit v1.2.1