Randall Leeds 90fb09f618 Don't reload the paster app when run with pserve
Using gunicorn with paster command line causes the application to
load before gunicorn. In this case, there is no choice but to preload
the application. Document this fact.

Fixes #528.
2013-08-06 03:29:58 -07:00
..
2012-10-21 08:14:27 +03:00
2013-07-10 08:11:45 +02:00
2012-10-03 05:04:07 +05:45
2012-10-18 17:21:14 +02:00
2013-06-29 06:09:52 +02:00
2012-10-03 04:29:35 +05:45
2012-10-03 04:29:35 +05:45

Generate Documentation
======================

Requirements
------------

To generate documentation you need to install:

 - Python >= 2.5
 - Sphinx (http://sphinx.pocoo.org/)


Generate html
-------------
::

    $ make html

The command generates html document inside ``build/html`` dir.