Skip to content

campbellr/docs

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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