diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-01-19 18:24:33 -0300 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-01-19 14:24:33 -0700 |
commit | 73d8ec888378fc9c8358ba4b88b93f2a48669c31 (patch) | |
tree | 1b6c58ea262d795e3d5fb673340dee18b406adf6 /doc/source/f2py/signature-file.rst | |
parent | 0a413e6c5651327fff8568b0e317de2305df13a7 (diff) | |
download | numpy-73d8ec888378fc9c8358ba4b88b93f2a48669c31.tar.gz |
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.
Diffstat (limited to 'doc/source/f2py/signature-file.rst')
-rw-r--r-- | doc/source/f2py/signature-file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |