From 2690e0f8ebdc5f4af5b8634919f5e6bc1da0e6d7 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 24 Nov 2016 20:55:54 +0100 Subject: [PATCH] Readme is now ACTUALLY rst --- README.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 1999c46..112d032 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,12 @@ -# Mastodon.py - - mastodon = Mastodon( - client_id = 'pytooter_clientcred.txt', - access_token = 'pytooter_usercred.txt' - ) - mastodon.toot('Tooting from python!') +Mastodon.py +=========== +.. code-block:: + mastodon = Mastodon( + client_id = 'pytooter_clientcred.txt', + access_token = 'pytooter_usercred.txt' + ) + mastodon.toot('Tooting from python!') Python wrapper for the Mastodon ( https://github.com/Gargron/mastodon/ ) API. Feature complete for public API version v1 and easy to get started with.