diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index c221757..992ca43 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: aare - version: 2024.10.30.dev0 #TODO! how to not duplicate this? + version: 2024.10.30.dev1 #TODO! how to not duplicate this? source: path: .. diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index e906a26..b19a112 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -20,6 +20,7 @@ set(SPHINX_SOURCE_FILES src/ClusterFinder.rst src/Pedestal.rst src/VarClusterFinder.rst + src/pyVarClusterFinder.rst src/pyFile.rst ) diff --git a/docs/src/index.rst b/docs/src/index.rst index 8bed321..e1ad25c 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -23,3 +23,4 @@ AARE :maxdepth: 1 pyFile + pyVarClusterFinder diff --git a/docs/src/pyVarClusterFinder.rst b/docs/src/pyVarClusterFinder.rst new file mode 100644 index 0000000..c9f4f2e --- /dev/null +++ b/docs/src/pyVarClusterFinder.rst @@ -0,0 +1,10 @@ +VarClusterFinder +=================== + +.. py:currentmodule:: aare + +.. autoclass:: VarClusterFinder + :members: + :undoc-members: + :show-inheritance: + :inherited-members: \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e303327..7cbf1c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "aare" -version = "2024.10.30.dev0" +version = "2024.10.30.dev1" [tool.scikit-build] cmake.verbose = true