Skip to content

Commit

Permalink
deploy: 992ea07
Browse files Browse the repository at this point in the history
  • Loading branch information
filiurskyi committed Feb 19, 2024
0 parents commit d67cdc2
Show file tree
Hide file tree
Showing 24 changed files with 2,863 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
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 added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
122 changes: 122 additions & 0 deletions _sources/index.rst.txt
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`
Loading

0 comments on commit d67cdc2

Please sign in to comment.