mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Restructure docs.
This commit is contained in:
parent
b9d51cdbb0
commit
ce0bbed753
6 changed files with 17 additions and 27 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
API Reference
|
|
||||||
=============
|
|
||||||
|
|
||||||
Submodules
|
|
||||||
----------
|
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
|
|
||||||
bot/bot
|
|
||||||
bot/types
|
|
||||||
dispatcher/dispatcher
|
|
||||||
|
|
@ -5,5 +5,5 @@ For detailed information about parameters read the official `Telegram Bot API re
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
base
|
bot/base
|
||||||
extended
|
bot/extended
|
||||||
12
docs/source/dispatcher.rst
Normal file
12
docs/source/dispatcher.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
Dispatcher
|
||||||
|
==========
|
||||||
|
|
||||||
|
With parts of this package you can manage bot updates.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
dispatcher/main
|
||||||
|
dispatcher/storage
|
||||||
|
dispatcher/webhook
|
||||||
|
dispatcher/filters
|
||||||
|
dispatcher/handler
|
||||||
|
dispatcher/middlewares
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
Dispatcher
|
|
||||||
==========
|
|
||||||
|
|
||||||
With parts of this package you can manage bot updates.
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
main
|
|
||||||
storage
|
|
||||||
webhook
|
|
||||||
filters
|
|
||||||
handler
|
|
||||||
middlewares
|
|
||||||
|
|
@ -62,7 +62,9 @@ Contents
|
||||||
.. toctree::
|
.. toctree::
|
||||||
install
|
install
|
||||||
quick_start
|
quick_start
|
||||||
aiogram
|
bot
|
||||||
|
dispatcher
|
||||||
|
types
|
||||||
features
|
features
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue