Mitchel Humpherys 52bfb7a0e7 design.rst: grammar
Currently, we introduce this document as a description
of "an" architecture of Gunicorn, which makes it sound
like this document describes one of many Gunicorn
architectures, which doesn't make a lot of sense.

Clarify the grammar by introducing the document as a
description of "the" Gunicorn architecture.
2015-04-28 22:04:48 -07:00
..
2014-03-31 11:14:45 -07:00
2015-03-06 11:17:12 +01:00
2015-04-28 22:04:48 -07:00
2014-12-01 07:04:57 +02:00
2012-10-03 05:04:07 +05:45
2013-06-29 06:09:52 +02:00
2014-09-10 09:52:12 -04:00
2014-09-10 09:52:12 -04:00

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.