This repository contains a template for code based in Fortran and wrapped in Python. The wrapping is handled by f90wrap, an extension of Numpy's f2py tool. This skeleton also includes the necessary files for documentation in both Sphinx and Doxygen.
The structure of the repository is to follow the MDO Lab structure needed for computational codes.
Code:
- Python3
- numpy
- f90wrap
- fortdepend
- GCC (gfortran / gcc)
Documentation:
- Doxygen
- Sphinx
- sphinx-prompt
- autoapi
- sphinxcontrib-bibtex
- sphinx-fortran
- testflo
Copyright (c) 2022 Bernardo Pacini - This repository is licensed with a MIT license and is available as opensource. More information about the license is included within the LICENSE
file.