Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tillmrtz authored Dec 9, 2024
2 parents ead050d + cf16554 commit a3bf5c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docs/source/WBTSdata.rst
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit a3bf5c3

Please sign in to comment.