https://github.com/Unidata/netcdf4-python
Raw File
Tip revision: c7c5f4cc9c00c2d06a196d211436d6a01c53dba6 authored by Jeff Whitaker on 16 February 2024, 19:52:24 UTC
Merge pull request #1311 from Unidata/fix_assert
Tip revision: c7c5f4c
create_docs.sh
# use pdoc (https://pdoc3.github.io/pdoc/) to generate API docs
pdoc3 --html --config show_source_code=False --force -o 'docs' netCDF4
/bin/cp -f docs/netCDF4/index.html docs/index.html
back to top