pkimber / old-docs-migrated-to-gitlab

docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

docs

License:Apache License 2.0


Languages

Language:Python 28.0%Language:Shell 20.6%Language:Makefile 19.1%Language:Batchfile 17.5%Language:JavaScript 12.4%Language:HTML 2.4%