From 79d924c2a34b5846d7cfd851a56963e842751687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Wed, 30 Oct 2024 17:48:50 +0100 Subject: [PATCH] docs and version bump --- conda-recipe/meta.yaml | 2 +- docs/CMakeLists.txt | 1 + docs/src/index.rst | 1 + docs/src/pyVarClusterFinder.rst | 10 ++++++++++ pyproject.toml | 2 +- 5 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 docs/src/pyVarClusterFinder.rst 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