Add docs.

This commit is contained in:
Victor Zverovich
2012-12-18 06:49:18 -08:00
parent 3d9b0f0757
commit c1ca4a4574
5 changed files with 1108 additions and 0 deletions

4
doc/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
add_custom_command(OUTPUT html/index.html
COMMAND sphinx-build -b html . ../html
DEPENDS conf.py index.rst)
add_custom_target(doc DEPENDS html/index.html)