/old-docs-migrated-to-gitlab

docs

Primary LanguagePythonApache License 2.0Apache-2.0

Documentation

To build the documentation:

pyvenv-3.4 --without-pip venv-sphinx
source venv-sphinx/bin/activate
wget https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
python get-pip.py

pip install -r requirements.txt

Build and open the documentation:

make html && firefox build/html/index.html &

On a mac:

make html && open -a firefox build/html/index.html

To deploy the site to my web server:

./deploy.sh