From 6fbb5f27920b582d9212783e34f7411e7cbad62f Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 29 Apr 2018 23:35:57 -0400 Subject: [PATCH] more fixes to README --- README.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 2cb861c..7054070 100755 --- a/README.rst +++ b/README.rst @@ -23,26 +23,27 @@ r2ds-api R2DS Python API -* Free software: MIT license +QuickStart +---------- + * Documentation: https://r2ds-api.readthedocs.io. +:: + + pip install r2ds_api -QuickStart --------- -``` -pip install r2ds_api -``` +Example +------- -``` -import r2ds_api +:: + import r2ds_api -response = r2ds.get("EXAMPLE AUTH KEY", { -"score__gt": 100 -}) -print(response.json()) -``` + response = r2ds.get("EXAMPLE AUTH KEY", { + "score__gt": 100 + }) + print(response.json()) Features -------- @@ -53,7 +54,6 @@ Features More Information --------- +---------------- * https://r2ds.tonkworks.com/ -* https://r2ds.tonkworks.com/api/ -* https://r2ds-api.readthedocs.io/en/latest/ \ No newline at end of file +* https://r2ds.tonkworks.com/api/ \ No newline at end of file