From 46cf2c250e392cfc2568e817db4b2e05d295be2b Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Tue, 11 Aug 2015 18:07:32 -0300 Subject: [PATCH] Update README.rst --- README.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 03cece417..b3c037bbc 100644 --- a/README.rst +++ b/README.rst @@ -44,13 +44,15 @@ Table of contents - `Getting the code`_ -- `Documentation`_ +- `Getting started`_ 1. `API`_ 2. `Logging`_ 3. `Examples`_ + + 4. `Documentation`_ - `License`_ @@ -134,9 +136,9 @@ To see other options available, run: $ make help -================ -_`Documentation` -================ +================== +_`Getting started` +================== View the last release API documentation at: https://core.telegram.org/bots/api @@ -239,6 +241,12 @@ Here follows some examples to help you to get your own Bot up to speed: - `DevOps Reaction Bot `_ sends latest or random posts from `DevOps Reaction `_. Running on `Google App Engine `_ (billing has to be enabled for fully Socket API support). +================ +_`Documentation` +================ + +``python-telegram-bot``'s documentation lives at `Read the Docs `_. + ========== _`License` ==========