Files and structure for python interface

This commit is contained in:
Erik Fröjdh
2024-10-28 11:22:12 +01:00
parent 5d643dc133
commit a4fb217e3f
26 changed files with 2238 additions and 43 deletions

View File

@ -16,6 +16,9 @@ set(SPHINX_SOURCE_FILES
src/NDView.rst
src/Frame.rst
src/Dtype.rst
src/ClusterFinder.rst
src/Pedestal.rst
src/VarClusterFinder.rst
)
foreach(filename ${SPHINX_SOURCE_FILES})