The API docs are online at http://www.aerospike.com/apidocs/python/ and https://pythonhosted.org/aerospike/
You can use Sphinx to generate documentation from the rst pages in this directory.
pip install Sphinx
mkdir -p ./htmldir
sphinx-build -b html . htmldir
Then open the index.html page in a browser:
cd htmldir && open index.html