[GRASS-SVN] r71894 - grass/branches/releasebranch_7_4/lib/python/docs/src
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 5 05:12:19 PST 2017
Author: neteler
Date: 2017-12-05 05:12:19 -0800 (Tue, 05 Dec 2017)
New Revision: 71894
Modified:
grass/branches/releasebranch_7_4/lib/python/docs/src/index.rst
Log:
python docs: link to GRASS GIS project site fixed
Modified: grass/branches/releasebranch_7_4/lib/python/docs/src/index.rst
===================================================================
--- grass/branches/releasebranch_7_4/lib/python/docs/src/index.rst 2017-12-05 12:56:46 UTC (rev 71893)
+++ grass/branches/releasebranch_7_4/lib/python/docs/src/index.rst 2017-12-05 13:12:19 UTC (rev 71894)
@@ -4,8 +4,7 @@
Python, a widely used general-purpose, high-level programming language
provides a powerful scripting interface. Being easy-to-use yet
powerful, it enables users to efficiently exploit the capabilities
-of the [GRASS GIS](https://grass.osgeo.org/) software.
-Python scripts for GRASS GIS can be written at
+of the `GRASS GIS` software. Python scripts for GRASS GIS can be written at
high level (GRASS GIS modules) as well as at low level (GRASS GIS
libraries) through a dedicated interface. The graphical user interface
and the GRASS GIS Temporal Framework are entirely written in Python.
@@ -38,3 +37,4 @@
gunittest_testing
pydispatch
+.. _GRASS GIS: https://grass.osgeo.org/
More information about the grass-commit
mailing list