@@ -51,7 +51,7 @@ Development Web Server
5151Django
5252------
5353
54- `Django <http ://www.djangoproject.com >`_ is a "batteries included" web
54+ `Django <https ://www.djangoproject.com >`_ is a "batteries included" web
5555application framework, and is an excellent choice for creating content-oriented
5656websites. By providing many utilities and patterns out of the box, Django aims
5757to make it possible to build complex, database-backed web applications quickly,
@@ -123,7 +123,7 @@ focus on modularity. It comes with a small number of libraries ("batteries")
123123built-in, and encourages users to extend its base functionality. A set of
124124provided cookiecutter templates helps making new project decisions for users.
125125It poweres one of the most important parts of python infrastucture
126- `PyPI <http ://pypi.org/ >`_.
126+ `PyPI <https ://pypi.org/ >`_.
127127
128128Pyramid does not have a large user base, unlike Django and Flask. It's a
129129capable framework, but not a very popular choice for new Python web
@@ -169,7 +169,7 @@ servers and provide top performance [3]_.
169169Gunicorn
170170--------
171171
172- `Gunicorn <http ://gunicorn.org/ >`_ (Green Unicorn) is a pure-python WSGI
172+ `Gunicorn <https ://gunicorn.org/ >`_ (Green Unicorn) is a pure-python WSGI
173173server used to serve Python applications. Unlike other Python web servers,
174174it has a thoughtful user-interface, and is extremely easy to use and
175175configure.
@@ -237,14 +237,14 @@ details.
237237Heroku
238238------
239239
240- `Heroku <http ://www.heroku.com/python >`_ offers first-class support for
240+ `Heroku <https ://www.heroku.com/python >`_ offers first-class support for
241241Python 2.7–3.5 applications.
242242
243243Heroku supports all types of Python web applications, servers, and frameworks.
244244Applications can be developed on Heroku for free. Once your application is
245245ready for production, you can upgrade to a Hobby or Professional application.
246246
247- Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python >`_
247+ Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python-support >`_
248248on using Python with Heroku, as well as `step-by-step instructions
249249<https://devcenter.heroku.com/articles/getting-started-with-python> `_ on
250250how to set up your first application.
@@ -254,7 +254,7 @@ Heroku is the recommended PaaS for deploying Python web applications today.
254254Eldarion
255255--------
256256
257- `Eldarion <http ://eldarion.cloud/ >`_ (formely known as Gondor) is a PaaS powered
257+ `Eldarion <https ://eldarion.cloud/ >`_ (formely known as Gondor) is a PaaS powered
258258by Kubernetes, CoreOS, and Docker. They support any WSGI application and have a
259259guide on deploying `Django projects <https://eldarion-gondor.github.io/docs/how-to/setup-deploy-first-django-project/ >`_.
260260
@@ -417,12 +417,12 @@ Chameleon
417417---------
418418
419419`Chameleon <https://chameleon.readthedocs.io/ >`_ Page Templates are an HTML/XML template
420- engine implementation of the `Template Attribute Language (TAL) <http ://en.wikipedia.org/wiki/Template_Attribute_Language >`_,
420+ engine implementation of the `Template Attribute Language (TAL) <https ://en.wikipedia.org/wiki/Template_Attribute_Language >`_,
421421`TAL Expression Syntax (TALES) <https://chameleon.readthedocs.io/en/latest/reference.html#expressions-tales >`_,
422422and `Macro Expansion TAL (Metal) <https://chameleon.readthedocs.io/en/latest/reference.html#macros-metal >`_ syntaxes.
423423
424424Chameleon is available for Python 2.5 and up (including 3.x and pypy), and
425- is commonly used by the `Pyramid Framework <http ://trypyramid.com >`_.
425+ is commonly used by the `Pyramid Framework <https ://trypyramid.com/ >`_.
426426
427427Page Templates add within your document structure special element attributes
428428and text markup. Using a set of simple language constructs, you control the
@@ -519,5 +519,5 @@ Mako is well respected within the Python web community.
519519.. rubric :: References
520520
521521.. [1 ] `The mod_python project is now officially dead <http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html >`_
522- .. [2 ] `mod_wsgi vs mod_python <http://www. modpython.org/pipermail/mod_python/2007-July/024080.html >`_
522+ .. [2 ] `mod_wsgi vs mod_python <http://modpython.org/pipermail/mod_python/2007-July/024080.html >`_
523523 .. [3 ] `Benchmark of Python WSGI Servers <http://nichol.as/benchmark-of-python-web-servers >`_
0 commit comments