mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Write docs and small fixes.
This commit is contained in:
parent
23fba99d93
commit
7a55c040ee
31 changed files with 306 additions and 458 deletions
|
|
@ -1,8 +0,0 @@
|
|||
Filters
|
||||
-------
|
||||
|
||||
This module stores builtin filters for dispatcher.
|
||||
|
||||
.. automodule:: aiogram.dispatcher.filters
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
Handler class
|
||||
-------------
|
||||
|
||||
.. automodule:: aiogram.dispatcher.handler
|
||||
:members:
|
||||
:show-inheritance:
|
||||
4
docs/source/dispatcher/index.rst
Normal file
4
docs/source/dispatcher/index.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Dispatcher
|
||||
==========
|
||||
|
||||
TODO
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
Dispatcher class
|
||||
----------------
|
||||
|
||||
.. automodule:: aiogram.dispatcher
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
Storages
|
||||
--------
|
||||
|
||||
This module stores storage base for finite-state machine.
|
||||
|
||||
.. automodule:: aiogram.dispatcher.storage
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
Webhook
|
||||
-------
|
||||
|
||||
.. automodule:: aiogram.dispatcher.webhook
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Loading…
Add table
Add a link
Reference in a new issue