CODAIT / graph_def_editor

GraphDef Editor: A port of the TensorFlow contrib.graph_editor package that operates over serialized graphs
Apache License 2.0
31 stars 16 forks source link

Add script to generate API documentation #20

Open frreiss opened 5 years ago

frreiss commented 5 years ago

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.