瀏覽代碼

docs: update grass70, grass71 to grass73

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68886 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 年之前
父節點
當前提交
4540c0cbec

+ 1 - 1
.travis/.travis.osx.script.sh

@@ -35,7 +35,7 @@ brew test -v grass-trunk
 # brew info grass-trunk
 # brew info grass-trunk
 
 
 ## run tests
 ## run tests
-## grass71 ./nc_basic_spm_grass7/PERMANENT --exec python -m grass.gunittest.main --location './nc_basic_spm_grass7' --location-type nc
+## grass73 ./nc_basic_spm_grass7/PERMANENT --exec python -m grass.gunittest.main --location './nc_basic_spm_grass7' --location-type nc
 
 
 ## uninstall grass-trunk
 ## uninstall grass-trunk
 # brew uninstall grass-trunk
 # brew uninstall grass-trunk

+ 3 - 3
CITING

@@ -4,12 +4,12 @@ For citation choices see below; for citing a particular GRASS GIS module, you ma
 
 
 
 
 Choices for citing the main GRASS GIS software (update YEAR and version number accordingly):
 Choices for citing the main GRASS GIS software (update YEAR and version number accordingly):
-* GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Software, Version 7.0. Open Source Geospatial Foundation. http://grass.osgeo.org
+* GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Software, Version 7.2. Open Source Geospatial Foundation. http://grass.osgeo.org
 * GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Programmer's Manual. Open Source Geospatial Foundation. Electronic document: http://grass.osgeo.org/programming7
 * GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Programmer's Manual. Open Source Geospatial Foundation. Electronic document: http://grass.osgeo.org/programming7
 
 
 
 
 Citing a GRASS GIS Addon (update AUTHOR(S), YEAR, Addon-NAME, and version number accordingly):
 Citing a GRASS GIS Addon (update AUTHOR(S), YEAR, Addon-NAME, and version number accordingly):
-* AUTHOR(S), and GRASS Development Team, YEAR Addon-NAME. Geographic Resources Analysis Support System (GRASS) Software, Version 7.0. Open Source Geospatial Foundation. https://grass.osgeo.org/grass70/manuals/addons/Addon-NAME.html
+* AUTHOR(S), and GRASS Development Team, YEAR Addon-NAME. Geographic Resources Analysis Support System (GRASS) Software, Version 7.2. Open Source Geospatial Foundation. https://grass.osgeo.org/grass72/manuals/addons/Addon-NAME.html
 
 
 
 
 For other (scientific) references, see
 For other (scientific) references, see
