# 
# About:
# =====
# The docs directory contains the workshop documentation.
# Sphinx installed on Ubuntu 10.04
#

# Install notes:
# =============
sudo apt-get install python-sphinx texlive-full
sphinx-quickstart

# Build Documentation:
# ===================
make html

make latex
cd _build/latex/
make all-pdf

