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 | 5c10f4cb4e6a7e7f50ddd669bf96dfe68b625272 (patch) | |
tree | 78f5eb9071d3455065fd799744d54f6f9762e4cf /mail/docs/recreate_apidocs.sh | |
parent | b10951322602dbbd6a5e77064144bcd9c2622e0b (diff) |
[docs] update docs to 0.4.0 release
Diffstat (limited to 'mail/docs/recreate_apidocs.sh')
-rwxr-xr-x | mail/docs/recreate_apidocs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/docs/recreate_apidocs.sh b/mail/docs/recreate_apidocs.sh new file mode 100755 index 00000000..9a79d091 --- /dev/null +++ b/mail/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 |