Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JelmerBot committed Jan 13, 2025
1 parent db0e976 commit 1dc9b84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
cd notebooks
for FILE in *.ipynb; do
cp $FILE ../docs
cp $FILE ../doc
done
cd ..
Expand Down
7 changes: 5 additions & 2 deletions doc/reference.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
API Reference
=============

.. automodule:: fast_hbcc
:members: HBCC, fast_hbcc, BoundaryClusterDetector, find_boundary_sub_clusters
.. autoclass:: fast_hbcc.HBCC
:members:


.. autoclass:: fast_hbcc.BoundaryClusterDetector
:members: HBCC, fast_hbcc, BoundaryClusterDetector, find_boundary_sub_clusters

0 comments on commit 1dc9b84

Please sign in to comment.