UnitySteer
UnitySteer copied to clipboard
Code Docs with tutorial
While the examples are a nice start a full documentation with a tutorial for first time users is sorely needed.
We could handle this either with Github pages, for which I'd welcome pull requests, or via the wiki which is already open.
Github pages will be most certainly a must, at the very least for the extracted xml/html from the actual code (ghostdoc/doxygen? can those be automated with travis/appveyor?)
What I don't know is if doxygen works like sphinx, which allows you to write your own pages in rst besides extracting the docstrings (python made me lazy). If not, the wiki would be used to write some first time tutorial and other tidbits that would need to be included.