Added the Sphinx documentation.

This commit is contained in:
2022-12-06 17:38:14 +08:00
parent 495e9a9785
commit e6b4594393
5 changed files with 157 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
flask\_digest\_auth package
===========================
The ``DigestAuth`` class
************************
.. autoclass:: flask_digest_auth.DigestAuth
:members:
:undoc-members:
:show-inheritance:
The ``make_password_hash`` Function
***********************************
.. autofunction:: flask_digest_auth.make_password_hash
The ``calc_response`` Function
******************************
.. autofunction:: flask_digest_auth.calc_response
The ``Client`` Test Class
*************************
.. autoclass:: flask_digest_auth.Client
:members:
:undoc-members:
:show-inheritance: