docs and version bump

This commit is contained in:
Erik Fröjdh 2024-10-30 17:48:50 +01:00
parent 9b733fd0ec
commit 79d924c2a3
5 changed files with 14 additions and 2 deletions

View File

@ -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: ..

View File

@ -20,6 +20,7 @@ set(SPHINX_SOURCE_FILES
src/ClusterFinder.rst
src/Pedestal.rst
src/VarClusterFinder.rst
src/pyVarClusterFinder.rst
src/pyFile.rst
)

View File

@ -23,3 +23,4 @@ AARE
:maxdepth: 1
pyFile
pyVarClusterFinder

View File

@ -0,0 +1,10 @@
VarClusterFinder
===================
.. py:currentmodule:: aare
.. autoclass:: VarClusterFinder
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

View File

@ -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