-
Notifications
You must be signed in to change notification settings - Fork 42
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
Docstrings #133
Comments
@geraintpalmer and I are going to start implementing this over the coming weeks and will be using the following format:
In the case of class definitions there will be an Any differences to the norm set out in these docstrings will be detailed in the relevant 'mother' docstrings. E.g. It will be written in |
Looks like If you go down the autodoc route be sure to include |
Should be possible to incrementally check and update parts of the code: |
While one can always go into GitHub to read the docstrings, or call |
Develop a system for writing docstrings that is comprehensive and will be of use to future developers, and for overwriting class methods for implementing behaviour.
Section in docs that use autodoc to show these docstrings.
The text was updated successfully, but these errors were encountered: