Skip to content

Latest commit

 

History

History

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sphinx Documentation

API Docs Online

The API docs are online at http://www.aerospike.com/apidocs/python/ and https://aerospike-python-client.readthedocs.io/

Generating Local Documentation

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

Install Sphinx

pip install -r requirements.txt

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

Spelling check:

sphinx-build -b spelling . spelling