[x] Updating docs display (sections on the left, functions on the right)
[ ] Adding docstrings to all functions missing docstrings
@LucaMarconato actually the issue I had with some functions not being displayed in the docs is because they were not documented. This is mostly for the transformations (MapAxis, Affine, ...) and the models. Should we document everything or keep it like that? Meanwhile, I added :undoc-members: so that methods with no docs are still displayed.
@LucaMarconato actually the issue I had with some functions not being displayed in the docs is because they were not documented. This is mostly for the transformations (MapAxis, Affine, ...) and the models. Should we document everything or keep it like that? Meanwhile, I added
:undoc-members:
so that methods with no docs are still displayed.