mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Noticed by @guettli on GitHub, this sentence was likely supposed to say that workers may "be killed" and "start up", where "to start up" is a verb phrase while "startup" is a single word noun. Clarify by changing this to read "to stop and start".
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.