[postgis-tickets] r16758 - Fix docbook structure, move raster configuration in its own sect1

Sandro Santilli strk at kbt.io
Tue Sep 11 04:49:22 PDT 2018


Author: strk
Date: 2018-09-11 04:49:22 -0700 (Tue, 11 Sep 2018)
New Revision: 16758

Modified:
   trunk/doc/installation.xml
Log:
Fix docbook structure, move raster configuration in its own sect1

Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml	2018-09-11 09:50:26 UTC (rev 16757)
+++ trunk/doc/installation.xml	2018-09-11 11:49:22 UTC (rev 16758)
@@ -66,8 +66,12 @@
 psql -d yourdatabase -f sfcgal_comments.sql
 </programlisting>
 
-  <sect2 id="install_short_version_raster_configuration">
+  </sect1>
 
+  <sect1 id="raster_configuration">
+
+  <title>Configuring raster</title>
+
 	<para>
 	  If you enabled raster support you may want to read
     below how to properly configure it.
@@ -93,8 +97,6 @@
 	Then clicking <emphasis>Advanced System Settings ->Advanced->Environment Variables</emphasis> and adding new system variables.</para>
 	<para>After you set the environment variables, you'll need to restart your PostgreSQL service for the changes to take effect.</para>
 
-  </sect2>
-
   </sect1>
 
   <sect1 id="install_requirements">
@@ -199,7 +201,7 @@
 		  GDAL (pseudo optional) only if you don't want raster
 		  you can leave it out.  Also make sure to enable
 		  the drivers you want to use as described in <xref
-		  linkend="install_short_version_raster_configuration"/>.
+		  linkend="raster_configuration"/>.
     </para>
 	  </listitem>
 	  <listitem>



More information about the postgis-tickets mailing list