@@ -19,7 +19,7 @@ For other (scientific) references, see
 A BibTeX entry for LaTeX users is:
 A BibTeX entry for LaTeX users is:
 
 
 @Manual{GRASS_GIS_software,
 @Manual{GRASS_GIS_software,
-  title = {Geographic Resources Analysis Support System (GRASS) Software},
+  title = {Geographic Resources Analysis Support System (GRASS) Software, Version 7.2},
   author = {{GRASS Development Team}},
   author = {{GRASS Development Team}},
   organization = {Open Source Geospatial Foundation},
   organization = {Open Source Geospatial Foundation},
   address = {USA},
   address = {USA},

+ 4 - 4
INSTALL

@@ -54,7 +54,7 @@ GRASS source code is currently distributed in 2 forms:
   (*.tar.gz package) of that SVN repository. The SVN snapshot name
   (*.tar.gz package) of that SVN repository. The SVN snapshot name
   contains the date when the snapshot was created (checked out from
   contains the date when the snapshot was created (checked out from
   the SVN repository), e.g. grass-7.2.svn_src_snapshot_2016_06_11.tar.gz
   the SVN repository), e.g. grass-7.2.svn_src_snapshot_2016_06_11.tar.gz
-  from https://grass.osgeo.org/grass72/source/snapshot/
+  from https://grass.osgeo.org/grass73/source/snapshot/
   Further instructions at https://trac.osgeo.org/grass/wiki/DownloadSource
   Further instructions at https://trac.osgeo.org/grass/wiki/DownloadSource
 
 
 
 
@@ -151,16 +151,16 @@ See also CODE OPTIMIZATION below.
 
 
 After compilation, the resulting code is stored in the directory
 After compilation, the resulting code is stored in the directory
     ./dist.$ARCH
     ./dist.$ARCH
-and the scripts (grass72, ...) in
+and the scripts (grass73, ...) in
     ./bin.$ARCH
     ./bin.$ARCH
 
 
 To run GRASS, simply start
 To run GRASS, simply start
-    ./bin.$ARCH/grass72
+    ./bin.$ARCH/grass73
 
 
 or run
 or run
 
 
     make install
     make install
-    grass72
+    grass73
 
 
 
 
 (E) INSTALLATION ON MACOSX
 (E) INSTALLATION ON MACOSX

+ 2 - 2
doc/grass_database.html

@@ -221,7 +221,7 @@ from the command line. For example, the following will start
 in a given Mapset with only command line interface:
 in a given Mapset with only command line interface:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 -text ~/grassdata/mylocation/mymapset
+grass73 -text ~/grassdata/mylocation/mymapset
 </pre></div>
 </pre></div>
 
 
 And the following will create the given Location with projection given
 And the following will create the given Location with projection given
@@ -229,7 +229,7 @@ by the EPSG code and it will start the default interface
 (GUI or command line):
 (GUI or command line):
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 -c EPSG:5514:3 ~/grassdata/mylocation
+grass73 -c EPSG:5514:3 ~/grassdata/mylocation
 </pre></div>
 </pre></div>
 
 
 See <a href="grass7.html"><em>grass</em></a> command manual for more details.
 See <a href="grass7.html"><em>grass</em></a> command manual for more details.

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

@@ -75,7 +75,7 @@ fi
 
 
 <h3>PYTHON</h3>
 <h3>PYTHON</h3>
 
 
-See <em><a href="http://grass.osgeo.org/grass71/manuals/libpython/">Python
+See <em><a href="http://grass.osgeo.org/grass73/manuals/libpython/">Python
 Scripting Library</a></em> for more info.
 Scripting Library</a></em> for more info.
 <p>
 <p>
 Note: The Python tab 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

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

@@ -47,7 +47,7 @@ you are enouraged to single-quote messages that do not require
 
 
 <h3>Usage in Python scripts</h3>
 <h3>Usage in Python scripts</h3>
 
 
-<a href="http://grass.osgeo.org/grass71/manuals/libpython/">GRASS
+<a href="http://grass.osgeo.org/grass73/manuals/libpython/">GRASS
 Python Scripting Library</a> defines special wrappers
 Python Scripting Library</a> defines special wrappers
 for <em>g.message</em>.
 for <em>g.message</em>.
 
 

+ 2 - 2
grasslib.dox

@@ -51,7 +51,7 @@ href="http://grass.osgeo.org">http://grass.osgeo.org</a>
  - gis: \ref gislib
  - gis: \ref gislib
  - raster: \ref rasterlib
  - raster: \ref rasterlib
  - vector: \ref vectorlib
  - vector: \ref vectorlib
- - Temporal GIS API: See http://grass.osgeo.org/grass71/manuals/libpython/temporal_framework.html
+ - Temporal GIS API: See http://grass.osgeo.org/grass73/manuals/libpython/temporal_framework.html
 
 
 \section libs Further libraries
 \section libs Further libraries
 
 
@@ -112,7 +112,7 @@ href="http://grass.osgeo.org">http://grass.osgeo.org</a>
 
 
 \subsection pythonlibs Python API
 \subsection pythonlibs Python API
 
 
- - python:	See GRASS GIS Python library (http://grass.osgeo.org/grass71/manuals/libpython/)
+ - python:	See GRASS GIS Python library (http://grass.osgeo.org/grass73/manuals/libpython/)
 
 
 \subsection projlibs Projection Libraries
 \subsection projlibs Projection Libraries
 
 

+ 2 - 2
gui/icons/grass.desktop

@@ -48,8 +48,8 @@ Comment[tr]=Coğrafi bilgi sistemi
 Comment[uk]=Геоінформаційна система
 Comment[uk]=Геоінформаційна система
 Comment[uz]=Geografik axborot tizimi
 Comment[uz]=Geografik axborot tizimi
 Categories=Education;Science;Geoscience;Geography;
 Categories=Education;Science;Geoscience;Geography;
-Exec=grass71
-Icon=grass71
+Exec=grass73
+Icon=grass73
 Terminal=true
 Terminal=true
 URL=https://grass.osgeo.org/
 URL=https://grass.osgeo.org/
 Keywords=gis;spatial;geospatial;database;remote sensing;hydrology;vector;raster;visualization;maps;wms;wfs;ogc;osgeo;
 Keywords=gis;spatial;geospatial;database;remote sensing;hydrology;vector;raster;visualization;maps;wms;wfs;ogc;osgeo;

+ 1 - 1
gui/wxpython/README

@@ -18,7 +18,7 @@ $Date$
 If you want to launch wxPython GUI automatically, start GRASS with
 If you want to launch wxPython GUI automatically, start GRASS with
 `-gui` parameter
 `-gui` parameter
 
 
-$ grass70 -gui
+$ grass73 -gui
 
 
 
 
 3 - STARTUP FROM GRASS TERMINAL
 3 - STARTUP FROM GRASS TERMINAL

+ 1 - 1
gui/wxpython/docs/wxGUI.html

@@ -674,7 +674,7 @@ The user can also start GRASS from the shell command line with the wxGUI
 specifying the <tt>-gui</tt> (or <tt>-wxpython</tt>) switch:
 specifying the <tt>-gui</tt> (or <tt>-wxpython</tt>) switch:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 -gui
+grass73 -gui
 </pre></div>
 </pre></div>
 
 
 
 

+ 1 - 1
gui/wxpython/xml/menudata.README

@@ -2,7 +2,7 @@ MENU
 - the entries in menudata.xml and module_tree_menudata.xml are autogenerated 
 - the entries in menudata.xml and module_tree_menudata.xml are autogenerated 
   via tools/build_modules_xml.py (see ../Makefile)
   via tools/build_modules_xml.py (see ../Makefile)
 - Find more info at
 - Find more info at
-  https://grass.osgeo.org/grass71/manuals/wxGUI.toolboxes.html
+  https://grass.osgeo.org/grass73/manuals/wxGUI.toolboxes.html
   (../docs/wxgui_sphinx/src/)
   (../docs/wxgui_sphinx/src/)
 - additionally
 - additionally
   https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/Toolboxes
   https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/Toolboxes

+ 1 - 1
imagery/i.topo.corr/test_i.topo.corr_synthetic_DEM_NC.sh

@@ -3,7 +3,7 @@
 # Script to test i.topo.corr with a synthetic map
 # Script to test i.topo.corr with a synthetic map
 #
 #
 # Use North Carolina location to test:
 # Use North Carolina location to test:
-#   grass71 ~/grassdata/nc_spm_08_grass7/user1
+#   grass73 ~/grassdata/nc_spm_08_grass7/user1
 
 
 if test "$GISBASE" = ""; then
 if test "$GISBASE" = ""; then
  echo "You must be in GRASS to run this program."
  echo "You must be in GRASS to run this program."

+ 1 - 1
lib/gis/parser_wps.c

@@ -578,7 +578,7 @@ static void wps_print_process_description_begin(int store, int status, const cha
     if(abstract)
     if(abstract)
     {
     {
         fprintf(stdout,"\t\t<ows:Abstract>");
         fprintf(stdout,"\t\t<ows:Abstract>");
-        fprintf(stdout, "http://grass.osgeo.org/grass71/manuals/%s.html", identifier);
+        fprintf(stdout, "http://grass.osgeo.org/grass73/manuals/%s.html", identifier);
         fprintf(stdout, "</ows:Abstract>\n");
         fprintf(stdout, "</ows:Abstract>\n");
     }
     }
 
 

+ 2 - 2
lib/gpde/gpdelib.dox

@@ -223,7 +223,7 @@ void #N_write_array_2d_to_rast (N_array_2d * array, char *name);
 
 
 <P>
 <P>
 <b>Example implementation:</b><br>
 <b>Example implementation:</b><br>
-The GRASS module <a href="http://grass.osgeo.org/grass71/manuals/r.gwflow.html">r.gwflow</a>
+The GRASS module <a href="http://grass.osgeo.org/grass73/manuals/r.gwflow.html">r.gwflow</a>
 implements numerical calculation program for transient,
 implements numerical calculation program for transient,
 confined and unconfined groundwater flow in two dimensions.
 confined and unconfined groundwater flow in two dimensions.
 
 
@@ -294,7 +294,7 @@ void #N_write_array_3d_to_rast3d (N_array_3d * array, char *name, int mask);
 
 
 <P>
 <P>
 <b>Example implementation:</b><br>
 <b>Example implementation:</b><br>
-The GRASS module <a href="http://grass.itc.it/grass71/manuals/r3.gwflow.html">r3.gwflow</a>
+The GRASS module <a href="http://grass.itc.it/grass73/manuals/r3.gwflow.html">r3.gwflow</a>
 implements numerical calculation program for transient, confined
 implements numerical calculation program for transient, confined
 groundwater flow in three dimensions.
 groundwater flow in three dimensions.
 
 

+ 11 - 11
lib/init/README

@@ -1,10 +1,10 @@
 o GRASS text mode startup
 o GRASS text mode startup
 
 
-  "grass71" starts up d.m by default (if not first time user).
-  "grass71 -text" will start up in text mode.
-  "grass71 -wxpython" or "grass71 -gui" will start up in wxpython mode.
+  "grass73" starts up d.m by default (if not first time user).
+  "grass73 -text" will start up in text mode.
+  "grass73 -wxpython" or "grass73 -gui" will start up in wxpython mode.
 
 
-  You can use alias "grass71" to "grass71 -text" to use text mode by default.
+  You can use alias "grass73" to "grass73 -text" to use text mode by default.
   Or set env var GRASS_GUI=text.
   Or set env var GRASS_GUI=text.
 
 
 
 
@@ -25,18 +25,18 @@ o GRASS non-interactive startup examples
 	export LOCATION_NAME=loc1
 	export LOCATION_NAME=loc1
 	export MAPSET=map1
 	export MAPSET=map1
 
 
-	grass71 -	# non-interactive startup using LOCATION location
+	grass73 -	# non-interactive startup using LOCATION location
 
 
   ex2)
   ex2)
 	export GISDBASE=/usr/home/grass/usr/data1
 	export GISDBASE=/usr/home/grass/usr/data1
 	export LOCATION_NAME=loc1
 	export LOCATION_NAME=loc1
 	export MAPSET=map1
 	export MAPSET=map1
   	
   	
-	grass71 -	# non-interactive startup using
+	grass73 -	# non-interactive startup using
 			# GISDBASE/LOCATION_NAME/MAPSET location
 			# GISDBASE/LOCATION_NAME/MAPSET location
 
 
 
 
-  Also, the first argument of grass71 can override these env vars.
+  Also, the first argument of grass73 can override these env vars.
 
 
   ex3)
   ex3)
   	export LOCATION=/usr/home/grass/usr/data1/loc1/map1
   	export LOCATION=/usr/home/grass/usr/data1/loc1/map1
@@ -44,7 +44,7 @@ o GRASS non-interactive startup examples
 	export LOCATION_NAME=loc1
 	export LOCATION_NAME=loc1
 	export MAPSET=map1
 	export MAPSET=map1
 
 
-	grass71 /usr/home/grass/usr/data2/loc2-1/map1-1
+	grass73 /usr/home/grass/usr/data2/loc2-1/map1-1
 			# non-interactive startup using
 			# non-interactive startup using
 			# /usr/home/grass/usr/data2/loc2-1/map1-1 location
 			# /usr/home/grass/usr/data2/loc2-1/map1-1 location
 
 
@@ -53,7 +53,7 @@ o GRASS non-interactive startup examples
 	export LOCATION_NAME=loc1
 	export LOCATION_NAME=loc1
 	export MAPSET=map1
 	export MAPSET=map1
   	
   	
-	grass71 /usr/home/grass/usr/data2/loc2-1/map1-1
+	grass73 /usr/home/grass/usr/data2/loc2-1/map1-1
 			# non-interactive startup using
 			# non-interactive startup using
 			# /usr/home/grass/usr/data2/loc2-1/map1-1 location
 			# /usr/home/grass/usr/data2/loc2-1/map1-1 location
 
 
@@ -63,7 +63,7 @@ o GRASS non-interactive startup examples
 	export LOCATION_NAME=loc1
 	export LOCATION_NAME=loc1
 	export MAPSET=map1
 	export MAPSET=map1
 
 
-	grass71 map1-1	# non-interactive startup using
+	grass73 map1-1	# non-interactive startup using
 			# GISDBASE/LOCATION_NAME/map1-1 location
 			# GISDBASE/LOCATION_NAME/map1-1 location
 
 
   ex6)
   ex6)
