mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
quick doc fixes
This commit is contained in:
parent
e5242d4fde
commit
434008419a
@ -6,7 +6,7 @@ Requirements
|
|||||||
|
|
||||||
To generate documentation you need to install:
|
To generate documentation you need to install:
|
||||||
|
|
||||||
- Python 2.x >= 2.5
|
- Python >= 2.5
|
||||||
- Sphinx (http://sphinx.pocoo.org/)
|
- Sphinx (http://sphinx.pocoo.org/)
|
||||||
|
|
||||||
|
|
||||||
@ -16,4 +16,4 @@ Generate html
|
|||||||
|
|
||||||
$ make html
|
$ make html
|
||||||
|
|
||||||
The command generates html document inside ``build/html`` dir.
|
The command generates html document inside ``build/html`` dir.
|
||||||
|
|||||||
@ -18,7 +18,7 @@ Features
|
|||||||
* Simple Python configuration
|
* Simple Python configuration
|
||||||
* Multiple worker configurations
|
* Multiple worker configurations
|
||||||
* Various server hooks for extensibility
|
* Various server hooks for extensibility
|
||||||
* Compatible with Python 2.x >= 2.6 and 3.x >= 3.1
|
* Compatible with Python 2.x >= 2.6 or 3.x >= 3.1
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
Signals Handling
|
Signals Handling
|
||||||
================
|
================
|
||||||
|
|
||||||
A brief description of the signals handled by Gunicorn, We also document the
|
A brief description of the signals handled by Gunicorn. We also document the
|
||||||
signales used internally by Gunicorn to communicate with the workers. With the
|
signales used internally by Gunicorn to communicate with the workers. With the
|
||||||
exception of TTIN/TTOU the signals handling match the behaviour of `nginx
|
exception of TTIN/TTOU the signals handling match the behaviour of `nginx
|
||||||
<http://wiki.nginx.org/CommandLine>`.
|
<http://wiki.nginx.org/CommandLine>`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user