quick doc fixes

This commit is contained in:
benoitc 2013-06-29 06:09:52 +02:00
parent e5242d4fde
commit 434008419a
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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::

View File

@ -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>`.