summaryrefslogtreecommitdiff
path: root/doc/source/f2py
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2022-04-29 16:00:07 +0000
committerRohit Goswami <rog32@hi.is>2022-04-29 16:03:02 +0000
commit691db8b812a793c2d5f467b98ec1e049524cf963 (patch)
treeaab2a5353623073490e212144f2faead3f7a6c63 /doc/source/f2py
parent4b73c2d37bea45228402330c4aa17390c7e893b6 (diff)
downloadnumpy-691db8b812a793c2d5f467b98ec1e049524cf963.tar.gz
MAINT: Pick a better name
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Pearu Peterson <pearu.peterson@gmail.com> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Diffstat (limited to 'doc/source/f2py')
-rw-r--r--doc/source/f2py/buildtools/index.rst2
-rw-r--r--doc/source/f2py/buildtools/meson.rst2
-rw-r--r--doc/source/f2py/usage.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/f2py/buildtools/index.rst b/doc/source/f2py/buildtools/index.rst
index 08e0763fe..48ff927df 100644
--- a/doc/source/f2py/buildtools/index.rst
+++ b/doc/source/f2py/buildtools/index.rst
@@ -82,7 +82,7 @@ Signature files
From NumPy ``1.22.4`` onwards, ``f2py`` will deterministically generate
wrapper files based on the input file Fortran standard (F77 or greater).
- ``--no-empty-gen`` can be passed to ``f2py`` to restore the previous
+ ``--skip-empty-wrappers`` can be passed to ``f2py`` to restore the previous
behaviour of only generating wrappers when needed by the input .
diff --git a/doc/source/f2py/buildtools/meson.rst b/doc/source/f2py/buildtools/meson.rst
index 59a96ab45..502d3e211 100644
--- a/doc/source/f2py/buildtools/meson.rst
+++ b/doc/source/f2py/buildtools/meson.rst
@@ -87,7 +87,7 @@ for reasons discussed in :ref:`f2py-bldsys`.
From NumPy ``1.22.4`` onwards, ``f2py`` will deterministically generate
wrapper files based on the input file Fortran standard (F77 or greater).
- ``--no-empty-gen`` can be passed to ``f2py`` to restore the previous
+ ``--skip-empty-wrappers`` can be passed to ``f2py`` to restore the previous
behaviour of only generating wrappers when needed by the input .
However, we can augment our workflow in a straightforward to take into account
diff --git a/doc/source/f2py/usage.rst b/doc/source/f2py/usage.rst
index d3e9db22a..dbd33e36e 100644
--- a/doc/source/f2py/usage.rst
+++ b/doc/source/f2py/usage.rst
@@ -224,7 +224,7 @@ Other options
Run quietly.
``--verbose``
Run with extra verbosity.
- ``--no-empty-gen``
+ ``--skip-empty-wrappers``
Do not generate wrapper files unless required by the inputs.
This is a backwards compatibility flag to restore pre 1.22.4 behavior.
``-v``