https://github.com/Unidata/netcdf4-python
Revision be7f5d62704d0c23efccf0200f3cd8d8f59f3dcf authored by Jeff Whitaker on 08 January 2017, 16:36:36 UTC, committed by GitHub on 08 January 2017, 16:36:36 UTC
2 parent s f8f3451 + 2c7928e
Raw File
Tip revision: be7f5d62704d0c23efccf0200f3cd8d8f59f3dcf authored by Jeff Whitaker on 08 January 2017, 16:36:36 UTC
Merge pull request #629 from ocefpaf/appveyor
Tip revision: be7f5d6
create_docs.sh
# 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
back to top