From ce0569612be0f01e7c83b7aeb04133cf2a910a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Tue, 28 May 2013 08:52:15 +0200 Subject: [PATCH] Refs #35 - Removed :doc: directives in README. --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index 51932ad..d8e3aab 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ In some :file:`urls.py`, serve files managed in a model: url('^download/(?P[A-Za-z0-9_-]+)/$', download, name='download'), ) -More examples in the :doc:`demo project `! +More examples in the "demo" section! ***** @@ -45,11 +45,9 @@ Several views are provided to cover frequent use cases: * ``HTTPDownloadView`` when you have an URL (the resource is proxied). * ``VirtualDownloadView`` when you the file is generated on the fly. -See `views `_ -for details. +See "views" section for details. -Then `setup optimizations to get increased performances -`_. +See also "optimizations" section to get increased performances. **********