From b73fabc3656a945c33067ea1684a47d0cac11871 Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Tue, 17 Jan 2017 13:45:35 -0500
Subject: [PATCH] [1.10.x] Removed obsolete GIS install instructions.

Backport of 4054013e002aaed4efac8e2388fa3b694b61bac5 from master
---
 docs/ref/contrib/gis/install/index.txt | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt
index 63f68a7fac..4ec7c9ee7e 100644
--- a/docs/ref/contrib/gis/install/index.txt
+++ b/docs/ref/contrib/gis/install/index.txt
@@ -371,28 +371,10 @@ Windows
 Proceed through the following sections sequentially in order to install
 GeoDjango on Windows.
 
-.. note::
-
-    These instructions assume that you are using 32-bit versions of
-    all programs.  While 64-bit versions of Python and PostgreSQL 9.x
-    are available, 64-bit versions of spatial libraries, like
-    GEOS and GDAL, are not yet provided by the :ref:`OSGeo4W` installer.
-
 Python
 ~~~~~~
 
-First, download the latest `Python 2.7 installer`__ from the Python website.
-Next, run the installer and keep the defaults -- for example, keep
-'Install for all users' checked and the installation path set as
-``C:\Python27``.
-
-.. note::
-
-    You may already have a version of Python installed in ``C:\python`` as ESRI
-    products sometimes install a copy there.  *You should still install a
-    fresh version of Python 2.7.*
-
-__ https://python.org/download/
+:doc:`Install Python </howto/windows>`.
 
 PostgreSQL
 ~~~~~~~~~~