From 616237e95ac319660eb06e8dd53725899d8c5334 Mon Sep 17 00:00:00 2001 From: James Turk Date: Fri, 23 Oct 2009 14:50:16 -0400 Subject: [PATCH] add doc link --- README.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index e19905b..22553f6 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,7 @@ django-layar is a project of Sunlight Labs (c) 2009. Written by James Turk Source: http://github.com/sunlightlabs/django-layar/ +Documentation: http://packages.python.org/django-layar/README.html Requirements ============ @@ -90,11 +91,3 @@ In urls.py it is then necessary to map a URL directly to ``busstop_layar``:: Additional Settings ------------------- -Your :class:`LayarView`-derived class can also set a number of options. These options should be suitable for most purposes as Layar doesn't display more than 50 points, but are available should you for any reason need to change them. - -``results_per_page`` - controls the number of results returned at once (default: 15) -``max_results`` - controls the maximum number of results across all pages (default: 50) -``verify_hash`` - set to False to disable hash verification (useful for testing, shouldn't be False in production)