The full documentation is available at uplift-modeling.com.
Or you can build the documentation locally using Sphinx 1.4 or later:
cd docs
pip install -r requirements.txt
make html
And if you now point your browser to _build/html/index.html
, you should see a documentation site.