File: create_docs.sh

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