aiogram/docs/index.rst

30 lines
431 B
ReStructuredText
Raw Normal View History

2021-10-11 01:29:06 +03:00
.. include:: ../README.rst
Simple usage
------------
.. literalinclude:: ../examples/echo_bot.py
Usage without dispatcher
------------------------
Just only interact with Bot API, without handling events
.. literalinclude:: ../examples/without_dispatcher.py
Contents
========
.. toctree::
:maxdepth: 3
install
migration_2_to_3
api/index
dispatcher/index
utils/index
changelog
contributing