[GRASS-SVN] r39232 - grass/branches/develbranch_6/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 17 21:10:12 EDT 2009


Author: hamish
Date: 2009-09-17 21:10:10 -0400 (Thu, 17 Sep 2009)
New Revision: 39232

Modified:
   grass/branches/develbranch_6/tools/module_synopsis.sh
Log:
add wxGUI to TOC; minor tweaks

Modified: grass/branches/develbranch_6/tools/module_synopsis.sh
===================================================================
--- grass/branches/develbranch_6/tools/module_synopsis.sh	2009-09-17 13:51:18 UTC (rev 39231)
+++ grass/branches/develbranch_6/tools/module_synopsis.sh	2009-09-18 01:10:10 UTC (rev 39232)
@@ -66,6 +66,9 @@
 python "$MDPY" commands | sed -e 's/ | /|/' -e 's/[ -].*|/|/' \
   | sort -u > "$TMP.menu_hierarchy"
 
+# for running with GRASS 6.4 after generating with GRASS 6.5.
+#\cp "$TMP.menu_hierarchy" "$GISBASE/etc/gui/menu_hierarchy.txt"
+#\cp "$GISBASE/etc/gui/menu_hierarchy.txt" "$TMP.menu_hierarchy"
 
 ### given a module name return where it is in the menu tree
 find_menu_hierarchy()
@@ -218,18 +221,19 @@
 
 <h4>Command types:</h4>
 <ul>
-<li> d.* - <a href="#d">display commands</a>
-<li> db.* - <a href="#db">database</a> commands
-<li> g.* - <a href="#g">general</a> commands
-<li> i.* - <a href="#i">imagery</a> commands
-<li> m.* - <a href="#m">miscellanous</a> commands
-<li> ps.* - <a href="#ps">PostScript</a> commands
-<li> r.* - <a href="#r">raster</a> commands
-<li> r3.* - <a href="#r3">raster3D</a> commands
-<li> v.* - <a href="#v">vector</a> commands
-<li> gis.m - GUI frontend (Tcl/Tk)
-<li> nviz - visualization suite
-<li> xganim - raster map slideshow
+  <li> d.* - <a href="#d">display commands</a>
+  <li> db.* - <a href="#db">database</a> commands
+  <li> g.* - <a href="#g">general</a> commands
+  <li> i.* - <a href="#i">imagery</a> commands
+  <li> m.* - <a href="#m">miscellanous</a> commands
+  <li> ps.* - <a href="#ps">PostScript</a> commands
+  <li> r.* - <a href="#r">raster</a> commands
+  <li> r3.* - <a href="#r3">raster3D</a> commands
+  <li> v.* - <a href="#v">vector</a> commands
+  <li> <a href="wxGUI.html">wxGUI</a> - GUI frontend (wxPython)
+  <li> <a href="gis.m.html">gis.m</a> - GUI frontend (Tcl/Tk)
+  <li> <a href="nviz.html">NVIZ</a> - <i>n</i>-dimensional visualization suite
+  <li> <a href="xganim.html">xganim</a> - raster map slideshow viewer
 EOF
 
 
@@ -368,9 +372,10 @@
 \item [r.{*}]raster commands
 \item [r3.{*}]raster3D commands
 \item [v.{*}]vector commands
+\item [wxGUI]GUI frontend (wxPython)
 \item [gis.m]GUI frontend (Tcl/Tk)
-\item [nviz]visualization suite
-\item [xganim]raster map slideshow
+\item [NVIZ]$n$-dimensional visualization suite
+\item [xganim]raster map slideshow viewer
 EOF
 
 
@@ -418,7 +423,7 @@
 	| awk '/^\$/ { STR=$0; \
 		       gsub(" ", "\\: ", STR); \
 		       gsub(/\|/, " ", STR); \
-		       sub(/^/, "\\textcolor{DarkSeaGreen3}{\\footnotesize ", STR); \
+		       sub(/^/, "  \\textcolor{DarkSeaGreen3}{\\footnotesize ", STR); \
 		       sub(/$/, "}", STR); \
 		       print STR \
 		     } ;
@@ -453,7 +458,13 @@
 \rm -f "${TMP}.txt"
 
 
+##### FIXME
+# post generation tidy-up
+# - sort order isn't ideal. try 'sort -n'??
+#     fix: *.univar.sh, r.surf.idw2, v.to.rast3, r.out.ppm3, others..
+#####
 
+
 g.message "Converting LaTeX to PDF (writing to \$GISBASE/docs/pdf/) ..."
 
 for PGM in pdflatex ; do



More information about the grass-commit mailing list