-
Notifications
You must be signed in to change notification settings - Fork 3
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
Autodoc Formatting #20
Comments
Going with Sphinx |
Thomas and I met today to work on this a bit, as it's a dependency to #21. Some things we came up with/discovered
Moving Forward
We've started a document for taking notes on the |
reST markup sounds excellent. Regarding comments related to Wiki/Pages, which ever works best first time around is more crucial. Proof-of-concept is the primary goal, so if it makes it easier to work with GitHub Pages, aim to make that work first. |
Changed the current comments to fit the restructuredText format |
Current Documentation
All API documentation within the Python program is done in a generalized format.
Desired Documentation
API documentation should be formatted appropriately such that a program like Sphinx or Doxygen can be used to produce HTML friendly pages.
Reasoning
This will reduce the time spent digging around for API documentation within code and make it more readily accessible.
The text was updated successfully, but these errors were encountered: