From c082ae5638c18a9109c574d6209f15cdad5ec609 Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Mon, 8 Jun 2015 12:42:41 +0200 Subject: [PATCH] cleanup old docs --- sphinx/getting_started.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sphinx/getting_started.rst b/sphinx/getting_started.rst index a69d60e..771a6c7 100644 --- a/sphinx/getting_started.rst +++ b/sphinx/getting_started.rst @@ -92,9 +92,8 @@ Routing At the heart of rückenwind there is routing of http requests. It draws inspiration from several other projects, like `Flask `_ . -Design notes +.. note:: - * **Classes** are used to allow request handlers to be reused via inheritance. * **HTTP methods** are strictly seperated. You cannot have one python function answering GET and POST.