[QGIS Commit] r9059 - in docs/trunk/english_us/user_guide: . plugins_grass_module_images

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 13 13:04:33 EDT 2008


Author: dassau
Date: 2008-08-13 13:04:33 -0400 (Wed, 13 Aug 2008)
New Revision: 9059

Modified:
   docs/trunk/english_us/user_guide/Makefile
   docs/trunk/english_us/user_guide/grass_integration.tex
   docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile
Log:
added a table template for GRASS Toolbox modules. I decided to use only the module name and a description. 
Module images are not necessary -> I removed src/plugins/grass/modules/ from Makefile option 'updateicon'


Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile	2008-08-13 16:16:34 UTC (rev 9058)
+++ docs/trunk/english_us/user_guide/Makefile	2008-08-13 17:04:33 UTC (rev 9059)
@@ -151,7 +151,7 @@
 #	(cd ./plugins_geoprocessing_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/*.png .)
 	(cd ./plugins_georeferencer_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/georeferencer/*.png .)
 	(cd ./plugins_gps_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/gps_importer/*.png .)
-	(cd ./plugins_grass_module_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/grass/themes/default/*.png $(QGISPLUGINSOURCE)/grass/modules/*.png .)
+	(cd ./plugins_grass_module_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/grass/themes/default/*.png)
 	(cd ./plugins_graticule_creator_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/grid_maker/*.png .)
 #       (cd ./plugins_maplayer_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/??/*.png .)
 #	(cd ./plugins_installer_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/*.png .)

Modified: docs/trunk/english_us/user_guide/grass_integration.tex
===================================================================
--- docs/trunk/english_us/user_guide/grass_integration.tex	2008-08-13 16:16:34 UTC (rev 9058)
+++ docs/trunk/english_us/user_guide/grass_integration.tex	2008-08-13 17:04:33 UTC (rev 9059)
@@ -331,10 +331,31 @@
 
 \subsubsection{Modules inside the toolbox} \index{GRASS!toolbox!modules}
 
-The GRASS toolbox provide a collection of GRASS modules which can be used
+The GRASS toolbox provides a collection of GRASS modules which can be used
 from within QGIS. They are grouped in thematic blocks which can be defined 
 by the user (see Section \ref{sec:toolbox-customizing}). 
 
+%% FIXME Include a list of available GRASS Modules as started below and
+%% as structured in QGIS Version 1.0. I would propose not to import module
+%% images, but the module names and their description 
+%% Below is just an example
+
+\begin{table}[h]
+\centering
+\caption{List of available GRASS Toolbox Modules}\label{tab:grass_modules}\medskip
+ \begin{tabular}{|l|p{5.3in}|}
+  \hline \multicolumn{2}{|c|}{\textbf{Data import modules}} \\ 
+  \hline \textbf{Module name} & \textbf{Purpose} \\
+  \hline r.in.gdal &  Import GDAL supported raster file into a GRASS binary raster map layer \\
+  \hline r.in.gdal.loc &  Import GDAL supported raster file into a GRASS
+  binary raster map layer and create a fitted location \\
+  \hline r.in.ascii & Converts an ASCII raster file to a GRASS binary raster map layer \\
+  \hline ... & ... \\
+\hline
+\end{tabular}
+\end{table}
+
+
 When clicking on a module a new tab will be added to your toolbox which
 provides three new sub-tabs:
 \begin{enumerate}

Modified: docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile	2008-08-13 16:16:34 UTC (rev 9058)
+++ docs/trunk/english_us/user_guide/plugins_grass_module_images/Makefile	2008-08-13 17:04:33 UTC (rev 9059)
@@ -54,7 +54,7 @@
 mapcalc_save.eps\
 mapcalc_save_as.eps\
 mapcalc_select.eps\
-
+r_in_gdal_1.eps\
 	
 ##### TARGETS #####
 



More information about the QGIS-commit mailing list