-
Notifications
You must be signed in to change notification settings - Fork 29
Use sphinx.ext.autosummary to create better index for API docs #653
Copy link
Copy link
Open
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorhelp wanted: good first issuerequest for community contributions that are good for new contributorsrequest for community contributions that are good for new contributorspriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)topic: docsIssues related to documentationIssues related to documentation
Milestone
Metadata
Metadata
Assignees
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorhelp wanted: good first issuerequest for community contributions that are good for new contributorsrequest for community contributions that are good for new contributorspriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)topic: docsIssues related to documentationIssues related to documentation
Type
Fields
Give feedbackNo fields configured for issues without a type.
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