From e87f45aad3ddff9bbd362e28994f074103748b62 Mon Sep 17 00:00:00 2001 From: Alex Popescu Date: Wed, 29 Jan 2014 15:15:57 -0800 Subject: [PATCH 1/2] documentation section --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 128487a9..4ef23511 100644 --- a/README.rst +++ b/README.rst @@ -19,8 +19,15 @@ For more complete installation instructions, see the Documentation ------------- -All documentation for the python driver, including installation details, API documentation, -and a Getting Started guide, can be found `here `_. + +Here are a couple of links for getting up to speed: + +* `Installation `_ +* `Getting started guide `_ +* `API docs `_ + +There are also some +`notes on performance `_. Reporting Problems ------------------ From 6c174d2f39ff35f743395bc364314364cf6ceccb Mon Sep 17 00:00:00 2001 From: Alex Popescu Date: Wed, 29 Jan 2014 15:18:16 -0800 Subject: [PATCH 2/2] improved --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4ef23511..12417d83 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ For more complete installation instructions, see the Documentation ------------- -Here are a couple of links for getting up to speed: +A couple of links for getting up to speed: * `Installation `_ * `Getting started guide `_