Skip to content

Commit

Permalink
fix: Documentation of APIs (#201) (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Nov 13, 2023
1 parent e97a151 commit fe56f4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/api_api_v1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.api.api_v1
app.api.api_v1.endpoints.adminmsgs
----------------------------------

.. automodule:: app.api.api_v1.endpoints.adminmsgs
.. automodule:: backend.app.api.api_v1.endpoints.adminmsgs
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -20,7 +20,7 @@ app.api.api_v1.endpoints.adminmsgs
app.api.api_v1.endpoints.auth
-----------------------------

.. automodule:: app.api.api_v1.endpoints.auth
.. automodule:: backend.app.api.api_v1.endpoints.auth
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -30,7 +30,7 @@ app.api.api_v1.endpoints.auth
app.api.api_v1.endpoints.bookmarks
----------------------------------

.. automodule:: app.api.api_v1.endpoints.bookmarks
.. automodule:: backend.app.api.api_v1.endpoints.bookmarks
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -40,7 +40,7 @@ app.api.api_v1.endpoints.bookmarks
app.api.api_v1.endpoints.caseinfo
---------------------------------

.. automodule:: app.api.api_v1.endpoints.caseinfo
.. automodule:: backend.app.api.api_v1.endpoints.caseinfo
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -50,7 +50,7 @@ app.api.api_v1.endpoints.caseinfo
app.api.api_v1.endpoints.utils
------------------------------

.. automodule:: app.api.api_v1.endpoints.utils
.. automodule:: backend.app.api.api_v1.endpoints.utils
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion docs/api_internal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.api.internal
app.api.internal.endpoints.remote
---------------------------------

.. automodule:: app.api.internal.endpoints.remote
.. automodule:: backend.app.api.internal.endpoints.remote
:members:
:undoc-members:
:show-inheritance:
Expand Down
8 changes: 4 additions & 4 deletions docs/api_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ app.models
app.models.adminmsg
-------------------

.. automodule:: app.models.adminmsg
.. automodule:: backend.app.models.adminmsg
:members:

-------------------
app.models.bookmark
-------------------

.. automodule:: app.models.bookmark
.. automodule:: backend.app.models.bookmark
:members:

---------------
app.models.user
---------------

.. automodule:: app.models.user
.. automodule:: backend.app.models.user
:members:

-------------------
app.models.caseinfo
-------------------

.. automodule:: app.models.caseinfo
.. automodule:: backend.app.models.caseinfo
:members:

0 comments on commit fe56f4a

Please sign in to comment.