diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-16 17:00:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 17:00:01 +0100 |
| commit | f146ec16eed3f464f152ac9be4d51e33602f4e80 (patch) | |
| tree | ca3f30c589fb8fa2c532755583a6ac11e47b5f36 /numpy | |
| parent | 444a721ce3222c939af68640a248217173b557a0 (diff) | |
| parent | 36041a0d0e9ad38d2029be335b8df76edc8a40cd (diff) | |
| download | numpy-f146ec16eed3f464f152ac9be4d51e33602f4e80.tar.gz | |
Merge pull request #20182 from HaoZeke/buildf2pydoc
DOC, MAINT: Update build systems for f2py
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/f2py/__init__.py | 2 | ||||
| -rwxr-xr-x | numpy/f2py/f2py2e.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/__init__.py b/numpy/f2py/__init__.py index a0fb73619..f147f1b97 100644 --- a/numpy/f2py/__init__.py +++ b/numpy/f2py/__init__.py @@ -71,7 +71,7 @@ def compile(source, Examples -------- - .. literalinclude:: code/results/compile_session.dat + .. literalinclude:: ../../source/f2py/code/results/compile_session.dat :language: python """ diff --git a/numpy/f2py/f2py2e.py b/numpy/f2py/f2py2e.py index 0c0ec25e3..4d79c304a 100755 --- a/numpy/f2py/f2py2e.py +++ b/numpy/f2py/f2py2e.py @@ -416,7 +416,7 @@ def run_main(comline_list): Examples -------- - .. literalinclude:: code/results/run_main_session.dat + .. literalinclude:: ../../source/f2py/code/results/run_main_session.dat :language: python """ |
