11|Build Status |_
22
3- .. |Build Status | image :: https://travis-ci.org /matthewwithanm/django-imagekit.svg?branch=develop
4- .. _Build Status : https://travis-ci.org /matthewwithanm/django-imagekit
3+ .. |Build Status | image :: https://github.com /matthewwithanm/django-imagekit/actions/workflows/python.yml/badge .svg?branch=develop
4+ .. _Build Status : https://github.com /matthewwithanm/django-imagekit/actions/workflows/python.yml
55
66ImageKit is a Django app for processing images. Need a thumbnail? A
77black-and-white version of a user-uploaded image? ImageKit will make them for
8- you. If you need to programatically generate one image from another, you need
8+ you. If you need to programmatically generate one image from another, you need
99ImageKit.
1010
1111ImageKit comes with a bunch of image processors for common tasks like resizing
@@ -22,17 +22,11 @@ __ https://github.com/fish2000/instakit
2222Installation
2323============
2424
25- 1. Install `PIL `_ or ` Pillow `_. (If you're using an ``ImageField `` in Django,
25+ 1. Install `Pillow `_. (If you're using an ``ImageField `` in Django,
2626 you should have already done this.)
27272. ``pip install django-imagekit ``
28- 3. Add ``'imagekit' `` to your ``INSTALLED_APPS `` list in your project's settings.py
28+ 3. Add ``'imagekit' `` to your ``INSTALLED_APPS `` list in your project's `` settings.py ``
2929
30- .. note :: If you've never seen Pillow before, it considers itself a
31- more-frequently updated "friendly" fork of PIL that's compatible with
32- setuptools. As such, it shares the same namespace as PIL does and is a
33- drop-in replacement.
34-
35- .. _`PIL` : http://pypi.python.org/pypi/PIL
3630.. _`Pillow` : http://pypi.python.org/pypi/Pillow
3731
3832
@@ -447,7 +441,7 @@ AdminThumbnail can even use a custom template. For more information, see
447441Management Commands
448442-------------------
449443
450- ImageKit has one management command—`generateimages `—which will generate cache
444+ ImageKit has one management command—`` generateimages ` `—which will generate cache
451445files for all of your registered image generators. You can also pass it a list
452446of generator ids in order to generate images selectively.
453447
@@ -473,9 +467,8 @@ people, open a pull request so we can take a look!
473467You can also check out our list of `open, contributor-friendly issues `__ for
474468ideas.
475469
476- Check out our `contributing guidelines `__ for more information about pitching in
470+ Check out our `contributing guidelines `_ for more information about pitching in
477471with ImageKit.
478472
479-
480473__ https://github.com/matthewwithanm/django-imagekit/issues?labels=contributor-friendly&state=open
481- __ https://github.com/matthewwithanm/django-imagekit/blob/develop/CONTRIBUTING.rst
474+ .. _ `contributing guidelines` : https://github.com/matthewwithanm/django-imagekit/blob/develop/CONTRIBUTING.rst
0 commit comments