Changes between Version 38 and Version 39 of Submitting/Python


Ignore:
Timestamp:
11/11/24 02:27:01 (3 months ago)
Author:
neteler
Comment:

point to https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/Python

    v38 v39  
    11[[TOC]]
    22
    3 This page is replaced by file in the source code. For submitting guidelines see: [https://github.com/OSGeo/grass/blob/main/doc/development/submitting/python.md github.com/OSGeo/grass/.../doc/development/submitting/python.md].
    4 
    53= Submitting Python Code =
    64
     5
     6**This page OUTDATED!**
     7
     8**For our guidelines see: https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python**
     9
     10
     11----
     12
    713When submitting Python code to GRASS GIS !GitHub repository (https://github.com/OSGeo/grass/pulls), please take care of following rules:
    814
     
    1218
    1319Instructions for the GRASS script parser can be found in the
    14 [http://grass.osgeo.org/grass70/manuals/g.parser.html g.parser]
     20[http://grass.osgeo.org/grass-stable/manuals/g.parser.html g.parser]
    1521module's help page.
    1622
     
    374380== Testing ==
    375381
    376 http://grass.osgeo.org/grass79/manuals/libpython/
     382https://grass.osgeo.org/grass-stable/manuals/libpython/
    377383
    378384== See also ==
     
    387393=== GRASS GIS documentation ===
    388394
    389  * GRASS Programming manual for C API and existing classes: http://grass.osgeo.org/programming7/ (add more specific link)
    390  * GRASS scripts in Python: http://grasswiki.osgeo.org/wiki/GRASS_and_Python
    391  * GRASS scripts in PyGRASS: http://grass.osgeo.org/grass79/manuals/libpython/
    392  * Python based wxGUI: http://grass.osgeo.org/grass79/manuals/wxgui/
     395 * GRASS Programming manual for C API and existing classes: https://grass.osgeo.org/programming8/ (add more specific link)
     396 * GRASS scripts in Python: https://grasswiki.osgeo.org/wiki/GRASS_and_Python
     397 * GRASS scripts in PyGRASS: https://grass.osgeo.org/grass-stable/manuals/libpython/
     398 * Python based wxGUI: https://grass.osgeo.org/grass-stable/manuals/wxgui/
    393399
    394400=== External documentation ===