From 0b02a7158ec0bee2c63ae39ef9f162618c045bc8 Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Sat, 11 Feb 2012 16:00:11 -0500 Subject: [PATCH] Add link to readthedocs I think people don't know we have more documentation than the README that github is showing. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 8c7f99d..7958110 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,10 @@ ImageKit is a Django app that helps you to add variations of uploaded images to your models. These variations are called "specs" and can include things like different sizes (e.g. thumbnails) and black and white versions. +For the full documentation, see `ImageKit on RTD`_. + +.. _`ImageKit on RTD`: http://django-imagekit.readthedocs.org + Installation ------------