The API docs are online at http://www.aerospike.com/apidocs/python/ and https://aerospike-python-client.readthedocs.io/
You can use Sphinx to generate documentation from the rst pages in this directory.
pip install -r requirements.txt
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