From 3a1e66f1eed4c7820d0aca91c85418395a0a4161 Mon Sep 17 00:00:00 2001 From: Ivan Sitkin Date: Tue, 21 Nov 2023 16:19:34 +0100 Subject: [PATCH] fix(docs): fill readme --- README.rst | 3 +++ docs/source/services.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f92f0d26..4327fb8e 100644 --- a/README.rst +++ b/README.rst @@ -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 | +-----------------------------------+------------------------------------------------+ @@ -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: diff --git a/docs/source/services.rst b/docs/source/services.rst index a9665f48..eb9433d4 100644 --- a/docs/source/services.rst +++ b/docs/source/services.rst @@ -668,7 +668,7 @@ HTTPS server. You must pass SSL-required options (see ``TLSServer`` class). .. uvicorn-service: uvicorn service -++++++++++++ ++++++++++++++++ .. warning::