mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-22 14:50:03 +02:00
WIP
This commit is contained in:
parent
abb1d20ca3
commit
7f9151f270
@ -13,12 +13,13 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR})
|
|||||||
set(SPHINX_SOURCE_FILES
|
set(SPHINX_SOURCE_FILES
|
||||||
src/index.rst
|
src/index.rst
|
||||||
src/NDArray.rst
|
src/NDArray.rst
|
||||||
src/NDView.rst
|
# src/NDView.rst
|
||||||
src/Frame.rst
|
# src/File.rst
|
||||||
src/Dtype.rst
|
# src/Frame.rst
|
||||||
src/ClusterFinder.rst
|
# src/Dtype.rst
|
||||||
src/Pedestal.rst
|
# src/ClusterFinder.rst
|
||||||
src/VarClusterFinder.rst
|
# src/Pedestal.rst
|
||||||
|
# src/VarClusterFinder.rst
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach(filename ${SPHINX_SOURCE_FILES})
|
foreach(filename ${SPHINX_SOURCE_FILES})
|
||||||
|
5
docs/src/File.rst
Normal file
5
docs/src/File.rst
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
File
|
||||||
|
=============
|
||||||
|
|
||||||
|
|
||||||
|
.. doxygenfile:: File.hpp
|
@ -12,6 +12,7 @@ AARE
|
|||||||
NDArray
|
NDArray
|
||||||
NDView
|
NDView
|
||||||
Frame
|
Frame
|
||||||
|
File
|
||||||
Dtype
|
Dtype
|
||||||
ClusterFinder
|
ClusterFinder
|
||||||
Pedestal
|
Pedestal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user