mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-20 05:40:03 +02:00
docs and version bump
This commit is contained in:
parent
9b733fd0ec
commit
79d924c2a3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user