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/_sources/autoapi/app/apis/index.rst.txt | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/_build/html/_sources/autoapi/app/apis/index.rst.txt (limited to 'docs/_build/html/_sources/autoapi/app/apis') diff --git a/docs/_build/html/_sources/autoapi/app/apis/index.rst.txt b/docs/_build/html/_sources/autoapi/app/apis/index.rst.txt new file mode 100644 index 0000000..535fb23 --- /dev/null +++ b/docs/_build/html/_sources/autoapi/app/apis/index.rst.txt @@ -0,0 +1,28 @@ +:mod:`app.apis` +=============== + +.. py:module:: app.apis + + +Module Contents +--------------- + + +Functions +~~~~~~~~~ + +.. autoapisummary:: + + app.apis.API_Version + app.apis.API_User_Details + + + +.. function:: API_Version() + :async: + + +.. function:: API_User_Details(email: str) + :async: + + -- cgit v1.2.3