Skip to content

Commit

Permalink
Reformat and move objects to models dir
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
dormant-user committed Apr 2, 2023
1 parent c597f14 commit 3dfed62
Show file tree
Hide file tree
Showing 19 changed files with 587 additions and 47 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN mkdir /opt/temp
COPY . /opt/temp

RUN /usr/local/bin/python3 -m pip install --upgrade pip
RUN pip install --user gmail-connector==73b0
RUN pip install --user gmail-connector

WORKDIR /opt/temp

Expand Down
21 changes: 21 additions & 0 deletions doc_generator/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,27 @@ Custom Exceptions
:members:
:undoc-members:

Models - Config
===============

.. automodule:: gmailconnector.models.config
:members:
:undoc-members:

Models - Options
================

.. automodule:: gmailconnector.models.options
:members:
:undoc-members:

Models - Responder
==================

.. automodule:: gmailconnector.models.responder
:members:
:undoc-members:

Indices and tables
==================

Expand Down
21 changes: 21 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,27 @@ Custom Exceptions
:members:
:undoc-members:

Models - Config
===============

.. automodule:: gmailconnector.models.config
:members:
:undoc-members:

Models - Options
================

.. automodule:: gmailconnector.models.options
:members:
:undoc-members:

Models - Responder
==================

.. automodule:: gmailconnector.models.responder
:members:
:undoc-members:

Indices and tables
==================

Expand Down
Loading

0 comments on commit 3dfed62

Please sign in to comment.