File: create_docs.sh

package info (click to toggle)
netcdf4-python 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,604 kB
  • sloc: python: 6,057; ansic: 854; makefile: 15; sh: 2
file content (3 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
# 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