mantaray 0.2.0

Ray-tracing solver for ocean surface gravity waves that integrates the wave ray equations over spatially varying currents and bathymetry.
Documentation
1
2
3
4
5
6
7
8
"""nbconvert config file"""

c = get_config() # noqa: F821
c.NbConvertApp.notebooks = ["../notebooks/**/*.ipynb"]
c.NbConvertApp.export_format = "rst"
c.NbConvertApp.recursive_glob = True
c.NbConvertApp.output_files_dir = "."
c.FilesWriter.build_directory = "."