Skip to content

Commit

Permalink
cleanup old docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLudwig committed Jun 8, 2015
1 parent 52fb62e commit c082ae5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinx/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://flask.pocoo.org/>`_ .

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.


Expand Down

0 comments on commit c082ae5

Please sign in to comment.