This package provides two Sphinx (http://sphinx.pocoo.org/) extensions to the Fortran (90) language: - sphinxfortran.fortran_domain: Sphinx domain for fortran. - sphinxfortran.fortran_autodoc: Auto-documenting fortran code.
This package is part of the VACUMM (http://www.ifremer.fr/vacumm) package, and has the same license (CeciLL V1).
python setup.py install
- Be sure to have the package in your PYTHONPATH (check with "import sphinxfortran").
- Add this extension to you sphinx "conf.py".
- List you fortran source files in the variable "fortran_src" of your "conf.py".
- Generate their documentation in rst files using directives like : .. f:automodule:: mymodule
The documentation of this package is part of the VACUMM documentation. It remains in french until future translation. See: http://www.ifremer.fr/vacumm/user.desc.fdoc.html