Skip to content

Commit

Permalink
DOC: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlshapiro committed Apr 20, 2020
1 parent aeba1a3 commit 09b545b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/serve-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ "$1" == "clean" ]; then
fi

# build sphinx-docs
sphinx-autobuild -b html -i source/example-links.inc -i api/* -i source/changelog.md source build
sphinx-autobuild -b html -i source/example-links.inc -i source/api -i source/changelog.md source build
5 changes: 2 additions & 3 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ Generic data source wrappers

podpac.data.Array
podpac.data.CSV
podpac.data.H5PY
podpac.data.PyDAP
podpac.data.Rasterio
podpac.data.WCS
podpac.data.ReprojectedSource
podpac.data.S3
podpac.data.H5PY
podpac.data.Zarr


.. rubric:: Utilities
Expand All @@ -86,7 +86,6 @@ Generic data source wrappers

podpac.data.DataSource
podpac.data.Interpolation
podpac.data.InterpolationException
podpac.data.INTERPOLATION_SHORTCUTS
podpac.data.INTERPOLATION_DEFAULT

Expand Down
1 change: 0 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ The purpose of PODPAC is to facilitate:
dependencies
nodes
coordinates
pipelines
cache
datasets
earthdata
Expand Down

0 comments on commit 09b545b

Please sign in to comment.