Skip to content

Commit

Permalink
feat(docs): update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alviner committed Nov 21, 2023
1 parent f74b1de commit ad0123d
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 142 deletions.
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Complete table of extras bellow:
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[rich]`` | You might using rich_ for logging |
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[uvicorn]`` | For running ASGI_ application using uvicorn_ |
+-----------------------------------+------------------------------------------------+
| ``pip install aiomisc[uvloop]`` | use uvloop_ as a default event loop |
+-----------------------------------+------------------------------------------------+

Expand All @@ -111,6 +113,7 @@ Complete table of extras bellow:
.. _rich: https://pypi.org/project/rich
.. _sentry: https://sentry.io/
.. _uvloop: https://pypi.org/project/uvloop
.. _uvicorn: https://pypi.org/project/uvicorn

You can combine extras values by separating them with commas, for example:

Expand Down
Loading

0 comments on commit ad0123d

Please sign in to comment.