From 3a708b304319afe84ebf3d40ecebabe6acc339f3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 7 Jun 2021 13:59:08 +0530 Subject: started work on automatic documentation --- .../_sources/autoapi/app/views/main/index.rst.txt | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/_build/html/_sources/autoapi/app/views/main/index.rst.txt (limited to 'docs/_build/html/_sources/autoapi/app/views/main') diff --git a/docs/_build/html/_sources/autoapi/app/views/main/index.rst.txt b/docs/_build/html/_sources/autoapi/app/views/main/index.rst.txt new file mode 100644 index 0000000..e7c4e7c --- /dev/null +++ b/docs/_build/html/_sources/autoapi/app/views/main/index.rst.txt @@ -0,0 +1,39 @@ +:mod:`app.views.main` +===================== + +.. py:module:: app.views.main + +.. autoapi-nested-parse:: + + This is the main views module. + + You should import all other views into this file rather than individually importing in __init__.py + + + +Module Contents +--------------- + + +Functions +~~~~~~~~~ + +.. autoapisummary:: + + app.views.main.index + app.views.main.contact_us + + + +.. function:: index() + + The view for the landing page. + + +.. function:: contact_us() + + A simple contact us form with basic validation. + + This dummy form has not been linked to any database. + + -- cgit v1.2.3