-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAIR checklist - Software documentation #2
Comments
Finished docstrings in kinetics.py, continue with other modules |
Finished all docstrings |
Trying to make sphinx + autodoc2 work but it struggles with numpy-style docstrings (sphinx-extensions2/sphinx-autodoc2#33). Does someone have experience with this? |
The issue of making sphinx and autodoc2 work with NumPy-style docstrings is a known problem. Have you looked into the numpydoc extension? Numpydoc inserts a hook into Sphinx's autodoc that converts NumPy/SciPy format docstrings into a form that Sphinx can process. https://docs.xarray.dev/en/v0.2/sphinxext/numpydoc/README.html |
Here's an example for user documentation: |
Resolved with |
Almost done with writing the first (quite basic) version of the docs.
|
Essential
Recommended
Optional
The text was updated successfully, but these errors were encountered: