mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +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
|
||||
==========
|
||||
|
||||
With parts of this package you can manage bot updates.
|
||||
|
||||
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:
|
||||
|
||||
|
||||
Webhook
|
||||
-------
|
||||
.. automodule:: aiogram.dispatcher.webhook
|
||||
:members:
|
||||
:show-inheritance:
|
||||
.. toctree::
|
||||
main
|
||||
storage
|
||||
webhook
|
||||
filters
|
||||
handler
|
||||
middlewares
|
||||
|
|
|
|||
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