TRIQS / nda

C++ library for multi-dimensional arrays
https://triqs.github.io/nda
Other
13 stars 11 forks source link

Add C++ docs and do some clean up #66

Closed Thoemi09 closed 2 months ago

Thoemi09 commented 3 months ago

I have tried to group the commits and to keep them clean. However, since so many files and changes are involved in this PR, it is still quite messy.

Thoemi09 commented 3 months ago

I have added the doxygen documentation (without examples).

There is still a minor problem with the _impl_basic_array_view_common.hpp file. For now, I fixed it in the github action when the documentation is built and deployed. But that means that locally built documentation will not be complete (the basic_array and basic_array_view docs will lack the functions from the impl file).

Wentzell commented 2 months ago

Rebased and merged with f95a67ad