For example, in the section [Using F2PY bindings in Python](https://docs.scipy.org/doc/numpy/f2py/python-usage.html) there is an example with instructions such as > In Python: ```python >>> import ftype >>> print ftype.__doc__ This module 'ftype' is auto-generated with f2py (version:2.28.198-1366). Functions: foo(n=13) COMMON blocks: /data/ a,x(3) . ``` If this is relevant I'm happy to submit a PR making sure that the docs are compatible with Python 3.