-
Notifications
You must be signed in to change notification settings - Fork 1
Missing examples and documentation #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
Comments
Another missing point is some API documentation. This should include a list of functions, grouped by category, a list of arguments, the return value, and a description of their purpose. Today, Python packages are usually documented using Sphinx, and the documentation is hosted either on ReadTheDocs or GitHub pages. You can refer to
|
This refers to JOSS' review («Functionality documentation», openjournals/joss-reviews#1809). |
Thank you again @ziotom78 for your advice. I have taken your comments on board and created a It's a little rough round the edges, but hopefully it will suffice for now and I will refine it over time as I learn how to use I have included a minimum working example in both the |
Excellent! However, the documentation refers to file |
@ziotom78 good spot. I have rectified this typo, the API documentation should now be live: https://geometric-nested-sampling.readthedocs.io/en/latest/index.html. As I said above, may need tidying up in a few places but hopefully will be sufficient in its current form. |
The only documentation for the library seems to be in
tests
. Ideally, one would expect a short example to be included in theREADME
. A nice example is the following package, which has been positively reviewed by JOSS referees:The text was updated successfully, but these errors were encountered: