csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Adding Fortran example to the docs #86

Closed samharrison7 closed 4 months ago

samharrison7 commented 1 year ago

I added an example of using the Babelizer to wrap a Fortran model, to help resolve https://github.com/csdms/babelizer/issues/32. This is largely a copy of the C example with a few tweaks to make it work for Fortran. The main new file is at docs/source/example-fortran.rst. I also incorporated it into the TOC in index.rst.

This also incorporates PR https://github.com/csdms/babelizer/pull/85, which was a simple one-word fix to the default license name (from "MIT" to "MIT License") to stop an error being thrown. Feel free to remove that PR if you merge this one!