mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change docs.
This commit is contained in:
parent
882d60f477
commit
779f2e73a0
7 changed files with 46 additions and 37 deletions
|
|
@ -1,41 +1,12 @@
|
||||||
Dispatcher
|
Dispatcher
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
With parts of this package you can manage bot updates.
|
||||||
|
|
||||||
Dispatcher class
|
.. toctree::
|
||||||
----------------
|
main
|
||||||
.. automodule:: aiogram.dispatcher
|
storage
|
||||||
:members:
|
webhook
|
||||||
:show-inheritance:
|
filters
|
||||||
|
handler
|
||||||
Storages
|
middlewares
|
||||||
--------
|
|
||||||
.. automodule:: aiogram.dispatcher.storage
|
|
||||||
:members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
Filters
|
|
||||||
-------
|
|
||||||
.. automodule:: aiogram.dispatcher.filters
|
|
||||||
:members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
Handler class
|
|
||||||
-------------
|
|
||||||
.. automodule:: aiogram.dispatcher.handler
|
|
||||||
:members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
|
|
||||||
Middlewares
|
|
||||||
-----------
|
|
||||||
.. automodule:: aiogram.dispatcher.middlewares
|
|
||||||
:members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
|
|
||||||
Webhook
|
|
||||||
-------
|
|
||||||
.. automodule:: aiogram.dispatcher.webhook
|
|
||||||
:members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
|
||||||
6
docs/source/dispatcher/filters.rst
Normal file
6
docs/source/dispatcher/filters.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
Filters
|
||||||
|
-------
|
||||||
|
|
||||||
|
.. automodule:: aiogram.dispatcher.filters
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
6
docs/source/dispatcher/handler.rst
Normal file
6
docs/source/dispatcher/handler.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
Handler class
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. automodule:: aiogram.dispatcher.handler
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
6
docs/source/dispatcher/main.rst
Normal file
6
docs/source/dispatcher/main.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
Dispatcher class
|
||||||
|
----------------
|
||||||
|
|
||||||
|
.. automodule:: aiogram.dispatcher
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
6
docs/source/dispatcher/middlewares.rst
Normal file
6
docs/source/dispatcher/middlewares.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
Middlewares
|
||||||
|
-----------
|
||||||
|
|
||||||
|
.. automodule:: aiogram.dispatcher.middlewares
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
8
docs/source/dispatcher/storage.rst
Normal file
8
docs/source/dispatcher/storage.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Storages
|
||||||
|
--------
|
||||||
|
|
||||||
|
In this module stored base of storage's for finite-state machine.
|
||||||
|
|
||||||
|
.. automodule:: aiogram.dispatcher.storage
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
6
docs/source/dispatcher/webhook.rst
Normal file
6
docs/source/dispatcher/webhook.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
Webhook
|
||||||
|
-------
|
||||||
|
|
||||||
|
.. automodule:: aiogram.dispatcher.webhook
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue