From 4555df03d0d4410efc9bdfb93d96791627260958 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 31 Oct 2011 16:24:29 +0100 Subject: [PATCH] Slightly updated README to correctly render as reStructuredText. --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index c423623..b52319c 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Installation ------------ 1. ``pip install django-imagekit`` - (or clone the source and put the imagekit module on your path) + (or clone the source and put the imagekit module on your path) 2. Add ``'imagekit'`` to your ``INSTALLED_APPS`` list in your project's settings.py @@ -85,7 +85,7 @@ Admin ImageKit also contains a class named ``imagekit.admin.AdminThumbnail`` for displaying specs (or even regular ImageFields) in the -`Django admin change list`__. AdminThumbnail is used as a property on +`Django admin change list`_. AdminThumbnail is used as a property on Django admin classes:: from django.contrib import admin @@ -103,6 +103,4 @@ Django admin classes:: AdminThumbnail can even use a custom template. For more information, see ``imagekit.admin.AdminThumbnail``. - -__ https://docs.djangoproject.com/en/dev/intro/tutorial02/#customize-the-admin-change-list -__ https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display +.. _`Django admin change list`: https://docs.djangoproject.com/en/dev/intro/tutorial02/#customize-the-admin-change-list