diff options
author | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2020-03-26 18:54:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 19:54:02 +0200 |
commit | 1cb387128f66895b42c19578ccd60c34649de988 (patch) | |
tree | 6f3c118c57d4317bd40d7fc19054d43de652c5eb /doc/source/f2py | |
parent | 1c58504eec43f9ba18ac835131fed496fb59772d (diff) | |
download | numpy-1cb387128f66895b42c19578ccd60c34649de988.tar.gz |
DOC: fix remaining doc files for refguide_check (#15720)
* DOC: skip f2py fortran and arrays.nditer cython tests for refguide_check
* DOC: fix formatting of doc tests and improper use of nditer
Diffstat (limited to 'doc/source/f2py')
-rw-r--r-- | doc/source/f2py/f2py.getting-started.rst (renamed from doc/source/f2py/getting-started.rst) | 0 | ||||
-rw-r--r-- | doc/source/f2py/index.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/getting-started.rst b/doc/source/f2py/f2py.getting-started.rst index 27ddbb005..27ddbb005 100644 --- a/doc/source/f2py/getting-started.rst +++ b/doc/source/f2py/f2py.getting-started.rst diff --git a/doc/source/f2py/index.rst b/doc/source/f2py/index.rst index d6773a76f..492139651 100644 --- a/doc/source/f2py/index.rst +++ b/doc/source/f2py/index.rst @@ -19,7 +19,7 @@ from Python. .. toctree:: :maxdepth: 2 - getting-started + f2py.getting-started signature-file python-usage usage |