From 69c567cd8732d4221c9f8372f886a73dcdbb056c Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Sat, 5 Mar 2011 21:49:06 +0000 Subject: Doc tweaking again. Must get back to some proper stuff soon... --- docs/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d7c67d3e..452caa7c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,9 @@ Django REST framework Introduction ------------ -Django REST framework aims to make it easy to build well-connected, self-describing RESTful Web APIs. +Django REST framework is a lightweight REST framework for Django, that aims to make it easy to build well-connected, self-describing RESTful Web APIs. + +**Browse example APIs created with Django REST framework:** `the sandbox `_ Features: @@ -21,13 +23,13 @@ Features: * Optional support for forms as input validation. * Modular architecture - MixIn classes can be used without requiring the :class:`.Resource` or :class:`.ModelResource` classes. -The django-rest-framework project is hosted as a `mercurial repository on bitbucket `_. +The django-rest-framework project is hosted as a `mercurial repository on bitbucket `_ and is `available on PyPI `_. For questions, thoughts and feedback please head on over to the `discussion group `_. Bug reports are greatful received on the `issue tracker `_. -If you're feeling particularly enthusiastic there's even a `blog `_ which I might post useful stuff to now and then. +If you're feeling particularly enthusiastic there's even a `blog `_. Requirements ------------ -- cgit v1.2.3