From fe1872ec6a613ea7223332560583ada6e1d482ab Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sun, 26 Dec 2021 17:49:11 +0000 Subject: DOC: Add help string for F2PY From https://github.com/HaoZeke/f2py_skel/commit/39a0849b16206e0201e89e12233e5a871a3a71a1 --- numpy/f2py/f2py2e.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy/f2py') diff --git a/numpy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py index 4d79c304a..bb5b32878 100755 --- a/numpy/f2py/f2py2e.py +++ b/numpy/f2py/f2py2e.py @@ -82,6 +82,9 @@ Options: file module.c or extension module . Default is 'untitled'. + '-include
' Writes additional headers in the C wrapper, can be passed + multiple times, generates #include
each time. + --[no-]lower Do [not] lower the cases in . By default, --lower is assumed with -h key, and --no-lower without -h key. -- cgit v1.2.1