-
Notifications
You must be signed in to change notification settings - Fork 19
Documentation #1
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
Thank you @streeve for your quick review. All the points you mentioned have been taken into consideration. Just to mention, the unit test are not that easy to implement on MATLAB. As far as I know, Code Ocean is the easiest way to provide offline test for reproducibility. The link to the related Capsule has been added in Considering the API docs, I am not sure to understand its meaning in the MATLAB scripting context. All functions and methods are provided along with help sections (in addition to documentation). For instance, juste type
to get help about the |
Great, thanks The Code Ocean online environment is quite nice. My only objection is that (as far as I can tell) it only tests one case. Something like https://github.com/vitorsr/SIHR/blob/master/utils/automated_testing.m could work |
For the API docs, a section just mentioning both |
I have added a file named unitTest. It sums up all the examples given in the eponymous folder, plus it plots the geometry in each case. |
Alternatively, I have update the code on code Ocean, following your recommendations (that is, provide multiple examples). Tell me if if need to keep the aforementioned |
I think |
I have a few suggestions to improve documentation per openjournals/joss-reviews#2094
Concerning the tutorial:
The example cases are easy to follow and seem to cover the extent of the intended uses, but unit testing is missing. Some recently accepted joss papers using matlab have what seems to be an offline-automated test suite
I did not see any API documentation (maybe I am forgetting how to access this in matlab)
Finally, make sure to add a CONTRIBUTING.md file for Github contributors
The text was updated successfully, but these errors were encountered: