-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add tutorials #186
Comments
@jeremydouglass Do you have any suggestions for this issue? IMO we need a guide page just like https://processing.org/. But we already have readme.md. I am not sure what we should do. |
What guide page are you referring to? Do you mean http://py.processing.org/tutorials/ ? |
Also, adding a guide is important , there are several issues with the documentation that could be improved with daily work:
We assume that many parts of Processing.R now work, but we don't have (e2e) test coverage for most of the API because we haven't done docs for those functions. Doing at least some of these (a few from each category) would give us a much better idea of how Processing.R works and if it will need to be improved in the future. |
Yeah, something like http://py.processing.org/tutorials/, but I don't know how to do it. And I agree with you about the daily work. I will focus on these issues and try to find a way to add the guide into P.R |
Great to hear! I will review the Processing.py tutorials -- which are based on the Processing tutorials -- and get back to you on that. Thank you for tackling some of the more basic doc issues! |
OK. The Processing.py Mode tutorials are a copy of the Processing.org tutorials, only with the snippets of Java code replaced with Python code. So, the easiest way to incorporate this material into the Processing.R documentation website would be:
Start out by doing 1-2 simple tutorials to get started. Notice that Processing.py didn't copy all the tutorials -- just the most important ones. Any questions about this? |
https://processing-r.github.io/ I added the credits, and need your suggestions 😄 |
See my comment on other issue. In this issue, are you still thinking about adding a test tutorial page? |
Yeah, I am thinking about it, at least a tutorial like https://processing.org/tutorials/gettingstarted/ |
Great -- looking forward to it! Getting started is a great place to start. Also |
Yeah, it is also in high priority |
https://processing-r.github.io/tutorials/ We have a page for tutorials now 🎉 |
The text was updated successfully, but these errors were encountered: