From 7c27b92c3219dda4435bf4887b9681796b0e64dc Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 3 Jun 2017 12:12:56 +0300 Subject: [PATCH] Update docs and readme. --- README.md | 4 ++++ docs/source/index.rst | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 06e23fc5..baadb10e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # AIOGramBot +[![Documentation Status](https://readthedocs.org/projects/aiogram/badge/?version=latest)](http://aiogram.readthedocs.io/en/latest/?badge=latest) + Asynchonyously Python framework for [Telegram Bot API](https://core.telegram.org/bots/api) + +You can [read the docs here](http://aiogram.readthedocs.io/en/latest/). \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index bcce387f..1b733b3a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -8,6 +8,20 @@ Welcome to aiogram's documentation! Asynchonyously Python framework for `Telegram Bot API `_ +Features +-------- + +- Asynchronous +- Be awesome +- Make things faster + +Contribute +---------- + +- `Issue Tracker `_ +- `Source Code `_ + + Contents --------