@@ -72,7 +72,7 @@ o GRASS non-interactive startup examples
 	export LOCATION_NAME=loc1
 	export LOCATION_NAME=loc1
 	export MAPSET=map1
 	export MAPSET=map1
 
 
-	grass71 loc2-1/map1-1
+	grass73 loc2-1/map1-1
 			# non-interactive startup using
 			# non-interactive startup using
 			# GISDBASE/loc2-1/map1-1 location
 			# GISDBASE/loc2-1/map1-1 location
 
 

+ 1 - 1
lib/init/grass.py

@@ -855,7 +855,7 @@ def set_mapset(gisrc, arg, geofile=None, create_new=False):
     l = None
     l = None
 
 
     if arg == '-':
     if arg == '-':
-        # TODO: repair or remove behavior env vars + `grass71 -` (see doc)
+        # TODO: repair or remove behavior env vars + `grass73 -` (see doc)
         # this is broken for some time (before refactoring, e.g. r65235)
         # this is broken for some time (before refactoring, e.g. r65235)
         # is some code is added, it should be a separate function, probably
         # is some code is added, it should be a separate function, probably
         # called here
         # called here

+ 1 - 1
lib/init/grass.sh

@@ -28,4 +28,4 @@ if [ -z "$GRASS_PYTHON" ] ; then
 fi
 fi
 export GRASS_PYTHON
 export GRASS_PYTHON
 
 
