From f3bd2b8665f0cf6fce9ebe382d9dc82393231cd2 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Sat, 11 Jul 2015 10:57:38 -0300 Subject: [PATCH 1/2] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index b924666ec..3d37d5eb9 100644 --- a/README.rst +++ b/README.rst @@ -142,6 +142,7 @@ There are many more API methods, to read the full API documentation:: $ pydoc telegram.Bot + ======= Contact ======= From d2a462324373c150243871e0755cacca4e0e3700 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Sat, 11 Jul 2015 11:55:05 -0300 Subject: [PATCH 2/2] Update README.rst --- README.rst | 68 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 44 insertions(+), 24 deletions(-) diff --git a/README.rst b/README.rst index 3d37d5eb9..f247e5b38 100644 --- a/README.rst +++ b/README.rst @@ -8,15 +8,35 @@ By `Leandro Toledo `_ :target: https://travis-ci.org/leandrotoledo/python-telegram-bot :alt: Travis CI Status -============ -Introduction -============ +================= +Table of contents +================= + +- `Introduction`_ + +- `Status`_ + +- `Installing`_ + +- `Getting the code`_ + +- `Documentation`_ + + 1. `API`_ + +- `Contact`_ + +- `TODO`_ + +=============== +_`Introduction` +=============== This library provides a pure Python interface for the `Telegram Bot API `_. It works with Python versions from 2.6+. Python 3 support is under development. It also works with `Google App Engine `_ (billing has to be enabled for fully Socket API support). -========== -Status -========== +========= +_`Status` +========= ========================= ============ Telegram Bot API Method *Supported?* @@ -36,17 +56,17 @@ getUserProfilePhotos Yes setWebhook Yes ========================= ============ -========== -Installing -========== +============= +_`Installing` +============= You can install python-telegram-bot using:: $ pip install python-telegram-bot -================ -Getting the code -================ +=================== +_`Getting the code` +=================== The code is hosted at https://github.com/leandrotoledo/python-telegram-bot @@ -63,15 +83,15 @@ To see other options available, run: $ make help -============= -Documentation -============= +================ +_`Documentation` +================ View the last release API documentation at: https://core.telegram.org/bots/api ---- -API ---- +------ +_`API` +------ The API is exposed via the ``telegram.Bot`` class. @@ -143,15 +163,15 @@ There are many more API methods, to read the full API documentation:: $ pydoc telegram.Bot -======= -Contact -======= +========== +_`Contact` +========== Feel free to join to our `Telegram group `_. -==== -TODO -==== +======= +_`TODO` +======= Patches and bug reports are `welcome `_, just please keep the style consistent with the original source.