Update sphinx docs; use exhale and breathe.
This commit is contained in:
12
update-docs
Executable file
12
update-docs
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set +eux
|
||||
|
||||
if [ "$(hostname -s)" = "freeside" ]
|
||||
then
|
||||
HOST="$HOME/"
|
||||
else
|
||||
HOST="freeside.wntrmute.net:"
|
||||
fi
|
||||
|
||||
cd docs && doxygen && rsync -auv html/ ${HOST}sites/wntrmute-dev/wrmath/
|
||||
cd sphinx && make html && rsync -auv _build/html/ ${HOST}sites/wntrmute-dev/sphinx/
|
||||
Reference in New Issue
Block a user