Randall Leeds fd22ea24ae Merge pull request #727 from benoitc/feature/651
PR that rebase #651. Should also fix #625.

Add the capability to load gunicorn.base.Application without the
loading of the arguments of the command line.
2014-05-07 14:53:29 -07:00
..
2014-03-31 11:14:45 -07:00
2013-12-12 15:00:45 -08:00
2013-12-26 13:42:17 +01:00
2012-10-03 05:04:07 +05:45
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.