Changes between Version 38 and Version 39 of Submitting/Python
- Timestamp:
- 11/11/24 02:27:01 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Python
v38 v39 1 1 [[TOC]] 2 2 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 5 3 = Submitting Python Code = 6 4 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 7 13 When submitting Python code to GRASS GIS !GitHub repository (https://github.com/OSGeo/grass/pulls), please take care of following rules: 8 14 … … 12 18 13 19 Instructions for the GRASS script parser can be found in the 14 [http://grass.osgeo.org/grass 70/manuals/g.parser.html g.parser]20 [http://grass.osgeo.org/grass-stable/manuals/g.parser.html g.parser] 15 21 module's help page. 16 22 … … 374 380 == Testing == 375 381 376 http ://grass.osgeo.org/grass79/manuals/libpython/382 https://grass.osgeo.org/grass-stable/manuals/libpython/ 377 383 378 384 == See also == … … 387 393 === GRASS GIS documentation === 388 394 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_Python391 * 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/ 393 399 394 400 === External documentation ===