Add a script to the project that generates a set of API documentation for GDE by invoking pydoc or a similar utility. The docs should come out in markdown and HTML format.
Once #19 is implemented, create a trigger so that API docs for the master branch will be posted to a web site somewhere -- say, Github pages maybe.
Add a script to the project that generates a set of API documentation for GDE by invoking
pydoc
or a similar utility. The docs should come out in markdown and HTML format.Once #19 is implemented, create a trigger so that API docs for the master branch will be posted to a web site somewhere -- say, Github pages maybe.