summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-22 00:20:33 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-22 00:20:33 +0200
commit15f7ffe2a346e9574c5fa39adb47271baee90370 (patch)
tree9e51cf90e0c52a2d5800b69620aa219275e9e08f
parent5366974acea25ff25cd4c6ce85f6fcd42cf00795 (diff)
downloadhappybase-15f7ffe2a346e9574c5fa39adb47271baee90370.tar.gz
No longer include the README.rst in the docs
Instead, copy the one line summary.
-rw-r--r--doc/index.rst3
-rw-r--r--doc/introduction.rst8
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 <http://python.org/>`_ library to
+interact with `Apache HBase <http://hbase.apache.org/>`_.
.. 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 <http://python.org/>`_ library to
+interact with `Apache HBase <http://hbase.apache.org/>`_. 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
<http://pypi.python.org/pypi/thrift>`_ to connect to HBase's `Thrift