From 8744a5243a1314a08061e3ae7b443552de5fff13 Mon Sep 17 00:00:00 2001 From: javex Date: Fri, 8 Mar 2013 03:40:32 +0100 Subject: [PATCH] Add documentation for pyramid --- docs/scenarios/web.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 7bdd1dd..264d450 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -90,7 +90,21 @@ application that is not commonly found in other web frameworks. Support can be found on its `mailing list `_. -.. todo:: Explain Pyramid +Pyramid +-------- + +`Pyramid `_ lies somewhere between a big +framework like Django and the microframeworks: It comes with a lot of libraries +and functionality and can thus not be considered lightweight. On the other +hand, it does not provide all the functionality Django does. Instead Pyramid +brings basic support for most regular tasks and provides a great deal of +extensibility. Additionally, Pyramid has a huge focus on complete +`documentation `_. As +a little extra it comes with the Werkzeug Debugger which allows you to debug a +running web application in the browser. + +**Support** can also be found in the +`documentation `_. Web Servers