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 --- .../html/autoapi/app/forms/app_forms/index.html | 209 +++++++++++++++++++++ docs/_build/html/autoapi/app/forms/index.html | 114 +++++++++++ 2 files changed, 323 insertions(+) create mode 100644 docs/_build/html/autoapi/app/forms/app_forms/index.html create mode 100644 docs/_build/html/autoapi/app/forms/index.html (limited to 'docs/_build/html/autoapi/app/forms') diff --git a/docs/_build/html/autoapi/app/forms/app_forms/index.html b/docs/_build/html/autoapi/app/forms/app_forms/index.html new file mode 100644 index 0000000..cc60e1e --- /dev/null +++ b/docs/_build/html/autoapi/app/forms/app_forms/index.html @@ -0,0 +1,209 @@ + + + + + + + + + app.forms.app_forms — SaaS in a Flask 0.1.0 documentation + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

app.forms.app_forms

+
+

Module Contents

+
+

Classes

+ ++++ + + + + + + + + + + + +

MyForm

Flask-specific subclass of WTForms Form.

UserSignUp

Flask-specific subclass of WTForms Form.

UserLogIn

Flask-specific subclass of WTForms Form.

+
+
+class app.forms.app_forms.MyForm(formdata=_Auto, **kwargs)
+

Bases: flask_wtf.FlaskForm

+

Flask-specific subclass of WTForms Form.

+

If formdata is not specified, this will use flask.request.form +and flask.request.files. Explicitly pass formdata=None to +prevent this.

+
+
+name
+
+ +
+
+email
+
+ +
+
+subject
+
+ +
+
+body
+
+ +
+ +
+
+class app.forms.app_forms.UserSignUp(formdata=_Auto, **kwargs)
+

Bases: flask_wtf.FlaskForm

+

Flask-specific subclass of WTForms Form.

+

If formdata is not specified, this will use flask.request.form +and flask.request.files. Explicitly pass formdata=None to +prevent this.

+
+
+first_name
+
+ +
+
+last_name
+
+ +
+
+email
+
+ +
+
+password
+
+ +
+ +
+
+class app.forms.app_forms.UserLogIn(formdata=_Auto, **kwargs)
+

Bases: flask_wtf.FlaskForm

+

Flask-specific subclass of WTForms Form.

+

If formdata is not specified, this will use flask.request.form +and flask.request.files. Explicitly pass formdata=None to +prevent this.

+
+
+email
+
+ +
+
+password
+
+ +
+ +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/docs/_build/html/autoapi/app/forms/index.html b/docs/_build/html/autoapi/app/forms/index.html new file mode 100644 index 0000000..bae3ec2 --- /dev/null +++ b/docs/_build/html/autoapi/app/forms/index.html @@ -0,0 +1,114 @@ + + + + + + + + + app.forms — SaaS in a Flask 0.1.0 documentation + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

app.forms

+
+

Submodules

+ +
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file -- cgit v1.2.3