|
@@ -105,14 +105,21 @@ r"""<!-- the files grass7.html & helptext.html file live in lib/init/ -->
|
|
|
<li class="box"><a href="displaydrivers.html">Display drivers</a></li>
|
|
|
</ul>
|
|
|
</td>
|
|
|
+ <td 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>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td valign="top" bgcolor="${box_color}" class="box"><h3> Raster and 3D raster processing</h3>
|
|
|
+ <td 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>
|
|
|
<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>
|
|
@@ -132,34 +139,36 @@ r"""<!-- the files grass7.html & helptext.html file live in lib/init/ -->
|
|
|
</ul></td>
|
|
|
<td 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>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td 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>
|
|
|
- </ul></td>
|
|
|
- <td 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>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
+ <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>
|
|
|
<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>
|
|
|
- </ul></td>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
<td 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>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
+ <td 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>
|
|
|
+ <ul>
|
|
|
+ <li class="box"><a href="pygrass">PyGRASS documentation</a></li>
|
|
|
+ </ul>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|