-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d67cdc2
Showing
24 changed files
with
2,863 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: de3e7e4878f6ed72e3a13172e73d88fa | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
.. module_14 Homework documentation master file, created by | ||
sphinx-quickstart on Thu Feb 8 19:17:48 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to module_14 Homework's documentation! | ||
============================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
|
||
|
||
REST API main | ||
=================== | ||
.. automodule:: main | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API repository Contact | ||
============================ | ||
.. automodule:: repository.contact | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API repository User | ||
========================= | ||
.. automodule:: repository.user | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API routers Auth | ||
========================= | ||
.. automodule:: routers.auth | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API routers Contact | ||
========================= | ||
.. automodule:: routers.contact | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API schemas Contact | ||
========================= | ||
.. automodule:: schemas.contact | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API schemas Auth | ||
========================= | ||
.. automodule:: schemas.auth | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API schemas User | ||
========================= | ||
.. automodule:: schemas.user | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API service Auth | ||
========================= | ||
.. automodule:: service.auth | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API service Avatar | ||
========================= | ||
.. automodule:: service.avatar | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API service Contact | ||
========================= | ||
.. automodule:: service.contact | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API service Emails | ||
========================= | ||
.. automodule:: service.emails | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
REST API service Rate Limiter | ||
================================ | ||
.. automodule:: service.rate_limiter | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Indices and tables | ||
================== | ||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |
Oops, something went wrong.