added documentation

This commit is contained in:
Erik Fröjdh
2024-10-25 13:54:36 +02:00
parent b1b020ad60
commit 54dd88f070
11 changed files with 2664 additions and 1 deletions

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

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

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

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

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

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

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

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

15
docs/src/index.rst Normal file
View File

@ -0,0 +1,15 @@
AARE
==============================================
.. note ::
Hello
.. toctree::
:caption: C++ API
:maxdepth: 1
NDArray
NDView
Frame
Dtype