mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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.
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.