diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 419dd5a..a131142 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -37,7 +37,6 @@ jobs: # run: | # set -e # jupyter nbconvert --to notebook --execute notebooks/demo.ipynb --output=demo.ipynb -# mv notebooks/*output.ipynb docs/source/ # pushd docs # make clean html # popd diff --git a/docs/source/WBTSdata.rst b/docs/source/WBTSdata.rst index 998cf64..4a93057 100644 --- a/docs/source/WBTSdata.rst +++ b/docs/source/WBTSdata.rst @@ -1,26 +1,26 @@ :mod:`WBTSdata API` ----------------------- -.. automodule:: load_data.load_cal_files +.. automodule:: WBTSdata.load_cal_files :members: :undoc-members: -.. automodule:: load_data.load_vel_files +.. automodule:: WBTSdata.load_vel_files :members: :undoc-members: -.. automodule:: load_data.merge_datasets +.. automodule:: WBTSdata.merge_datasets :members: :undoc-members: -.. automodule:: load_data.convert +.. automodule:: WBTSdata.convert :members: :undoc-members: -.. automodule:: load_data.tools +.. automodule:: WBTSdata.tools :members: :undoc-members: -.. automodule:: load_data.plotters +.. automodule:: WBTSdata.plotters :members: :undoc-members: \ No newline at end of file