Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
EricEngle-NOAA committed Aug 9, 2024
1 parent adb12ce commit dade6ae
Show file tree
Hide file tree
Showing 3 changed files with 4,929 additions and 4,515 deletions.
5 changes: 1 addition & 4 deletions create_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@
#
# pip install pdoc
# ----------------------------------------------------------------------------------------
sysarch=$(uname -m)
build_dir=$(find . -name "lib.*${sysarch}*" -type d)
echo "Building docs from: $build_dir"
pdoc --docformat numpy -o 'docs' $build_dir/grib2io
pdoc --docformat numpy -o 'docs' ./src/grib2io
Loading

0 comments on commit dade6ae

Please sign in to comment.