cogcomp-nlpy
cogcomp-nlpy copied to clipboard
Generate api docs
Generate a standard-looking functional api.
Here are a bunch of tools I thoughts were nice:
- Seems to be the standard doc generator tool: http://www.sphinx-doc.org/en/stable/ext/autosummary.html
- Beautiful docs: https://github.com/BurntSushi/pdoc
Example: http://pdoc.burntsushi.net/pdoc - Semi-beautiful results: https://github.com/BurntSushi/pdoc https://www.carta.tech/man-pages/man1/pydoctor.1.html
anyone wants to take over this? @GHLgh @bhargav otherwise I'll do it myself.
Sample docs generated: http://cogcomp.cs.illinois.edu/software/doc/sioux/ The generation is pretty simple:
- Make sure the most recent version of sioux is installed.
- And install
pdoc:pip install pdoc - Generate the docs:
pdoc --html sioux
Added the API Document generation and deployment code to Jenkins. Will close the issue after testing a few times.