-
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
Comments on software #35
Comments
I converted the list to the GitHub checkbox format. We can check off the short term issues and create new issues for specific items that take more than a few days or are longer-term efforts. |
Done:
To do:
|
Excellent progress!
This could wait for v2. It may be a less common use case. For the documentation, I suggest documenting the code instead of writing a separate Markdown file. There are Python documentation conventions that can be used to generate documentation files from the code comments. sklearn is actually a great example of this because they have strong documentation. If you inspect their source code, for example the decision tree, you can see how the functions, arguments, examples, etc. are all documented in the code. They are somehow using Circle CI to automatically build and deploy the documentation, but we wouldn't need that complexity. I believe that Sphinx is the underlying system that translates the comments to external documents. Let's explore that as an option for documentation. |
I added some good suggestions from @csmagnano to the list above. Thank you for the testing and great feedback. The wrapper script warnings he saw were:
Both seem relatively harmless but will confuse beginners. |
.csv
should be added to the end of the file name automatically if it isn't there already.The text was updated successfully, but these errors were encountered: