Restructure the documentation a bit

This commit is contained in:
Wouter Bolsterlee
2013-05-21 21:48:53 +02:00
parent e2874b2e25
commit 68ad8d28a6
4 changed files with 23 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
*****************
API documentation
*****************
=============
API reference
=============
.. py:currentmodule:: happybase

View File

@@ -52,15 +52,23 @@ The example below illustrates basic usage of the library. The :doc:`tutorial
row = table.delete('row-key')
Contents of this documentation
==============================
Core documentation
==================
.. toctree::
:maxdepth: 2
installation
user
api
Additional documentation
========================
.. toctree::
:maxdepth: 1
installation
tutorial
api
news
development
todo

View File

@@ -1,6 +1,6 @@
************
Installation
************
==================
Installation guide
==================
.. highlight:: sh

View File

@@ -1,6 +1,6 @@
********
Tutorial
********
==========
User guide
==========
.. py:currentmodule:: happybase
@@ -17,7 +17,7 @@ documentation <api>`.
:local:
Opening a connection
Managing connections
====================
We'll get started by connecting to HBase. Just create a new