-exec "$GRASS_PYTHON" "@BINDIR@/grass71.py" "$@" &
+exec "$GRASS_PYTHON" "@BINDIR@/grass73.py" "$@" &

+ 27 - 27
lib/init/grass7.html

@@ -2,7 +2,7 @@
 
 
 <h2>SYNOPSIS</h2>
 <h2>SYNOPSIS</h2>
 
 
-<b>grass71</b> [<b>-h</b> | <b>-help</b> | <b>--help</b>] [<b>-v</b> | <b>--version</b>]
+<b>grass73</b> [<b>-h</b> | <b>-help</b> | <b>--help</b>] [<b>-v</b> | <b>--version</b>]
     [<b>-c</b> | <b>-c geofile</b> | <b>-c EPSG:code[:datum_trans]</b>]
     [<b>-c</b> | <b>-c geofile</b> | <b>-c EPSG:code[:datum_trans]</b>]
     [<b>-text</b> | <b>-gtext</b> | <b>-gui</b>]
     [<b>-text</b> | <b>-gtext</b> | <b>-gui</b>]
     [[[<b>&lt;GISDBASE&gt;/</b>]<b>&lt;LOCATION_NAME&gt;/</b>]
     [[[<b>&lt;GISDBASE&gt;/</b>]<b>&lt;LOCATION_NAME&gt;/</b>]
@@ -84,13 +84,13 @@ user interface, as well as the desired mapset to work on.
 
 
 <p>The startup program will remember both the desired user interface
 <p>The startup program will remember both the desired user interface
 and mapset. Thus, the next time the user runs GRASS, typing
 and mapset. Thus, the next time the user runs GRASS, typing
-<em>grass71</em> (without any options) will start GRASS with the
+<em>grass73</em> (without any options) will start GRASS with the
 previous settings for the user interface and mapset selected.
 previous settings for the user interface and mapset selected.
 
 
 <p>If you specify a graphical user interface (<b>-gui</b>)
 <p>If you specify a graphical user interface (<b>-gui</b>)
-the <em>grass71</em> program will try to verify that the system you
+the <em>grass73</em> program will try to verify that the system you
 specified exists and that you can access it successfully. If any of
 specified exists and that you can access it successfully. If any of
-these checks fail then <em>grass71</em> will automatically switch back
+these checks fail then <em>grass73</em> will automatically switch back
 to the text user interface mode.
 to the text user interface mode.
 
 
 <h2>ENVIRONMENT VARIABLES</h2>
 <h2>ENVIRONMENT VARIABLES</h2>
@@ -115,14 +115,14 @@ propagate).
 
 
 <h3>User Interface Environment Variable</h3>
 <h3>User Interface Environment Variable</h3>
 
 
-<p>The <em>grass71</em> program will check for the existence of an
+<p>The <em>grass73</em> program will check for the existence of an
 environment variable called GRASS_GUI which indicates the type of user
 environment variable called GRASS_GUI which indicates the type of user
 interface for GRASS to use. If this variable is not set
 interface for GRASS to use. If this variable is not set
-when <em>grass71</em> is run, then it will be created and then saved
+when <em>grass73</em> is run, then it will be created and then saved
 in the <tt>$HOME/.grass7/rc</tt> file for the next time GRASS is
 in the <tt>$HOME/.grass7/rc</tt> file for the next time GRASS is
 run. It can be set to <tt>text</tt>, <tt>gtext</tt> or <tt>gui</tt>.
 run. It can be set to <tt>text</tt>, <tt>gtext</tt> or <tt>gui</tt>.
 
 
-<p>There is an order of precedence in the way <em>grass71</em>
+<p>There is an order of precedence in the way <em>grass73</em>
 determines the user interface to use. The following is the hierarchy
 determines the user interface to use. The following is the hierarchy
 from highest precedence to lowest.
 from highest precedence to lowest.
 <ol>
 <ol>
@@ -221,44 +221,44 @@ script. The script file must have its executable bit set.
 <p>The following are some examples of how you could start GRASS
 <p>The following are some examples of how you could start GRASS
 
 
 <dl>
 <dl>
-<dt><b>grass71</b>
+<dt><b>grass73</b>
 <dd> Start GRASS using the default user interface. The user will be
 <dd> Start GRASS using the default user interface. The user will be
     prompted to choose the appropriate location and mapset.
     prompted to choose the appropriate location and mapset.
 
 
-<dt><b>grass71 -gui</b>
+<dt><b>grass73 -gui</b>
 <dd> Start GRASS using the graphical user interface. The user will be
 <dd> Start GRASS using the graphical user interface. The user will be
     prompted to choose the appropriate location and mapset.
     prompted to choose the appropriate location and mapset.
 
 
-<dt><b>grass71 -text</b>
+<dt><b>grass73 -text</b>
 <dd> Start GRASS using the text-based user interface. Appropriate
 <dd> Start GRASS using the text-based user interface. Appropriate
 location and mapset must be set by environmental variables (see
 location and mapset must be set by environmental variables (see
 examples below) otherwise taken from the last GRASS session.</dd>
 examples below) otherwise taken from the last GRASS session.</dd>
 
 
-<dt><b>grass71 -gtext</b>
+<dt><b>grass73 -gtext</b>
 <dd> Start GRASS using the text-based user interface. The user will be
 <dd> Start GRASS using the text-based user interface. The user will be
     prompted to choose the appropriate location and mapset.
     prompted to choose the appropriate location and mapset.
 
 
-<dt><b>grass71 $HOME/grassdata/spearfish70/user1</b>
+<dt><b>grass73 $HOME/grassdata/spearfish70/user1</b>
 <dd> Start GRASS using the default user interface and automatically
 <dd> Start GRASS using the default user interface and automatically
     launch into the given mapset, bypassing the mapset selection menu.
     launch into the given mapset, bypassing the mapset selection menu.
 
 
-<dt><b>grass71 -gui -</b>
+<dt><b>grass73 -gui -</b>
 <dd> Start GRASS using the graphical user interface and try to
 <dd> Start GRASS using the graphical user interface and try to
     obtain the location and mapset from environment variables.
     obtain the location and mapset from environment variables.
 
 
-<dt><b>grass71 -c EPSG:4326 $HOME/grassdata/mylocation</b>
+<dt><b>grass73 -c EPSG:4326 $HOME/grassdata/mylocation</b>
 <dd> Creates new GRASS location with EPSG code 4326 (latitude-longitude, WGS84)
 <dd> Creates new GRASS location with EPSG code 4326 (latitude-longitude, WGS84)
     in the specified GISDBASE
     in the specified GISDBASE
 
 
-<dt><b>grass71 -c EPSG:5514:3 $HOME/grassdata/mylocation</b>
+<dt><b>grass73 -c EPSG:5514:3 $HOME/grassdata/mylocation</b>
 <dd> Creates new GRASS location with EPSG code 5514 (S-JTSK / Krovak
 <dd> Creates new GRASS location with EPSG code 5514 (S-JTSK / Krovak
     East North - SJTSK) with datum transformation parameters used in
     East North - SJTSK) with datum transformation parameters used in
     Czech Republic in the specified GISDBASE
     Czech Republic in the specified GISDBASE
 
 
-<dt><b>grass71 -c myvector.shp $HOME/grassdata/mylocation</b>
+<dt><b>grass73 -c myvector.shp $HOME/grassdata/mylocation</b>
 <dd> Creates new GRASS location based on georeferenced Shapefile
 <dd> Creates new GRASS location based on georeferenced Shapefile
 
 
-<dt><b>grass71 -c myraster.tif $HOME/grassdata/mylocation</b>
+<dt><b>grass73 -c myraster.tif $HOME/grassdata/mylocation</b>
 <dd> Creates new GRASS location based on georeferenced GeoTIFF file
 <dd> Creates new GRASS location based on georeferenced GeoTIFF file
 </dl>
 </dl>
 
 
@@ -274,26 +274,26 @@ Region issues ignored.
 Create a new Location based on a projection of a file:
 Create a new Location based on a projection of a file:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 -c elevation.tiff -e .../grassdata/test1/
+grass73 -c elevation.tiff -e .../grassdata/test1/
 </pre></div>
 </pre></div>
 
 
 Link external raster data to PERMANENT Mapset:
 Link external raster data to PERMANENT Mapset:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 .../grassdata/test1/PERMANENT/ --exec r.external input=basins.tiff output=basins
-grass71 .../grassdata/test1/PERMANENT/ --exec r.external input=elevation.tiff output=elevation
+grass73 .../grassdata/test1/PERMANENT/ --exec r.external input=basins.tiff output=basins
+grass73 .../grassdata/test1/PERMANENT/ --exec r.external input=elevation.tiff output=elevation
 </pre></div>
 </pre></div>
 
 
 Get statistics for one raster map:
 Get statistics for one raster map:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 .../grassdata/test1/PERMANENT/ --exec r.univar map=elevation
+grass73 .../grassdata/test1/PERMANENT/ --exec r.univar map=elevation
 </pre></div>
 </pre></div>
 
 
 Compare the rasters visually:
 Compare the rasters visually:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 .../grassdata/test1/PERMANENT/ --exec g.gui.mapswipe first=elevation second=basins
+grass73 .../grassdata/test1/PERMANENT/ --exec g.gui.mapswipe first=elevation second=basins
 </pre></div>
 </pre></div>
 
 
 
 
@@ -317,7 +317,7 @@ MAPSET = PERMANENT
 Start GRASS with the following command:
 Start GRASS with the following command:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 -
+grass73 -
 </pre></div>
 </pre></div>
 
 
 GRASS will start with the mapset defined by LOCATION since the LOCATION
 GRASS will start with the mapset defined by LOCATION since the LOCATION
@@ -336,14 +336,14 @@ MAPSET = PERMANENT
 Start GRASS with the following command:
 Start GRASS with the following command:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 -
+grass73 -
 </pre></div>
 </pre></div>
     
     
 GRASS will start with the mapset defined by
 GRASS will start with the mapset defined by
 GISDBASE/LOCATION_NAME/MAPSET.
 GISDBASE/LOCATION_NAME/MAPSET.
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 /usr/home/grass/data/thailand/forests
+grass73 /usr/home/grass/data/thailand/forests
 </pre></div>
 </pre></div>
     
     
 GRASS will start with the
 GRASS will start with the
@@ -351,7 +351,7 @@ mapset <tt>/home/grass/data/thailand/forests</tt> which overrides the
 environment variables.
 environment variables.
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 swamps
+grass73 swamps
 </pre></div>
 </pre></div>
 
 
 GRASS will start with the mapset defined by
 GRASS will start with the mapset defined by
@@ -359,7 +359,7 @@ GISDBASE/LOCATION_NAME/swamps since the command line argument for the
 mapset overrides the environment variable MAPSET.
 mapset overrides the environment variable MAPSET.
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-grass71 thailand/forests
+grass73 thailand/forests
 </pre></div>
 </pre></div>
 
 
 GRASS will start with the mapset defined by GISDBASE/thailand/forests
 GRASS will start with the mapset defined by GISDBASE/thailand/forests

+ 1 - 1
lib/python/docs/src/gunittest_running_tests.rst

@@ -89,7 +89,7 @@ Example Bash script to run be used as a cron job
     REPORTS=".../testreports"
     REPORTS=".../testreports"
     GRASSSRC=".../grass-src"
     GRASSSRC=".../grass-src"
     # here we suppose default compilation settings of GRASS and no make install
     # here we suppose default compilation settings of GRASS and no make install
-    GRASSBIN="$GRASSSRC/bin.../grass71"
+    GRASSBIN="$GRASSSRC/bin.../grass73"
     GRASSDIST="$GRASSSRC/dist..."
     GRASSDIST="$GRASSSRC/dist..."
     
     
     # necessary hardcoded GRASS paths
     # necessary hardcoded GRASS paths

+ 1 - 1
lib/python/docs/src/pygrass_gis.rst

@@ -7,7 +7,7 @@ These classes are used to manage the infrastructure
 of GRASS database: Gisdbase, Location and Mapset
 of GRASS database: Gisdbase, Location and Mapset
 
 
 Details about the GRASS GIS database management (locations and mapsets)
 Details about the GRASS GIS database management (locations and mapsets)
-can be found in the `GRASS GIS 7 User's Manual: GRASS GIS Quickstart <http://grass.osgeo.org/grass71/manuals/helptext.html>`_
+can be found in the `GRASS GIS 7 User's Manual: GRASS GIS Quickstart <http://grass.osgeo.org/grass73/manuals/helptext.html>`_
 
 
 .. _Region-label:
 .. _Region-label:
 
 

+ 1 - 1
lib/python/gunittest/multirunner.py

@@ -56,7 +56,7 @@ def main():
     # TODO: create directory accoring to date and revision and create reports there
     # TODO: create directory accoring to date and revision and create reports there
 
 
     # some predefined variables, name of the GRASS launch script + location/mapset
     # some predefined variables, name of the GRASS launch script + location/mapset
-    #grass7bin = 'C:\Program Files (x86)\GRASS GIS 7.0.svn\grass70svn.bat'
+    #grass7bin = 'C:\Program Files (x86)\GRASS GIS 7.2.svn\grass73svn.bat'
     grass7bin = args.grassbin  # TODO: can be used if pressent
     grass7bin = args.grassbin  # TODO: can be used if pressent
 
 
     ########### SOFTWARE
     ########### SOFTWARE

+ 1 - 1
lib/python/pygrass/modules/shortcuts.py

@@ -47,7 +47,7 @@ class MetaModule(object):
         return self.cls('%s.%s' % (self.prefix, name.replace('_', '.')))
         return self.cls('%s.%s' % (self.prefix, name.replace('_', '.')))
 
 
 
 
-# http://grass.osgeo.org/grass71/manuals/full_index.html
+# http://grass.osgeo.org/grass73/manuals/full_index.html
 #[ d.* | db.* | g.* | i.* | m.* | ps.* | r.* | r3.* | t.* | v.* ]
 #[ d.* | db.* | g.* | i.* | m.* | ps.* | r.* | r3.* | t.* | v.* ]
 #
 #
 #  d.*	display commands
 #  d.*	display commands

+ 1 - 1
lib/python/script/core.py

@@ -709,7 +709,7 @@ def parser():
     "flags" are Python booleans.
     "flags" are Python booleans.
 
 
     Overview table of parser standard options:
     Overview table of parser standard options:
-    https://grass.osgeo.org/grass71/manuals/parser_standard_options.html
+    https://grass.osgeo.org/grass73/manuals/parser_standard_options.html
     """
     """
     if not os.getenv("GISBASE"):
     if not os.getenv("GISBASE"):
         print("You must be in GRASS GIS to run this program.", file=sys.stderr)
         print("You must be in GRASS GIS to run this program.", file=sys.stderr)

+ 4 - 4
lib/python/script/setup.py

@@ -24,17 +24,17 @@ Usage::
     # query GRASS itself for its GISBASE
     # query GRASS itself for its GISBASE
     # (with fixes for specific platforms)
     # (with fixes for specific platforms)
     # needs to be edited by the user
     # needs to be edited by the user
-    grass7bin = 'grass70'
+    grass7bin = 'grass73'
     if sys.platform.startswith('win'):
     if sys.platform.startswith('win'):
         # MS Windows
         # MS Windows
-        grass7bin = r'C:\OSGeo4W\bin\grass70.bat'
+        grass7bin = r'C:\OSGeo4W\bin\grass73.bat'
         # uncomment when using standalone WinGRASS installer
         # uncomment when using standalone WinGRASS installer
-        # grass7bin = r'C:\Program Files (x86)\GRASS GIS 7.0.0\grass70.bat'
+        # grass7bin = r'C:\Program Files (x86)\GRASS GIS 7.2.0\grass73.bat'
         # this can be avoided if GRASS executable is added to PATH
         # this can be avoided if GRASS executable is added to PATH
     elif sys.platform == 'darwin':
     elif sys.platform == 'darwin':
         # Mac OS X
         # Mac OS X
         # TODO: this have to be checked, maybe unix way is good enough
         # TODO: this have to be checked, maybe unix way is good enough
-        grass7bin = '/Applications/GRASS/GRASS-7.0.app/'
+        grass7bin = '/Applications/GRASS/GRASS-7.2.app/'
 
 
     # query GRASS GIS itself for its GISBASE
     # query GRASS GIS itself for its GISBASE
     startcmd = [grass7bin, '--config', 'path']
     startcmd = [grass7bin, '--config', 'path']

+ 1 - 1
man/build_graphical_index.py

@@ -102,7 +102,7 @@ index_items = [
     ('postscript_graphical.html', std_img_name('cartography'), 'Cartography'),
     ('postscript_graphical.html', std_img_name('cartography'), 'Cartography'),
     ('wxGUI_graphical.html', std_img_name('gui'), 'GUI'),
     ('wxGUI_graphical.html', std_img_name('gui'), 'GUI'),
     ('wxGUI.nviz.html', std_img_name('3dview'), '3D view'),
     ('wxGUI.nviz.html', std_img_name('3dview'), '3D view'),
-    ('https://grass.osgeo.org/grass71/manuals/libpython/index.html', std_img_name('python'), 'Python'),
+    ('https://grass.osgeo.org/grass73/manuals/libpython/index.html', std_img_name('python'), 'Python'),
     ('https://grass.osgeo.org/programming7/', std_img_name('c'), 'C library'),
     ('https://grass.osgeo.org/programming7/', std_img_name('c'), 'C library'),
     ('manual_gallery.html', std_img_name('gallery'), 'Gallery'),
     ('manual_gallery.html', std_img_name('gallery'), 'Gallery'),
 ]
 ]

