From 747f01846cfb488c803d4ec1a82ad7b3bffbd379 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Tue, 5 Jun 2012 21:58:37 +0200 Subject: [PATCH] Add some links to the README file --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 826574f..9bb8b72 100644 --- a/README.rst +++ b/README.rst @@ -5,10 +5,13 @@ HappyBase **HappyBase** is a developer-friendly `Python `_ library to interact with `Apache HBase `_. -The source code is available from https://github.com/wbolster/happybase. +External links: -Documentation for HappyBase is in the `doc/` directory. Run `make doc` to -generate the HTML documentation, then browse to `doc/build/html/index.html`. -Alternatively, you can view the docs online at -http://happybase.readthedocs.org/, but keep in mind that this may be an -outdated version. +* `Documentation `_ (readthedocs.org) +* `Downloads `_ (PyPI) +* `Source code `_ (Github) + + +.. If you're reading this from the README.rst file in a source tree, + you can generate the HTML documentation by running "make doc" and browsing + to doc/build/html/index.html to see the result.