From 64c83ac6fb0813a4d74d356a2e11d0ecfee409a3 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Wed, 16 Mar 2011 16:52:53 +0000 Subject: [PATCH] [1.2.X] Use Sphinx `:download:` directives for spatial database template creation scripts instead of linking to geodjango.org. Backport of r15854 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15855 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/gis/install.txt | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt index 3a06103104..d0eb0c99bc 100644 --- a/docs/ref/contrib/gis/install.txt +++ b/docs/ref/contrib/gis/install.txt @@ -545,14 +545,14 @@ to create a PostGIS spatial database template:: These commands may be placed in a shell script for later use; for convenience the following scripts are available: -=============== ========================================== -PostGIS Version Shell Script -=============== ========================================== -1.3 `create_template_postgis-1.3.sh`_ -1.4 `create_template_postgis-1.4.sh`_ -1.5 `create_template_postgis-1.5.sh`_ -Debian/Ubuntu `create_template_postgis-debian.sh`_ -=============== ========================================== +=============== ============================================= +PostGIS Version Bash Shell Script +=============== ============================================= +1.3 :download:`create_template_postgis-1.3.sh` +1.4 :download:`create_template_postgis-1.4.sh` +1.5 :download:`create_template_postgis-1.5.sh` +Debian/Ubuntu :download:`create_template_postgis-debian.sh` +=============== ============================================= Afterwards, you may create a spatial database by simply specifying ``template_postgis`` as the template to use (via the ``-T`` option):: @@ -567,11 +567,6 @@ Afterwards, you may create a spatial database by simply specifying $ createuser --createdb -.. _create_template_postgis-1.3.sh: http://geodjango.org/docs/create_template_postgis-1.3.sh -.. _create_template_postgis-1.4.sh: http://geodjango.org/docs/create_template_postgis-1.4.sh -.. _create_template_postgis-1.5.sh: http://geodjango.org/docs/create_template_postgis-1.5.sh -.. _create_template_postgis-debian.sh: http://geodjango.org/docs/create_template_postgis-debian.sh - .. _create_spatialite_db: Creating a Spatial Database for SpatiaLite @@ -927,7 +922,7 @@ Ubuntu & Debian GNU/Linux The PostGIS SQL files are not placed the PostgreSQL share directory in the Debian and Ubuntu packages, and are located instead special directory depending on the release. Thus, when :ref:`spatialdb_template` use the - `create_template_postgis-debian.sh`_ script instead + :download:`create_template_postgis-debian.sh` script instead .. _ubuntu: @@ -1095,7 +1090,7 @@ Debian 5.0 . Thus when :ref:`spatialdb_template` either: If not running PostgreSQL 8.3, then replace ``8.3`` in the command above with the correct version. -* Or use the `create_template_postgis-debian.sh`_ to create the spatial database. +* Or use the :download:`create_template_postgis-debian.sh` to create the spatial database. .. _windows: