Skip to content

Files

Latest commit

6b9a73c · Feb 27, 2012

History

History
36 lines (23 loc) · 707 Bytes

README.markdown

File metadata and controls

36 lines (23 loc) · 707 Bytes

Private Chef Administration Guide

This repository has the source material for the Private Chef Administration guide.

Prerequisites

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).

Installation

$ easy_install Pygments
$ easy_install sphinx

Build

To build the documentation:

$ make html

Will generate HTML output in build/html/index.html.

Run:

$ make help

For alternative formats.