aiogram/docs/source/index.rst

67 lines
1.7 KiB
ReStructuredText
Raw Normal View History

2017-06-03 11:58:26 +03:00
.. 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>`_
.. image:: https://img.shields.io/pypi/v/aiogram.svg
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi Package Version
.. image:: https://img.shields.io/pypi/status/aiogram.svg
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi status
.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions
.. image:: https://readthedocs.org/projects/aiogram/badge/?version=latest
:target: http://aiogram.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/bitbucket/issues/illemius/aiogram.svg
:target: https://bitbucket.org/illemius/aiogram/issues
:alt: Bitbucket issues
.. image:: https://img.shields.io/pypi/l/aiogram.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License
2017-06-03 12:12:56 +03:00
Features
--------
- Asynchronous
- Be awesome
- Make things faster
Contribute
----------
- `Issue Tracker <https://bitbucket.org/illemius/aiogram/issues>`_
- `Source Code <https://bitbucket.org/illemius/aiogram.git>`_
2017-06-03 11:58:26 +03:00
Contents
--------
.. toctree::
install
quick_start
2017-06-04 14:37:34 +03:00
aiogram
features
2017-06-03 11:58:26 +03:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`