mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-12-29 16:31:24 +01:00
docs and version bump
This commit is contained in:
@@ -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: ..
|
||||
|
||||
@@ -20,6 +20,7 @@ set(SPHINX_SOURCE_FILES
|
||||
src/ClusterFinder.rst
|
||||
src/Pedestal.rst
|
||||
src/VarClusterFinder.rst
|
||||
src/pyVarClusterFinder.rst
|
||||
src/pyFile.rst
|
||||
)
|
||||
|
||||
|
||||
@@ -23,3 +23,4 @@ AARE
|
||||
:maxdepth: 1
|
||||
|
||||
pyFile
|
||||
pyVarClusterFinder
|
||||
|
||||
10
docs/src/pyVarClusterFinder.rst
Normal file
10
docs/src/pyVarClusterFinder.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
VarClusterFinder
|
||||
===================
|
||||
|
||||
.. py:currentmodule:: aare
|
||||
|
||||
.. autoclass:: VarClusterFinder
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:inherited-members:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user