diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-22 15:29:23 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-23 11:59:59 -0400 |
commit | 309578890ba5d188f3d569473d756c28e06aa7ab (patch) | |
tree | 5260ccd33522d8ee23e47d0bb419ef46fc7c3f50 /docs/recreate_apidocs.sh | |
parent | befb26bdaeca5bfe4df60f13f32d49d763af6121 (diff) |
[docs] update docs to 0.4.0 release
Diffstat (limited to 'docs/recreate_apidocs.sh')
-rwxr-xr-x | docs/recreate_apidocs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/recreate_apidocs.sh b/docs/recreate_apidocs.sh new file mode 100755 index 0000000..9a79d09 --- /dev/null +++ b/docs/recreate_apidocs.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Watchout! this will need much manual touches +# to the generated apidocs. Mainly: s/mail/leap.mail/g +sphinx-apidoc -M -o api ../src/leap/mail |