This commit is contained in:
Erik Fröjdh 2024-10-28 13:37:58 +01:00
parent abb1d20ca3
commit 7f9151f270
3 changed files with 13 additions and 6 deletions

View File

@ -13,12 +13,13 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR})
set(SPHINX_SOURCE_FILES
src/index.rst
src/NDArray.rst
src/NDView.rst
src/Frame.rst
src/Dtype.rst
src/ClusterFinder.rst
src/Pedestal.rst
src/VarClusterFinder.rst
# src/NDView.rst
# src/File.rst
# src/Frame.rst
# src/Dtype.rst
# src/ClusterFinder.rst
# src/Pedestal.rst
# src/VarClusterFinder.rst
)
foreach(filename ${SPHINX_SOURCE_FILES})

5
docs/src/File.rst Normal file
View File

@ -0,0 +1,5 @@
File
=============
.. doxygenfile:: File.hpp

View File

@ -12,6 +12,7 @@ AARE
NDArray
NDView
Frame
File
Dtype
ClusterFinder
Pedestal