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:
|
package:
|
||||||
name: aare
|
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:
|
source:
|
||||||
path: ..
|
path: ..
|
||||||
|
@ -20,6 +20,7 @@ set(SPHINX_SOURCE_FILES
|
|||||||
src/ClusterFinder.rst
|
src/ClusterFinder.rst
|
||||||
src/Pedestal.rst
|
src/Pedestal.rst
|
||||||
src/VarClusterFinder.rst
|
src/VarClusterFinder.rst
|
||||||
|
src/pyVarClusterFinder.rst
|
||||||
src/pyFile.rst
|
src/pyFile.rst
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -23,3 +23,4 @@ AARE
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
pyFile
|
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]
|
[project]
|
||||||
name = "aare"
|
name = "aare"
|
||||||
version = "2024.10.30.dev0"
|
version = "2024.10.30.dev1"
|
||||||
|
|
||||||
[tool.scikit-build]
|
[tool.scikit-build]
|
||||||
cmake.verbose = true
|
cmake.verbose = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user