Restructure docs.

This commit is contained in:
Alex Root Junior 2017-08-14 23:23:10 +03:00
parent b9d51cdbb0
commit ce0bbed753
6 changed files with 17 additions and 27 deletions

View file

@ -1,12 +0,0 @@
API Reference
=============
Submodules
----------
.. toctree::
bot/bot
bot/types
dispatcher/dispatcher

View file

@ -5,5 +5,5 @@ For detailed information about parameters read the official `Telegram Bot API re
.. toctree:: .. toctree::
base bot/base
extended bot/extended

View 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

View file

@ -1,12 +0,0 @@
Dispatcher
==========
With parts of this package you can manage bot updates.
.. toctree::
main
storage
webhook
filters
handler
middlewares

View file

@ -62,7 +62,9 @@ Contents
.. toctree:: .. toctree::
install install
quick_start quick_start
aiogram bot
dispatcher
types
features features