Codebase list netcdf4-python / debian/1.2.3-1 create_docs.sh
debian/1.2.3-1

Tree @debian/1.2.3-1 (Download .tar.gz)

create_docs.sh @debian/1.2.3-1raw · history · blame

1
2
3
4
5
# Uses pdoc (https://github.com/BurntSushi/pdoc)
# to create html docs from docstrings in Cython source.
# Use hacked version at https://github.com/jswhit/pdoc
# which extracts cython method docstrings and function signatures.
pdoc --html --html-no-source --overwrite --html-dir 'docs' netCDF4