Change docs.

This commit is contained in:
Alex Root Junior 2017-08-09 05:22:14 +03:00
parent 882d60f477
commit 779f2e73a0
7 changed files with 46 additions and 37 deletions

View file

@ -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

View file

@ -0,0 +1,6 @@
Filters
-------
.. automodule:: aiogram.dispatcher.filters
:members:
:show-inheritance:

View file

@ -0,0 +1,6 @@
Handler class
-------------
.. automodule:: aiogram.dispatcher.handler
:members:
:show-inheritance:

View file

@ -0,0 +1,6 @@
Dispatcher class
----------------
.. automodule:: aiogram.dispatcher
:members:
:show-inheritance:

View file

@ -0,0 +1,6 @@
Middlewares
-----------
.. automodule:: aiogram.dispatcher.middlewares
:members:
:show-inheritance:

View 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:

View file

@ -0,0 +1,6 @@
Webhook
-------
.. automodule:: aiogram.dispatcher.webhook
:members:
:show-inheritance: