Drew Short
6 years ago
12 changed files with 283 additions and 16 deletions
-
9server/documentation/api/authentication.rst
-
4server/documentation/api/index.rst
-
14server/documentation/api/user.rst
-
9server/documentation/conf.py
-
1server/documentation/index.rst
-
46server/documentation/server/atheneum.api.rst
-
22server/documentation/server/atheneum.middleware.rst
-
22server/documentation/server/atheneum.model.rst
-
49server/documentation/server/atheneum.rst
-
70server/documentation/server/atheneum.service.rst
-
46server/documentation/server/atheneum.utility.rst
-
7server/documentation/server/modules.rst
@ -0,0 +1,46 @@ |
|||
atheneum.api package |
|||
==================== |
|||
|
|||
Submodules |
|||
---------- |
|||
|
|||
atheneum.api.authentication\_api module |
|||
--------------------------------------- |
|||
|
|||
.. automodule:: atheneum.api.authentication_api |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.api.decorators module |
|||
------------------------------ |
|||
|
|||
.. automodule:: atheneum.api.decorators |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.api.model module |
|||
------------------------- |
|||
|
|||
.. automodule:: atheneum.api.model |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.api.user\_api module |
|||
----------------------------- |
|||
|
|||
.. automodule:: atheneum.api.user_api |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
|
|||
Module contents |
|||
--------------- |
|||
|
|||
.. automodule:: atheneum.api |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
@ -0,0 +1,22 @@ |
|||
atheneum.middleware package |
|||
=========================== |
|||
|
|||
Submodules |
|||
---------- |
|||
|
|||
atheneum.middleware.authentication\_middleware module |
|||
----------------------------------------------------- |
|||
|
|||
.. automodule:: atheneum.middleware.authentication_middleware |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
|
|||
Module contents |
|||
--------------- |
|||
|
|||
.. automodule:: atheneum.middleware |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
@ -0,0 +1,22 @@ |
|||
atheneum.model package |
|||
====================== |
|||
|
|||
Submodules |
|||
---------- |
|||
|
|||
atheneum.model.user\_model module |
|||
--------------------------------- |
|||
|
|||
.. automodule:: atheneum.model.user_model |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
|
|||
Module contents |
|||
--------------- |
|||
|
|||
.. automodule:: atheneum.model |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
@ -0,0 +1,49 @@ |
|||
atheneum package |
|||
================ |
|||
|
|||
Subpackages |
|||
----------- |
|||
|
|||
.. toctree:: |
|||
|
|||
atheneum.api |
|||
atheneum.middleware |
|||
atheneum.model |
|||
atheneum.service |
|||
atheneum.utility |
|||
|
|||
Submodules |
|||
---------- |
|||
|
|||
atheneum.db module |
|||
------------------ |
|||
|
|||
.. automodule:: atheneum.db |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.default\_settings module |
|||
--------------------------------- |
|||
|
|||
.. automodule:: atheneum.default_settings |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.errors module |
|||
---------------------- |
|||
|
|||
.. automodule:: atheneum.errors |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
|
|||
Module contents |
|||
--------------- |
|||
|
|||
.. automodule:: atheneum |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
@ -0,0 +1,70 @@ |
|||
atheneum.service package |
|||
======================== |
|||
|
|||
Submodules |
|||
---------- |
|||
|
|||
atheneum.service.authentication\_service module |
|||
----------------------------------------------- |
|||
|
|||
.. automodule:: atheneum.service.authentication_service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.service.patch\_service module |
|||
-------------------------------------- |
|||
|
|||
.. automodule:: atheneum.service.patch_service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.service.role\_service module |
|||
------------------------------------- |
|||
|
|||
.. automodule:: atheneum.service.role_service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.service.transformation\_service module |
|||
----------------------------------------------- |
|||
|
|||
.. automodule:: atheneum.service.transformation_service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.service.user\_service module |
|||
------------------------------------- |
|||
|
|||
.. automodule:: atheneum.service.user_service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.service.user\_token\_service module |
|||
-------------------------------------------- |
|||
|
|||
.. automodule:: atheneum.service.user_token_service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.service.validation\_service module |
|||
------------------------------------------- |
|||
|
|||
.. automodule:: atheneum.service.validation_service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
|
|||
Module contents |
|||
--------------- |
|||
|
|||
.. automodule:: atheneum.service |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
@ -0,0 +1,46 @@ |
|||
atheneum.utility package |
|||
======================== |
|||
|
|||
Submodules |
|||
---------- |
|||
|
|||
atheneum.utility.authentication\_utility module |
|||
----------------------------------------------- |
|||
|
|||
.. automodule:: atheneum.utility.authentication_utility |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.utility.json\_utility module |
|||
------------------------------------- |
|||
|
|||
.. automodule:: atheneum.utility.json_utility |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.utility.pagination\_utility module |
|||
------------------------------------------- |
|||
|
|||
.. automodule:: atheneum.utility.pagination_utility |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
atheneum.utility.session\_utility module |
|||
---------------------------------------- |
|||
|
|||
.. automodule:: atheneum.utility.session_utility |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
|||
|
|||
|
|||
Module contents |
|||
--------------- |
|||
|
|||
.. automodule:: atheneum.utility |
|||
:members: |
|||
:undoc-members: |
|||
:show-inheritance: |
@ -0,0 +1,7 @@ |
|||
Atheneum Server API |
|||
=================== |
|||
|
|||
.. toctree:: |
|||
:maxdepth: 4 |
|||
|
|||
atheneum |
Write
Preview
Loading…
Cancel
Save
Reference in new issue