From 90913724caf27103278830aaab14aaa68fe3e583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sun, 24 Jul 2016 02:42:55 +0200 Subject: [PATCH] Update README.rst --- README.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 304d2009b..c1c2c1da9 100644 --- a/README.rst +++ b/README.rst @@ -117,21 +117,11 @@ Learning by example We believe that the best way to learn and understand this simple package is by example. So here are some examples for you to review. Even if it's not your approach for learning, please take a -look at ``echobot2`` (below), it is de facto the base for most of the bots out there. Best of all, +look at ``echobot2``, it is de facto the base for most of the bots out there. Best of all, the code for these examples are released to the public domain, so you can start by grabbing the code and building on top of it. -- `echobot2 `_ replies back messages. - -- `inlinebot `_ basic example of an `inline bot `_. - -- `conversationbot `_ uses the `ConversationHandler `_ to have multipart conversations (modeled as a finite-state machine) with individual users. - -- `timerbot `_ uses the `JobQueue `_ to send timed messages. - -- `echobot `_ uses only the pure API to echo messages. - -Look at the examples on the `wiki `_ to see other bots the community has built. +Visit `this page `_ to discover the official examples or look at the examples on the `wiki `_ to see other bots the community has built. ------- Logging