diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-24 15:16:03 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-24 15:16:03 -0400 |
commit | e714515718cc36fa1e31f9cf90a9a9728d4a4fbd (patch) | |
tree | f78d99e3ea38663c2841525f9a6e197e132925f6 /docs/recreate_apidocs.sh | |
parent | bca46ee76f31a1272245156d3f2c6fcd4c7da180 (diff) | |
parent | 1b8e9f5d6df6aedd3566069d9d27adc1d8ad771d (diff) |
Merge branch 'develop' into debian/experimental
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 |