+ 5 - 5
raster3d/r3.flow/r3.flow.html

@@ -44,8 +44,8 @@ r3.flow uses Runge-Kutta with adaptive step size
 
 
 <h2>EXAMPLES</h2>
 <h2>EXAMPLES</h2>
 First we create input data using
 First we create input data using
-<a href="http://grass.osgeo.org/grass71/manuals/r3.gwflow.html#example-1">example 1</a> from
-<a href="http://grass.osgeo.org/grass71/manuals/r3.gwflow.html">r3.gwflow manual page</a>:
+<a href="r3.gwflow.html#example-1">example 1</a> from
+<a href="r3.gwflow.html">r3.gwflow manual page</a>:
 
 
 <div class="code"><pre>
 <div class="code"><pre>
 # set the region accordingly
 # set the region accordingly
@@ -88,9 +88,9 @@ Again, we visualize the result in 3D view and we check 'use color for thematic r
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 <em>
 <em>
-<a href="http://grass.osgeo.org/grass71/manuals/r.flow.html">r.flow</a>,
-<a href="http://grass.osgeo.org/grass71/manuals/r3.gradient.html">r3.gradient</a>,
-<a href="http://grass.osgeo.org/grass71/manuals/r3.gwflow.html">r3.gwflow</a>
+<a href="r.flow.html">r.flow</a>,
+<a href="r3.gradient.html">r3.gradient</a>,
+<a href="r3.gwflow.html">r3.gwflow</a>
 </em>
 </em>
 
 
 <h2>AUTHORS</h2>
 <h2>AUTHORS</h2>

