Generates Sphinx documentation, refactor into a module.
This commit is contained in:
parent
7ac08f910f
commit
66260d37bc
7 changed files with 802 additions and 1 deletions
4
bin/make-docs
Executable file
4
bin/make-docs
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
cd `dirname $0`/../docs
|
||||
make clean html pdf
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue