This repository has the source material for the Private Chef Administration guide.
To use this documentation, you'll need to have Sphinx installed, along with Pygments for syntax highlighting. If you want to generate PDF documentation, you'll also need to have a version of LaTeX installed (specifically latex2pdf).
$ easy_install Pygments
$ easy_install sphinxTo build the documentation:
$ make htmlWill generate HTML output in build/html/index.html.
Run:
$ make helpFor alternative formats.