+ 1 - 1
temporal/t.rast.accumulate/t.rast.accumulate.html

@@ -66,7 +66,7 @@ wget http://www-pool.math.tu-berlin.de/~soeren/grass/temperature_mean_1990_2000_
 mkdir -p /tmp/grassdata/LL
 mkdir -p /tmp/grassdata/LL
 
 
 # Start GRASS and create a new location with PERMANENT mapset
 # Start GRASS and create a new location with PERMANENT mapset
-grass71 -c EPSG:4326 /tmp/grassdata/LL/PERMANENT
+grass73 -c EPSG:4326 /tmp/grassdata/LL/PERMANENT
 
 
 # Import the temperature data
 # Import the temperature data
 t.rast.import input=temperature_mean_1990_2000_daily_celsius.tar.gz \
 t.rast.import input=temperature_mean_1990_2000_daily_celsius.tar.gz \

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

@@ -128,7 +128,7 @@ bottom=0.000000
 
 
 <h2>PYTHON</h2>
 <h2>PYTHON</h2>
 
 
-See <em><a href="http://grass.osgeo.org/grass71/manuals/libpython/">Python
+See <em><a href="http://grass.osgeo.org/grass73/manuals/libpython/">Python
 Scripting Library</a></em> for more info.
 Scripting Library</a></em> for more info.
 <p>
 <p>
 Note: The Python tab 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