Skip to content

Commit

Permalink
Adding BaseScaffold and CeleryScaffold to the API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Joyce <[email protected]>
  • Loading branch information
fuzzball81 authored and jpichon committed Apr 9, 2024
1 parent 71ccbe0 commit db5ebbb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/flask_container_scaffold.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ AppConfigurator
:undoc-members:
:show-inheritance:

BaseScaffold
-----------

.. automodule:: flask_container_scaffold.base_scaffold
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:

AppScaffold
-----------

Expand All @@ -16,6 +25,15 @@ AppScaffold
:undoc-members:
:show-inheritance:

CeleryScaffold
-----------

.. automodule:: flask_container_scaffold.celery_scaffold
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:

FlaskRequestFormatter
---------------------

Expand Down

0 comments on commit db5ebbb

Please sign in to comment.