From 9a3d580c526ef67110cdd3c2b1faee6e7e6cb2d4 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 1 Dec 2014 07:08:38 +0200 Subject: [PATCH] Simplfy documentation index page. --- docs/source/index.rst | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index e51db7da..fb208854 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,10 +1,15 @@ ====================== -Gunicorn - wsgi server +Gunicorn - WSGI server ====================== - .. image:: _static/gunicorn.png +:Website: http://gunicorn.org +:Source code: https://github.com/benoitc/gunicorn +:Issue tracker: https://github.com/benoitc/gunicorn/issues +:IRC: ``#gunicorn`` on Freenode +:Mail list: http://lists.gunicorn.org/user/ + Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server @@ -21,15 +26,6 @@ Features * Compatible with Python 2.x >= 2.6 or 3.x >= 3.2 -.. note:: - main Gunicorn website on http://gunicorn.org - - -.. note:: - gunicorn source code is hosted on `Github `_ - - - Contents --------