From e0e4c4d52cc94334ab3b4c448a65ee2efb8b3072 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 15 Oct 2013 08:51:15 -0400 Subject: [PATCH] Shuffle --- docs/index.rst | 4 ---- docs/installation.rst | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e560c2594..548be1706 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,10 +15,6 @@ Python Imaging Library by Fredrik Lundh and Contributors. :target: https://pypi.python.org/pypi/Pillow/ :alt: Number of PyPI downloads -.. note:: Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3. - -.. note:: Pillow < 2.0.0 supports Python versions 2.4, 2.5, 2.6, 2.7. - For full compatibility, you'll want to read the complete :doc:`installation instructions `. diff --git a/docs/installation.rst b/docs/installation.rst index 2aa74caaf..b28c74b56 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,7 +8,9 @@ Installation .. warning:: PIL and Pillow currently cannot co-exist in the same environment. If you want to use Pillow, please remove PIL first. -.. Note:: Pillow < 2.0.0 supports Python versions 2.4, 2.5, 2.6, 2.7; Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3. +.. note:: Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3. + +.. note:: Pillow < 2.0.0 supports Python versions 2.4, 2.5, 2.6, 2.7. Simple installation -------------------