From d7e3519fc4ad828f3534864d8d38e9ccbc9aa2bd Mon Sep 17 00:00:00 2001 From: kuyan Date: Wed, 16 Apr 2014 11:21:39 -0700 Subject: [PATCH 1/2] Update Heroku Python guide link --- docs/scenarios/web.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 8a15ae9f1..db6a685e6 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -160,14 +160,14 @@ uWSGI ----- `uWSGI `_ is a full stack for building -hosting services. In addition to process management, process monitoring, -and other functionality, uWSGI acts as an application server for various +hosting services. In addition to process management, process monitoring, +and other functionality, uWSGI acts as an application server for various programming languages and protocols - including Python and WSGI. uWSGI can -either be run as a stand-alone web router, or be run behind a full web +either be run as a stand-alone web router, or be run behind a full web server (such as Nginx or Apache). In the latter case, a web server can configure uWSGI and an application's operation over the `uwsgi `_ -protocol. uWSGI's web server support allows for dynamically configuring +protocol. uWSGI's web server support allows for dynamically configuring Python, passing environment variables and further tuning. For full details, see `uWSGI magic variables `_. @@ -221,9 +221,9 @@ start to charge you once you "scale" your application to run on more than one Dyno (abstracted servers) at a time. Heroku publishes `step-by-step instructions -`_ on how to set up your first -application for use in Heroku, and maintains a list of `example applications -`_. +`_ on +how to set up your first application for use in Heroku, and maintains a +list of `example applications `_. DotCloud From 5a8324f60d0d219fca73717bd3f2c6d1a51a2f83 Mon Sep 17 00:00:00 2001 From: kuyan Date: Wed, 16 Apr 2014 11:28:13 -0700 Subject: [PATCH 2/2] Link rot - python.herokuapp.com no longer exists. python.herokuapp.com 404s but python.heroku.com redirects to Python documentation for Heroku. --- docs/scenarios/web.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index db6a685e6..7962279d4 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -220,10 +220,10 @@ free of charge. Heroku is best described as a horizontal scaling platform. They start to charge you once you "scale" your application to run on more than one Dyno (abstracted servers) at a time. -Heroku publishes `step-by-step instructions +Heroku maintains `articles `_ +on using Python with Heroku as well as `step-by-step instructions `_ on -how to set up your first application for use in Heroku, and maintains a -list of `example applications `_. +how to set up your first application. DotCloud