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 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
View File

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

View File

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