summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-03-13 11:43:32 -0700
committerBen Bangert <ben@groovie.org>2012-03-13 11:43:32 -0700
commit66a747093b4d9fc95f92294e39497cc9687aea89 (patch)
tree318e371c4df0e1790172938c676bc58e83c865f1
parent0ba485a8cae3b432868de67d30b6d0952cab2335 (diff)
downloadroutes-66a747093b4d9fc95f92294e39497cc9687aea89.tar.gz
remove logo
--HG-- branch : trunk
-rw-r--r--docs/index.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7e9cc7a..22ac414 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2,11 +2,6 @@
Routes Documentation
====================
-.. image:: routes-logo.png
- :width: 100px
- :height: 171px
- :align: left
-
Routes is a Python re-implementation of the Rails routes system for mapping URLs to application actions, and conversely to generate URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.
Routes allows conditional matching based on domain, cookies, HTTP method, or a custom function. Sub-domain support is built in. Routes comes with an extensive unit test suite.