You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a tool such as pdoc or sphynx to generate the documentation automatically from function docstrings. You can create a github workflow that generates the documentation and places it on a github page.
Functions should be accompanied with an example of how to use them, based on a sample data set. If several function depend on each other, it is fine to group those examples under the main relevant function or object.
Function arguments should be documented whenever possible. The functions in these scripts are not documented:
Use a tool such as pdoc or sphynx to generate the documentation automatically from function docstrings. You can create a github workflow that generates the documentation and places it on a github page.
Functions should be accompanied with an example of how to use them, based on a sample data set. If several function depend on each other, it is fine to group those examples under the main relevant function or object.
Related to the JOSS review openjournals/joss-reviews#6190 .
The text was updated successfully, but these errors were encountered: