Skip to content

Files

Latest commit

a0cddb1 · Nov 16, 2016

History

History
This branch is 1 commit ahead of, 1648 commits behind aerospike/aerospike-client-python:master.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 23, 2015
Nov 15, 2016
Nov 16, 2016
Mar 10, 2016
Jul 13, 2015
Dec 28, 2015
Jan 7, 2016
Jun 8, 2015
Apr 13, 2016
Dec 3, 2015
Apr 8, 2016

Sphinx Documentation

API Docs Online

The API docs are online at http://www.aerospike.com/apidocs/python/ and https://pythonhosted.org/aerospike/

Generating Local Documentation

You can use Sphinx to generate documentation from the rst pages in this directory.

Install Sphinx

pip install Sphinx

Building the Documentation

HTML Documentation

mkdir -p ./htmldir
sphinx-build -b html . htmldir

Then open the index.html page in a browser:

cd htmldir && open index.html