From b35e368515c35fd13c9bedf960e15ca8953f0b47 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sat, 8 Mar 2014 18:12:29 -0800 Subject: [PATCH] Remove references to deprecated console scripts --- README.rst | 5 ++--- docs/source/run.rst | 11 +++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 90ad2ec2..b4d106e2 100644 --- a/README.rst +++ b/README.rst @@ -46,9 +46,8 @@ Gevent_ you most likely need to install a newer version of libev_ or libevent_. Basic Usage ----------- -After installing Gunicorn you will have access to three command line scripts -that can be used for serving the various supported web frameworks: ``gunicorn``, -``gunicorn_django``, and ``gunicorn_paster``. +After installing Gunicorn you will have access to the command line script +``gunicorn``. Commonly Used Arguments +++++++++++++++++++++++ diff --git a/docs/source/run.rst b/docs/source/run.rst index efbce4fd..a906faa2 100644 --- a/docs/source/run.rst +++ b/docs/source/run.rst @@ -8,18 +8,13 @@ deploying Gunicorn in production see :doc:`deploy`. Commands ======== -After installing Gunicorn you will have access to three command line scripts -that can be used for serving the various supported web frameworks: - - * ``gunicorn`` - * ``gunicorn_django`` - * ``gunicorn_paster`` +After installing Gunicorn you will have access to the command line script +``gunicorn``. gunicorn -------- -The first and most basic script is used to serve 'bare' WSGI applications -that don't require a translation layer. Basic usage:: +Basic usage:: $ gunicorn [OPTIONS] APP_MODULE