[GRASS-SVN] r67886 - in grass/trunk: general/g.findfile lib/python/docs/src raster/r.sun scripts/d.out.file scripts/d.to.rast vector/v.info
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 18 17:42:11 PST 2016
Author: wenzeslaus
Date: 2016-02-18 17:42:11 -0800 (Thu, 18 Feb 2016)
New Revision: 67886
Modified:
grass/trunk/general/g.findfile/g.findfile.html
grass/trunk/lib/python/docs/src/script_intro.rst
grass/trunk/raster/r.sun/r.sun.html
grass/trunk/scripts/d.out.file/d.out.file.html
grass/trunk/scripts/d.to.rast/d.to.rast.html
grass/trunk/vector/v.info/v.info.html
Log:
wxGUI/lmgr: fix documentation enteries for tabs missed in r67852
Modified: grass/trunk/general/g.findfile/g.findfile.html
===================================================================
--- grass/trunk/general/g.findfile/g.findfile.html 2016-02-18 21:38:31 UTC (rev 67885)
+++ grass/trunk/general/g.findfile/g.findfile.html 2016-02-19 01:42:11 UTC (rev 67886)
@@ -63,7 +63,7 @@
See <em><a href="http://grass.osgeo.org/grass71/manuals/libpython/">Python
Scripting Library</a></em> for more info.
<p>
-Note: The Python shell in the <em>wxGUI</em> can be used for entering the
+Note: The Python tab in the <em>wxGUI</em> can be used for entering the
following code:
<p>
<div class="code"><pre>
Modified: grass/trunk/lib/python/docs/src/script_intro.rst
===================================================================
--- grass/trunk/lib/python/docs/src/script_intro.rst 2016-02-18 21:38:31 UTC (rev 67885)
+++ grass/trunk/lib/python/docs/src/script_intro.rst 2016-02-19 01:42:11 UTC (rev 67886)
@@ -13,17 +13,17 @@
Syntax
------
-First, try a standard command in Command console in Layer Manager::
+First, try a standard command in Console tab in Layer Manager in GRASS GUI::
r.info map=elevation -g
We are running *r.info* with an option ``map`` set to ``elevation`` Now,
-switch to Python shell and type the same command but in Python syntax::
+switch to Python tab and type the same command but in Python syntax::
grass.read_command('r.info', map='elevation', flags='g')
We used function ``read_command()`` from the ``grass.script`` package
-which is imported under the name ``grass`` in the Python shell in GRASS
+which is imported under the name ``grass`` in the Python tab in GRASS
GUI. There are also other functions besides ``read_command()`` most
notably ``run_command()``, ``write_command()`` and ``parse_command()``.
The first parameter for functions from this group is the name of the
Modified: grass/trunk/raster/r.sun/r.sun.html
===================================================================
--- grass/trunk/raster/r.sun/r.sun.html 2016-02-18 21:38:31 UTC (rev 67885)
+++ grass/trunk/raster/r.sun/r.sun.html 2016-02-19 01:42:11 UTC (rev 67886)
@@ -292,7 +292,7 @@
d.rast.leg it172
</pre></div>
-We can compute the day of year from a specific date in Python shell:
+We can compute the day of year from a specific date in Python:
<div class="code"><pre>
>>> import datetime
>>> datetime.datetime(2014, 6, 21).timetuple().tm_yday
Modified: grass/trunk/scripts/d.out.file/d.out.file.html
===================================================================
--- grass/trunk/scripts/d.out.file/d.out.file.html 2016-02-18 21:38:31 UTC (rev 67885)
+++ grass/trunk/scripts/d.out.file/d.out.file.html 2016-02-19 01:42:11 UTC (rev 67886)
@@ -3,7 +3,7 @@
<em>d.out.file</em> saves the content of the currently selected
monitor into graphic file. The active monitor can be selected
with <em>d.mon</em>. <em>d.out.file</em> can be run from GUI
-command console, too.
+Console tab, too.
<h2>SEE ALSO</h2>
Modified: grass/trunk/scripts/d.to.rast/d.to.rast.html
===================================================================
--- grass/trunk/scripts/d.to.rast/d.to.rast.html 2016-02-18 21:38:31 UTC (rev 67885)
+++ grass/trunk/scripts/d.to.rast/d.to.rast.html 2016-02-19 01:42:11 UTC (rev 67886)
@@ -3,7 +3,7 @@
<em>d.to.rast</em> saves the content of the currently selected
monitor into a raster map. The active monitor can be selected
with <em>d.mon</em>. <em>d.to.rast</em> can be run from GUI
-command console, too. This module is not sensitive to computational region settings.
+Console tab, too. This module is not sensitive to computational region settings.
<h2>EXAMPLE</h2>
We combine different raster and vector map layers to create a composite layer
Modified: grass/trunk/vector/v.info/v.info.html
===================================================================
--- grass/trunk/vector/v.info/v.info.html 2016-02-18 21:38:31 UTC (rev 67885)
+++ grass/trunk/vector/v.info/v.info.html 2016-02-19 01:42:11 UTC (rev 67886)
@@ -131,7 +131,7 @@
See <em><a href="http://grass.osgeo.org/grass71/manuals/libpython/">Python
Scripting Library</a></em> for more info.
<p>
-Note: The Python shell in the <em>wxGUI</em> can be used for entering the
+Note: The Python tab in the <em>wxGUI</em> can be used for entering the
following code:
<p>
<div class="code"><pre>
More information about the grass-commit
mailing list