From 60002b4a903ecb68b7ce309f21b8e8c1a4e65820 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 9 Feb 2018 20:16:21 +1100 Subject: [PATCH 1/3] Changed path to build instructions [ci skip] --- winbuild/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/README.md b/winbuild/README.md index 5ecbf18c6..144d05577 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -1,7 +1,7 @@ Quick README ------------ -For more extensive info, see the Windows build instructions `docs/build.rst`. +For more extensive info, see the Windows build instructions `winbuild/build.rst`. * See https://github.com/python-pillow/Pillow/issues/553#issuecomment-37877416 and https://github.com/matplotlib/matplotlib/issues/1717#issuecomment-13343859 From cbb0c8fc534d004142c66b5ebda56ba38fdcecb8 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 9 Feb 2018 20:55:24 +1100 Subject: [PATCH 2/3] Changed build instructions path to link [ci skip] --- winbuild/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/README.md b/winbuild/README.md index 144d05577..471b61a57 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -1,7 +1,7 @@ Quick README ------------ -For more extensive info, see the Windows build instructions `winbuild/build.rst`. +For more extensive info, see the [Windows build instructions](build.rst). * See https://github.com/python-pillow/Pillow/issues/553#issuecomment-37877416 and https://github.com/matplotlib/matplotlib/issues/1717#issuecomment-13343859 From 19590874a84beef8d0ee9c2067e914197b05257d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 9 Feb 2018 20:56:10 +1100 Subject: [PATCH 3/3] Fixed link [ci skip] --- winbuild/build.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/winbuild/build.rst b/winbuild/build.rst index 86c4cf4c7..847a6e1d2 100644 --- a/winbuild/build.rst +++ b/winbuild/build.rst @@ -1,8 +1,9 @@ Building Pillow on Windows ========================== -.. note:: For most people, the :doc:`installation instructions - ` should be sufficient +.. note:: For most people, the `installation instructions + <../docs/installation.rst#windows-installation>`_ should + be sufficient. This page will describe a build setup to build Pillow against the supported Python versions in 32 and 64-bit modes, using freely