-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Update Documentation for Two.js #295
Comments
Is this true? Looking at the documentation at https://two.js.org/#documentation, it seems that documentation for Two.Matrix, Two.Registry and Two.Shape are missing. |
@eulertour, the most up-to-date documentation lives in the source files now. This documentation has yet to be generated because I'm still writing it for each class, property, function, etc. Inline above each property there is a jsdoc style comment that describes what it does or expects. I still have the effects folder and the renderers folder to do before I tackle rendering the documentation into HTML. |
Hey Jono, Just wanted to let you know that some of the new APIs(such as two.makeArrow) are not part of the documentation. Is documentation moved away or it isn't updated acc. to latest stable release of 0.7.0? |
Thanks for your post @meetzaveri, if you read the thread you'll see that the documentation has been moved to the source code as jsdocs style comments. This issue is to track generating and styling the new documentation for the site. If you'd like to see what exists so far you can pull the latest dev repository, |
Got it. This clears out my confusion. |
New designs for the Two.js site and documentation by the amazing @yuinchien:
|
New design looks dope |
I think with this new design, API docs looks more accurate than before. Any idea when will be new design pushed? |
No clear timeline on when this will all be implemented. But, slowly making progress! Thanks for your patience. |
Updated documentation is up on http://two.js.org/ now. Enjoy! |
Thanks @yuinchien, made those updates and just pushed them to the site. |
This is a multipart issue:
dev
repository for local developmentThe text was updated successfully, but these errors were encountered: