diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 9a16ebd..8090817 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -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}) diff --git a/docs/src/File.rst b/docs/src/File.rst new file mode 100644 index 0000000..06bab14 --- /dev/null +++ b/docs/src/File.rst @@ -0,0 +1,5 @@ +File +============= + + +.. doxygenfile:: File.hpp \ No newline at end of file diff --git a/docs/src/index.rst b/docs/src/index.rst index 1e45daa..e6ee9b4 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -12,6 +12,7 @@ AARE NDArray NDView Frame + File Dtype ClusterFinder Pedestal