mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Implement dispatcher docs.
This commit is contained in:
parent
15216304e2
commit
190d68b1b6
2 changed files with 29 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ Submodules
|
|||
|
||||
bot/bot
|
||||
bot/types
|
||||
dispatcher/
|
||||
dispatcher/dispatcher
|
||||
|
|
|
|||
|
|
@ -3,6 +3,34 @@ Dispatcher
|
|||
|
||||
Doc's for this module will be available soon..
|
||||
|
||||
|
||||
Dispatcher class
|
||||
----------------
|
||||
.. automodule:: aiogram.dispatcher
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Storages
|
||||
--------
|
||||
.. 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue