mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
I was reading the documentation to configure another application successfully deployed with Gunicorn, and thought the documentation here could be improved a bit for clarity. * Use code highlighting for the names, to indicate they are the names to use in the Python configuration file. * Spell out the CLI flags and defaults with "Command line" and "Default" prefixes so it's clear what these are * Consistently use Python syntax for the defaults, so the types may be more easily understood. * Split multiple CLI flags with "or" rather than a comma, for clarity and easier copy-paste. * Improve some descriptions, such as for ``raw_env`` and a header for "Server Hooks".
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 3.4
- Sphinx (http://sphinx-doc.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.