Generates Sphinx documentation, refactor into a module.

This commit is contained in:
Jonathan Harker 2015-02-02 14:57:17 +13:00
parent 7ac08f910f
commit 66260d37bc
7 changed files with 802 additions and 1 deletions

4
bin/make-docs Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd `dirname $0`/../docs
make clean html pdf