ChrisCummins / visioncpp

Performance-portable GPU machine vision algorithms for Python
http://chriscummins.cc/visioncpp/
Other
2 stars 0 forks source link

Host HTML Python docs on project page #24

Closed ChrisCummins closed 8 years ago

ChrisCummins commented 8 years ago

Looks like I can modify the existing script for Travis CI using doxygen. Generate docs using:

$ pydoc -w visioncpp
wrote visioncpp.html

See: https://docs.python.org/2/library/pydoc.html