Currently the the index for the API docs is in part defined manually and is not easy to navigate (see https://github.com/hdmf-dev/hdmf/blob/dev/docs/source/api_docs.rst and https://hdmf.readthedocs.io/en/stable/api_docs.html) It would be useful to update the docs to use the sphinx extension sphinx.ext.autosummary for this. See:
Addressing this issue may also require adding missing docstrings for python modules to further enhance the utility of the API docs.
Checklist
Currently the the index for the API docs is in part defined manually and is not easy to navigate (see https://github.com/hdmf-dev/hdmf/blob/dev/docs/source/api_docs.rst and https://hdmf.readthedocs.io/en/stable/api_docs.html) It would be useful to update the docs to use the sphinx extension
sphinx.ext.autosummaryfor this. See:Addressing this issue may also require adding missing docstrings for python modules to further enhance the utility of the API docs.
Checklist