From 4d4989a7755b02fcfec504978e5562546491f631 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 26 Nov 2012 11:15:19 +0100 Subject: [PATCH] README update --- README.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 5be6a0fb..77129eeb 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ About ----- YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site. *Be cause we think that the more OSM will be used, the more OSM will be ''cured''.* -It uses django-chickpea, built on top of Django and Leaflet +It uses `django-chickpea `_, built on top of Django and Leaflet. Quickstart @@ -20,11 +20,3 @@ To bootstrap the project:: pip install -e . cp youmap/settings/local.py.example youmap/settings/local.py manage.py syncdb --migrate - -Documentation -------------- - -Developer documentation is available in Sphinx format in the docs directory. - -Initial installation instructions (including how to build the documentation as -HTML) can be found in docs/install.rst.