mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update docs structure
This commit is contained in:
parent
01dc74a118
commit
bb3e5a7edc
5 changed files with 121 additions and 2 deletions
19
docs/source/dispatcher/filters.rst
Normal file
19
docs/source/dispatcher/filters.rst
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
=======
|
||||||
|
Filters
|
||||||
|
=======
|
||||||
|
|
||||||
|
Basics
|
||||||
|
======
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Filters factory
|
||||||
|
===============
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Builtin filters
|
||||||
|
===============
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Making own filters (Custom filters)
|
||||||
|
===================================
|
||||||
|
Coming soon...
|
||||||
45
docs/source/dispatcher/fsm.rst
Normal file
45
docs/source/dispatcher/fsm.rst
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
====================
|
||||||
|
Finite state machine
|
||||||
|
====================
|
||||||
|
|
||||||
|
Storage
|
||||||
|
=======
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Available storage's
|
||||||
|
-------------------
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Memory storage
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Redis storage
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Rethink DB storage
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Making own storage's
|
||||||
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
|
||||||
|
States
|
||||||
|
======
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
|
||||||
|
State utils
|
||||||
|
===========
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
State
|
||||||
|
-----
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
States group
|
||||||
|
------------
|
||||||
|
Coming soon...
|
||||||
|
|
@ -1,4 +1,32 @@
|
||||||
|
==========
|
||||||
Dispatcher
|
Dispatcher
|
||||||
==========
|
==========
|
||||||
|
|
||||||
TODO
|
.. toctree::
|
||||||
|
|
||||||
|
filters
|
||||||
|
fsm
|
||||||
|
middleware
|
||||||
|
|
||||||
|
Basics
|
||||||
|
======
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Available handlers
|
||||||
|
==================
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Handler class
|
||||||
|
-------------
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Features
|
||||||
|
========
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Dispatcher class
|
||||||
|
================
|
||||||
|
|
||||||
|
.. autoclass:: aiogram.Dispatcher
|
||||||
|
:members:
|
||||||
|
:show-inheritance:
|
||||||
|
|
|
||||||
15
docs/source/dispatcher/middleware.rst
Normal file
15
docs/source/dispatcher/middleware.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
==========
|
||||||
|
Middleware
|
||||||
|
==========
|
||||||
|
|
||||||
|
Bases
|
||||||
|
=====
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Making own middleware's
|
||||||
|
=======================
|
||||||
|
Coming soon...
|
||||||
|
|
||||||
|
Available middleware's
|
||||||
|
======================
|
||||||
|
Coming soon...
|
||||||
|
|
@ -1,4 +1,16 @@
|
||||||
Utils
|
Utils
|
||||||
=====
|
=====
|
||||||
|
|
||||||
TODO
|
.. toctree::
|
||||||
|
|
||||||
|
executor
|
||||||
|
exceptions
|
||||||
|
context
|
||||||
|
markdown
|
||||||
|
helper
|
||||||
|
auth_widget
|
||||||
|
payload
|
||||||
|
parts
|
||||||
|
json
|
||||||
|
emoji
|
||||||
|
deprecated
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue