diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-07 13:59:08 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-07 13:59:08 +0530 |
commit | 3a708b304319afe84ebf3d40ecebabe6acc339f3 (patch) | |
tree | b72f391dbe4d5370394c546f94e10d6edaa17a63 /docs/_build/html/_sources/autoapi/app/misc_func | |
parent | 359813517e3382c527125fe673fa89f0fd0742c0 (diff) |
started work on automatic documentation
Diffstat (limited to 'docs/_build/html/_sources/autoapi/app/misc_func')
-rw-r--r-- | docs/_build/html/_sources/autoapi/app/misc_func/index.rst.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/_build/html/_sources/autoapi/app/misc_func/index.rst.txt b/docs/_build/html/_sources/autoapi/app/misc_func/index.rst.txt new file mode 100644 index 0000000..5623df1 --- /dev/null +++ b/docs/_build/html/_sources/autoapi/app/misc_func/index.rst.txt @@ -0,0 +1,30 @@ +:mod:`app.misc_func` +==================== + +.. py:module:: app.misc_func + + +Module Contents +--------------- + + +Functions +~~~~~~~~~ + +.. autoapisummary:: + + app.misc_func.flash_errors + app.misc_func.send + app.misc_func.send_async + + + +.. function:: flash_errors(form) + + +.. function:: send(to, subject, body, body_html) + + +.. function:: send_async(app, message) + + |