From 15f7ffe2a346e9574c5fa39adb47271baee90370 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Tue, 22 May 2012 00:20:33 +0200 Subject: No longer include the README.rst in the docs Instead, copy the one line summary. --- doc/index.rst | 3 ++- doc/introduction.rst | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 9f57229..1a309f5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,7 +2,8 @@ HappyBase ********* -.. include:: ../README.rst +**HappyBase** is a developer-friendly `Python `_ library to +interact with `Apache HBase `_. .. rubric:: Table of contents diff --git a/doc/introduction.rst b/doc/introduction.rst index 2864c6c..7291e3a 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -11,10 +11,10 @@ Introduction What is HappyBase? ================== -.. include:: ../README.rst - -HappyBase is designed for for use in standard HBase setups, and offers -application developers a Pythonic API to interact with HBase. +**HappyBase** is a developer-friendly `Python `_ library to +interact with `Apache HBase `_. HappyBase is designed +for use in standard HBase setups, and offers application developers a Pythonic +API to interact with HBase. Below the surface, HappyBase uses the `Python Thrift library `_ to connect to HBase's `Thrift -- cgit v1.2.1