[GRASS-SVN] r61722 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 23 15:09:11 PDT 2014


Author: martinl
Date: 2014-08-23 15:09:11 -0700 (Sat, 23 Aug 2014)
New Revision: 61722

Modified:
   grass/trunk/man/build_html.py
Log:
manual cosmetics (index): set proportion

Modified: grass/trunk/man/build_html.py
===================================================================
--- grass/trunk/man/build_html.py	2014-08-23 21:36:57 UTC (rev 61721)
+++ grass/trunk/man/build_html.py	2014-08-23 22:09:11 UTC (rev 61722)
@@ -80,7 +80,7 @@
 <table align="center" border="0" cellspacing="8">
   <tbody>
     <tr>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Quick Introduction</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Quick Introduction</h3>
       <ul>
        <li class="box"><a href="helptext.html">How to start with GRASS</a></li>
        <li class="box"><span>Index of <a href="topics.html">topics</a> and <a href="keywords.html">keywords</a></span></li>
@@ -94,7 +94,7 @@
        <li class="box"><span><a href="http://grasswiki.osgeo.org/wiki/Faq">FAQ - Frequently Asked Questions</a> (Wiki)</span></li>
       </ul>
       </td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Display/Graphical User Interfaces</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Display/Graphical User Interfaces</h3>
        <ul>
         <li class="box"><span><a href="wxGUI.html">wxGUI</a> Graphical User Interface</span></li>
         <li class="box"><a href="wxGUI.components.html">wxGUI components</a></li>
@@ -110,7 +110,7 @@
         <li class="box"><a href="displaydrivers.html">Display drivers</a></li>
        </ul>
       </td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> General</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> General</h3>
 	<ul>
 	<li class="box"><a href="grass7.html">GRASS GIS startup manual page</a></li>
 	<li class="box"><a href="general.html">General commands manual</a></li>
@@ -118,38 +118,38 @@
       </td>
     </tr>
     <tr>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Raster processing</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Raster processing</h3>
        <ul>
         <li class="box"><a href="rasterintro.html">Intro: 2D raster map processing</a></li>
         <li class="box"><a href="raster.html">Raster commands manual</a></li>
        </ul>
       </td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> 3D raster processing</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> 3D raster processing</h3>
        <ul>
         <li class="box"><a href="raster3dintro.html">Intro: 3D raster map (voxel) processing</a></li>
         <li class="box"><a href="raster3D.html">3D raster (voxel) commands manual</a></li>
       </ul></td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Image processing</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Image processing</h3>
        <ul>
         <li class="box"><a href="imageryintro.html">Intro: image processing</a></li>
         <li class="box"><a href="imagery.html">Imagery commands manual</a></li>
       </ul></td>
     </tr>
     <tr>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Vector processing</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Vector processing</h3>
        <ul>
         <li class="box"><a href="vectorintro.html">Intro: vector map processing and network analysis</a></li>
         <li class="box"><a href="vector.html">Vector commands manual</a></li>
         <li class="box"><a href="vectorascii.html">GRASS ASCII vector format specification</a></li>
       </ul></td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Database</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Database</h3>
        <ul>
 	<li class="box"><a href="databaseintro.html">Intro: database management</a></li>
 	<li class="box"><a href="sql.html">SQL support in GRASS GIS</a></li>
 	<li class="box"><a href="database.html">Database commands manual</a></li>
        </ul>
       </td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Temporal processing</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Temporal processing</h3>
        <ul>
         <li class="box"><a href="temporalintro.html">Intro: temporal data processing</a></li>
         <li class="box"><a href="temporal.html">Temporal commands manual</a></li>
@@ -157,19 +157,19 @@
       </td>
     </tr>
     <tr>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Cartography</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Cartography</h3>
        <ul>
         <li class="box"><a href="postscript.html">Postscript commands manual</a></li>
         <li class="box"><a href="g.gui.psmap.html">wxGUI Cartographic Composer</a></li>
        </ul>
       </td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Miscellaneous & Variables</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Miscellaneous & Variables</h3>
        <ul>
         <li class="box"><a href="misc.html">Miscellaneous commands manual</a></li>
         <li class="box"><a href="variables.html">GRASS variables and environment variables</a></li>
        </ul>
       </td>
-      <td valign="top" bgcolor="${box_color}" class="box"><h3> Python</h3>
+      <td width="33%" valign="top" bgcolor="${box_color}" class="box"><h3> Python</h3>
        <ul>
         <li class="box"><a href="libpython/index.html">PyGRASS documentation</a></li>
         <li class="box"><a href="libpython/index.html">GRASS GIS Testsuite</a></li>



More information about the grass-commit mailing list