瀏覽代碼

wxGUI/lmgr: fix documentation enteries for tabs missed in https://trac.osgeo.org/grass/changeset/67852

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67886 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 9 年之前
父節點
當前提交
71a8593264

+ 1 - 1
general/g.findfile/g.findfile.html

@@ -63,7 +63,7 @@ fi
 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>

+ 3 - 3
lib/python/docs/src/script_intro.rst

@@ -13,17 +13,17 @@ Parts of the API
 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

+ 1 - 1
raster/r.sun/r.sun.html

@@ -292,7 +292,7 @@ d.rast.leg b172
 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

+ 1 - 1
scripts/d.out.file/d.out.file.html

@@ -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>
  

+ 1 - 1
scripts/d.to.rast/d.to.rast.html

@@ -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

+ 1 - 1
vector/v.info/v.info.html

@@ -131,7 +131,7 @@ bottom=0.000000
 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>