This commit is contained in:
Erik Fröjdh
2024-10-28 16:26:14 +01:00
parent 7f9151f270
commit 8a435cbe9b
18 changed files with 393 additions and 25 deletions

View File

@ -13,13 +13,14 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR})
set(SPHINX_SOURCE_FILES
src/index.rst
src/NDArray.rst
# src/NDView.rst
# src/File.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
src/pyFile.rst
)
foreach(filename ${SPHINX_SOURCE_FILES})