mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add sphinx with converting part of pages
This commit is contained in:
parent
3aa68a93d1
commit
f68960ca87
192 changed files with 6123 additions and 350 deletions
15
docs2/source/api/index.rst
Normal file
15
docs2/source/api/index.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#######
|
||||
Bot API
|
||||
#######
|
||||
|
||||
**aiogram** now is fully support of `Telegram Bot API <https://core.telegram.org/bots/api>`_
|
||||
|
||||
All API methods and types is fully autogenerated from Telegram Bot API docs by parser with code-generator.
|
||||
|
||||
.. toctree::
|
||||
bot
|
||||
session/index
|
||||
types/index
|
||||
methods/index
|
||||
download_file
|
||||
upload_file
|
||||
Loading…
Add table
Add a link
Reference in a new issue