mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Init Sphinx doc's.
This commit is contained in:
parent
2192d4b7ea
commit
76344fd815
6 changed files with 226 additions and 2 deletions
26
docs/source/index.rst
Normal file
26
docs/source/index.rst
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.. aiogram documentation master file, created by
|
||||
sphinx-quickstart on Sat Jun 3 11:22:58 2017.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to aiogram's documentation!
|
||||
===================================
|
||||
Asynchonyously Python framework for `Telegram Bot API <https://core.telegram.org/bots/api>`_
|
||||
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
||||
.. toctree::
|
||||
install
|
||||
quick_start
|
||||
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
Loading…
Add table
Add a link
Reference in a new issue