diff options
Diffstat (limited to 'doc/source/f2py/buildtools/cmake.rst')
-rw-r--r-- | doc/source/f2py/buildtools/cmake.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/f2py/buildtools/cmake.rst b/doc/source/f2py/buildtools/cmake.rst index fbac926f0..f7c69a8bb 100644 --- a/doc/source/f2py/buildtools/cmake.rst +++ b/doc/source/f2py/buildtools/cmake.rst @@ -18,8 +18,8 @@ but the `official CMake Tutorials`_ are a fantastic resource. ``f2py`` is not particularly native or pleasant; and a more natural approach is to consider :ref:`f2py-skbuild` -Fibonacci Walkthrough -======================= +Fibonacci Walkthrough (F77) +=========================== Returning to the ``fib`` example from :ref:`f2py-getting-started` section. |