[GRASS-SVN] r66004 - grass/trunk/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 24 08:47:10 PDT 2015


Author: wenzeslaus
Date: 2015-08-24 08:47:10 -0700 (Mon, 24 Aug 2015)
New Revision: 66004

Modified:
   grass/trunk/gui/wxpython/docs/wxGUI.html
Log:
wxGUI: move advanced info to the bottom in the main docs

Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2015-08-24 13:36:34 UTC (rev 66003)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2015-08-24 15:47:10 UTC (rev 66004)
@@ -1,55 +1,11 @@
 <!-- meta page description: wxGUI -->
 <h2>DESCRIPTION</h2>
 
-<b>wxGUI</b> is native <em>Graphical User Interface</em> (GUI) for
-GRASS GIS written in <a href="http://www.python.org">Python</a>
-using <a href="http://www.wxpython.org">wxPython</a> library.
+<b>wxGUI</b> is a native <em>Graphical User Interface</em> (GUI) for
+GRASS GIS. Its main features include displaying geographical data
+in 2D and 3D, calling GRASS GIS modules, and interacting with data.
 
-<h3>Starting the graphical user interface</h3>
-If the wxGUI is not the default user interface, it can defined as default by
-typing at the GRASS GIS command line prompt:
 
-<div class="code"><pre>
-g.gui -u wxpython
-</pre></div>
-
-Alternatively it may be defined in GISRC file
-(<tt>$HOME/.grass7/rc</tt> on GNU/Linux, <tt>$APPDATA\GRASS7\rc</tt>
-on MS Windows) by <tt>GUI</tt> variable
-
-<div class="code"><pre>
-GUI: wxpython
-</pre></div>
-
-or by the environmental variable <tt>GRASS_GUI</tt>.
-<p>
-The GUI can be quit by selecting the 'File -> Exit GUI' menu item.
-<!-- is → allowed? -->
-On MS Windows when GRASS is launched without an interactive command line
-this will end the entire GRASS session. In other cases the terminal
-window will remain running; type <tt>exit</tt> at the command prompt
-to end the GRASS session.
-<p>
-The GUI can be restarted from the GRASS command line prompt by typing
-
-<div class="code"><pre>
-g.gui wxpython
-</pre></div>
-
-To restart with previously saved workspace file:
-
-<div class="code"><pre>
-g.gui wxpython workspace=file.gxw
-</pre></div>
-
-<p>
-The user can also start GRASS from the shell command line with the wxGUI
-specifying the <tt>-gui</tt> (or <tt>-wxpython</tt>) switch:
-
-<div class="code"><pre>
-grass71 -gui
-</pre></div>
-
 <h3>Overview</h3>
 The GUI is composed of <em>two</em> main components:
 
@@ -667,6 +623,67 @@
   <dd>Fullscreen mode (toggle on/off)</dd>
 </dl>
 
+
+<h3>Starting the graphical user interface</h3>
+
+If the wxGUI is not the default user interface, it can defined as default by
+typing at the GRASS GIS command line prompt:
+
+<div class="code"><pre>
+g.gui -u wxpython
+</pre></div>
+
+Alternatively it may be defined in GISRC file
+(<tt>$HOME/.grass7/rc</tt> on GNU/Linux, <tt>$APPDATA\GRASS7\rc</tt>
+on MS Windows) by <tt>GUI</tt> variable
+
+<div class="code"><pre>
+GUI: wxpython
+</pre></div>
+
+or by the environmental variable <tt>GRASS_GUI</tt>.
+<p>
+The GUI can be quit by selecting the 'File -> Exit GUI' menu item.
+<!-- is → allowed? -->
+On MS Windows when GRASS is launched without an interactive command line
+this will end the entire GRASS session. In other cases the terminal
+window will remain running; type <tt>exit</tt> at the command prompt
+to end the GRASS session.
+<p>
+The GUI can be restarted from the GRASS command line prompt by typing
+
+<div class="code"><pre>
+g.gui
+</pre></div>
+
+or
+
+<div class="code"><pre>
+g.gui wxpython
+</pre></div>
+
+To restart with previously saved workspace file:
+
+<div class="code"><pre>
+g.gui wxpython workspace=file.gxw
+</pre></div>
+
+<p>
+The user can also start GRASS from the shell command line with the wxGUI
+specifying the <tt>-gui</tt> (or <tt>-wxpython</tt>) switch:
+
+<div class="code"><pre>
+grass71 -gui
+</pre></div>
+
+
+<h3>Background information</h3>
+
+<b>wxGUI</b> is a native <em>Graphical User Interface</em> (GUI) for
+GRASS GIS written in <a href="http://www.python.org">Python</a>
+using <a href="http://www.wxpython.org">wxPython</a> library.
+
+
 <h2>SEE ALSO</h2>
 
 <em>



More information about the grass-commit mailing list