diff options
author | Ben Bangert <ben@groovie.org> | 2012-03-13 11:43:32 -0700 |
---|---|---|
committer | Ben Bangert <ben@groovie.org> | 2012-03-13 11:43:32 -0700 |
commit | 66a747093b4d9fc95f92294e39497cc9687aea89 (patch) | |
tree | 318e371c4df0e1790172938c676bc58e83c865f1 | |
parent | 0ba485a8cae3b432868de67d30b6d0952cab2335 (diff) | |
download | routes-66a747093b4d9fc95f92294e39497cc9687aea89.tar.gz |
remove logo
--HG--
branch : trunk
-rw-r--r-- | docs/index.rst | 5 |
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. |