Restructure the documentation a bit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
*****************
|
||||
API documentation
|
||||
*****************
|
||||
=============
|
||||
API reference
|
||||
=============
|
||||
|
||||
.. py:currentmodule:: happybase
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
************
|
||||
Installation
|
||||
************
|
||||
==================
|
||||
Installation guide
|
||||
==================
|
||||
|
||||
.. highlight:: sh
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user