Paul J. Davis 3165b0f87f Fix a typo in the documentation.
Some examples had -C instead of -c for specifying the config file. Thanks
to martync@github for the report.

Fixes #86
2010-08-30 11:54:52 -04:00
..
2010-08-06 10:12:23 +02:00
2010-08-30 11:54:52 -04:00
2010-08-30 11:54:52 -04:00
2010-06-06 16:00:41 +02:00
2010-06-06 01:12:13 -04:00
2010-06-06 01:12:13 -04:00
2010-05-31 22:34:38 +02:00
2010-06-06 01:12:13 -04:00

Generate Documentation
----------------------

Requirements
++++++++++++

To generate documentation you need to install:

 - Python 2.x >= 2.5
 - jinja2 (http://jinja.pocoo.org/2/)
 - docutils (http://docutils.sourceforge.net/)
 - compass (http://compass-style.org/)
 - compass-960-plugin (http://github.com/chriseppstein/compass-960-plugin)
 
 
Generate
++++++++
::

    $ ./buildweb.py

Have a look in the file.py for configuration details.