Add Python API docs

This commit is contained in:
James Booth
2016-07-29 00:10:00 +01:00
parent 6c1fef522a
commit c8f53a64fe
4 changed files with 386 additions and 0 deletions

1
apidocs/python/gen.sh Executable file
View File

@@ -0,0 +1 @@
sphinx-apidoc -f -o . src && make html && open _build/html/prof.html