From 59daf2f678cecb054d68021a7e4964b7f5806360 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Fri, 13 Sep 2024 19:53:35 +0200 Subject: [PATCH 01/12] docs: update outdated trac URLs to GitHub Several documents and files contain references to documents on https://trac.osgeo.org/grass/wiki/ while newer versions exist in GitHub. This PR updates a series of URLs. --- .flake8 | 1 + CHANGES | 5 +++-- INSTALL.md | 8 +++++--- NEWS | 20 +++++++++++--------- README.md | 2 +- SECURITY.md | 2 +- general/g.parser/g.parser.html | 2 +- gui/wxpython/gui_core/pyedit.py | 8 ++++++-- 8 files changed, 29 insertions(+), 19 deletions(-) diff --git a/.flake8 b/.flake8 index 3182812dd1d..555a3dfa139 100644 --- a/.flake8 +++ b/.flake8 @@ -53,6 +53,7 @@ per-file-ignores = gui/wxpython/gui_core/ghelp.py: E722 gui/wxpython/gui_core/gselect.py: F841, E266, E722 gui/wxpython/gui_core/preferences.py: E266, F841 + gui/wxpython/gui_core/pyedit.py: E501 gui/wxpython/gui_core/treeview.py: F841 gui/wxpython/gui_core/widgets.py: F841, E722, E266 gui/wxpython/image2target/*: F841, E722, E265 diff --git a/CHANGES b/CHANGES index d4c8280bc7b..28302c7855e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ CHANGES in GRASS GIS 8.x -https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 -https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 +- https://github.com/OSGeo/grass/tags +- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 +- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 List of releases: diff --git a/INSTALL.md b/INSTALL.md index e6bd041fcf9..e67ca6a1a7d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -206,7 +206,7 @@ make make install ``` -For details, see +For details, see ## (H) COMPILING INDIVIDUAL MODULES - OWN MODULES @@ -327,8 +327,10 @@ Please see the README file and the files at: ## (M) CONTRIBUTING CODE AND PATCHES -Please see ./SUBMITTING in this directory, or better, - +Please see + +- +- ## Authors diff --git a/NEWS b/NEWS index 32b4cd52110..1a864871add 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +1,20 @@ NEWS GRASS GIS 8 - o https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 - o https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 + - https://github.com/OSGeo/grass/tags + - https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 + - https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 GRASS GIS 7 - o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 - o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76 - o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures74 - o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures72 - o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures + - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 + - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76 + - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures74 + - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures72 + - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures List of releases - o https://trac.osgeo.org/grass/wiki/Release + - https://github.com/OSGeo/grass/releases (GRASS GIS 7 and later) + - https://trac.osgeo.org/grass/wiki/Release (full list) GRASS GIS 1-6 - o List of older releases, starting in 1984 (!), see https://grass.osgeo.org/about/history/releases/ + - List of older releases, starting in 1984 (!), see https://grass.osgeo.org/about/history/releases/ diff --git a/README.md b/README.md index b10bd51ec03..90596a5f2b4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ GRASS GIS. See [CONTRIBUTING file](CONTRIBUTING.md) for more details. How to get write access here Want to become a core developer? See -[Procedure for gaining Git write access](https://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASScorerepository) +[Contributing](https://github.com/OSGeo/grass/blob/main/CONTRIBUTING.md) ## How to compile GRASS diff --git a/SECURITY.md b/SECURITY.md index feef9649806..21d5bc32ef2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -25,7 +25,7 @@ vulnerability, please follow these steps: ## Supported Versions -Please refer to our [Release Schedule](https://trac.osgeo.org/grass/wiki/Release/Schedule) +Please refer to our [Release Schedule](https://grass.osgeo.org/about/roadmap/) for details on which versions are currently supported. ## Security Measures diff --git a/general/g.parser/g.parser.html b/general/g.parser/g.parser.html index 1c0154cca09..c347d51e462 100644 --- a/general/g.parser/g.parser.html +++ b/general/g.parser/g.parser.html @@ -673,7 +673,7 @@

SEE ALSO

Overview table: Parser standard options

-Submitting rules for Python +Submitting rules for Python

Related Wiki pages: diff --git a/gui/wxpython/gui_core/pyedit.py b/gui/wxpython/gui_core/pyedit.py index 9fa75fa74c1..f1bef4c8ae5 100644 --- a/gui/wxpython/gui_core/pyedit.py +++ b/gui/wxpython/gui_core/pyedit.py @@ -634,10 +634,14 @@ def OnModulesHelp(self, event): self.giface.Help("full_index") def OnSubmittingHelp(self, event): - open_url("https://trac.osgeo.org/grass/wiki/Submitting/Python") + open_url( + "https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python" + ) def OnAddonsHelp(self, event): - open_url("https://grass.osgeo.org/development/code-submission/") + open_url( + "https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#developing-grass-addons" + ) def OnSupport(self, event): open_url("https://grass.osgeo.org/support/") From b83b7af0bd88895dbfe66ac295c88769d809ecc0 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Sat, 14 Sep 2024 18:41:32 +0200 Subject: [PATCH 02/12] update from review Co-authored-by: Vaclav Petras --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 21d5bc32ef2..d736de425ef 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -25,7 +25,7 @@ vulnerability, please follow these steps: ## Supported Versions -Please refer to our [Release Schedule](https://grass.osgeo.org/about/roadmap/) +Please refer to our [Roadmap](https://grass.osgeo.org/about/roadmap/) for details on which versions are currently supported. ## Security Measures From 1f572e5e898a461c398a104e1fc073604bd41fc3 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Sat, 14 Sep 2024 19:10:16 +0200 Subject: [PATCH 03/12] flake8: handle E501 locally --- .flake8 | 1 - gui/wxpython/gui_core/pyedit.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index 555a3dfa139..3182812dd1d 100644 --- a/.flake8 +++ b/.flake8 @@ -53,7 +53,6 @@ per-file-ignores = gui/wxpython/gui_core/ghelp.py: E722 gui/wxpython/gui_core/gselect.py: F841, E266, E722 gui/wxpython/gui_core/preferences.py: E266, F841 - gui/wxpython/gui_core/pyedit.py: E501 gui/wxpython/gui_core/treeview.py: F841 gui/wxpython/gui_core/widgets.py: F841, E722, E266 gui/wxpython/image2target/*: F841, E722, E265 diff --git a/gui/wxpython/gui_core/pyedit.py b/gui/wxpython/gui_core/pyedit.py index f1bef4c8ae5..496e58b6480 100644 --- a/gui/wxpython/gui_core/pyedit.py +++ b/gui/wxpython/gui_core/pyedit.py @@ -635,12 +635,12 @@ def OnModulesHelp(self, event): def OnSubmittingHelp(self, event): open_url( - "https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python" + "https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python" # noqa: E501 ) def OnAddonsHelp(self, event): open_url( - "https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#developing-grass-addons" + "https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#developing-grass-addons" # noqa: E501 ) def OnSupport(self, event): From ed94c81186ae5b3f850623b16d4ffa9576801e5f Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 16 Sep 2024 11:15:35 +0200 Subject: [PATCH 04/12] minor MD fixes --- INSTALL.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e67ca6a1a7d..4b02c367972 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -41,7 +41,7 @@ GRASS source code is currently distributed in 2 forms: ### Officially released source code The full source code version contains all the GRASS source code -required for compilation. It is distributed as one file (*.tar.gz +required for compilation. It is distributed as one file (`*.tar.gz` package) and the version is composed of 3 numbers, e.g. 3.7.0, 3.7.1 etc. See . @@ -52,7 +52,7 @@ This version of the source code can be acquired either from the GitHub repository () or as a auto-generated snapshot (`*.tar.gz` package) of the GitHub repository. The snapshot name contains the date when the snapshot was created (checked out from -the GitHub repository), e.g. grass-3.7.git_src_snapshot_2022_04_27.tar.gz +the GitHub repository), e.g. `grass-3.7.git_src_snapshot_2022_04_27.tar.gz` from ## (B) COMPILATION @@ -72,7 +72,7 @@ Detailed Wiki notes for various operating systems (MS-Windows, GNU/Linux distributions, FreeBSD, AIX, etc) are available at: -First step of the compilation (-g for debugging, or -O2 for optimization): +First step of the compilation (`-g` for debugging, or `-O2` for optimization): ```bash CFLAGS="-g -Wall" ./configure @@ -108,7 +108,7 @@ make Note for Solaris users (see also Wiki page above): To configure GRASS correctly on a system which doesn't have a suitable -install program (AC_PROG_INSTALL ignores versions which are known to +install program (`AC_PROG_INSTALL` ignores versions which are known to have problems), you need to ensure that $srcdir is an absolute path, by using e.g.: @@ -136,7 +136,7 @@ CC=cc CPP=cpp ./configure ... ## (C) COMPILATION NOTES for 64bit platforms To successfully compile GRASS on 64bit platforms, the required -FFTW2 library has to be compiled with -fPIC flag: +FFTW2 library has to be compiled with `-fPIC` flag: ```bash #this applies to FFTW3, not to GRASS GIS: @@ -175,7 +175,7 @@ grass ## (E) INSTALLATION ON MACOSX -See the ReadMe.rtf in the ./macosx/ folder and the Wiki page above. +See the `ReadMe.rtf` in the `./macosx/` folder and the Wiki page above. ## (F) RUNNING GRASS GIS @@ -258,8 +258,8 @@ setenv CFLAGS -O ./configure ``` -whichever works on your shell. Use -O2 instead of -O if your compiler -supports this (note: O is the letter, not zero). Using the "gcc" compiler, +whichever works on your shell. Use `-O2` instead of `-O` if your compiler +supports this (note: `O` is the letter, not zero). Using the "gcc" compiler, you can also specify processor specific flags (examples, please suggest better settings to us): @@ -272,7 +272,7 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ CFLAGS="-mtune=nocona -m64 -minline-all-stringops" # Intel Pentium 64bit processor ``` -Note: As of version 4.3.0, GCC offers the -march=native switch that +Note: As of version 4.3.0, GCC offers the `-march=native` switch that enables CPU auto-detection and automatically selects optimizations supported by the local machine at GCC runtime including -mtune. From 3c66a93493249c1852ab3a26c5b6c969ca5c2d56 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 16 Sep 2024 11:17:13 +0200 Subject: [PATCH 05/12] dop outdated files --- CHANGES | 11 ----------- NEWS | 20 -------------------- 2 files changed, 31 deletions(-) delete mode 100644 CHANGES delete mode 100644 NEWS diff --git a/CHANGES b/CHANGES deleted file mode 100644 index 28302c7855e..00000000000 --- a/CHANGES +++ /dev/null @@ -1,11 +0,0 @@ -CHANGES in GRASS GIS 8.x - -- https://github.com/OSGeo/grass/tags -- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 -- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 - -List of releases: - -- GitHub list: https://github.com/OSGeo/grass/releases -- Overview list: https://trac.osgeo.org/grass/wiki/Release -- History: https://grass.osgeo.org/home/history/releases/ (starting 1984!) diff --git a/NEWS b/NEWS deleted file mode 100644 index 1a864871add..00000000000 --- a/NEWS +++ /dev/null @@ -1,20 +0,0 @@ -NEWS - -GRASS GIS 8 - - https://github.com/OSGeo/grass/tags - - https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 - - https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 - -GRASS GIS 7 - - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 - - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76 - - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures74 - - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures72 - - https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures - - List of releases - - https://github.com/OSGeo/grass/releases (GRASS GIS 7 and later) - - https://trac.osgeo.org/grass/wiki/Release (full list) - -GRASS GIS 1-6 - - List of older releases, starting in 1984 (!), see https://grass.osgeo.org/about/history/releases/ From fa907dce00d3b0dba04eec5121feca8defffd70b Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 16 Sep 2024 11:17:37 +0200 Subject: [PATCH 06/12] use relative paths; drop useless section --- INSTALL.md | 6 +++--- README.md | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4b02c367972..f60258dad1c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -206,7 +206,7 @@ make make install ``` -For details, see +For details, see [Guide to contributing on GitHub](./doc/development/github_guide.md). ## (H) COMPILING INDIVIDUAL MODULES - OWN MODULES @@ -329,8 +329,8 @@ Please see the README file and the files at: Please see -- -- +- [GRASS Programming Style Guide](./doc/development/style_guide.md) +- [Guide to contributing on GitHub](./doc/development/github_guide.md) ## Authors diff --git a/README.md b/README.md index 90596a5f2b4..71319df8b07 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,6 @@ In general: you don't really need write access as you can simply open a [pull request](https://github.com/OSGeo/grass/pulls) to contribute to GRASS GIS. See [CONTRIBUTING file](CONTRIBUTING.md) for more details. -How to get write access here - -Want to become a core developer? See -[Contributing](https://github.com/OSGeo/grass/blob/main/CONTRIBUTING.md) - ## How to compile GRASS > See the INSTALL.md file. From 01badf0081cc32ec8518789e600ef0f4e9ef5350 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 16 Sep 2024 11:31:47 +0200 Subject: [PATCH 07/12] minor MD fixes --- INSTALL.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f60258dad1c..41249a04143 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,8 +29,8 @@ directory. Installation order: 1. PROJ -2. GDAL-OGR (compiled without GRASS support) -3. optionally: databases such as PostgreSQL, MySQL, sqlite +2. GDAL/OGR (compiled without GRASS support) +3. optionally: databases such as PostgreSQL, MySQL, SQLite 4. GRASS GIS 5. optionally: GDAL-OGR-GRASS plugin @@ -136,7 +136,7 @@ CC=cc CPP=cpp ./configure ... ## (C) COMPILATION NOTES for 64bit platforms To successfully compile GRASS on 64bit platforms, the required -FFTW2 library has to be compiled with `-fPIC` flag: +FFTW library has to be compiled with `-fPIC` flag: ```bash #this applies to FFTW3, not to GRASS GIS: @@ -151,13 +151,13 @@ make install After compilation, the resulting code is stored in the directory ```bash -./dist.$ARCH +./dist.$ARCH/ ``` -and the scripts (grass, ...) in +and the script (`grass`) in ```bash -./bin.$ARCH +./bin.$ARCH/ ``` To run GRASS, simply start @@ -240,7 +240,7 @@ gmake Note: If you keep your module source code outside the standard GRASS source code directory structure, you will have to change the relative -path(s) in the Makefile to absolute path(s). +path(s) in the `Makefile` to absolute path(s). ## (I) CODE OPTIMIZATION @@ -274,9 +274,9 @@ CFLAGS="-mtune=nocona -m64 -minline-all-stringops" # Intel Pentium 64bit process Note: As of version 4.3.0, GCC offers the `-march=native` switch that enables CPU auto-detection and automatically selects optimizations supported -by the local machine at GCC runtime including -mtune. +by the local machine at GCC runtime including `-mtune`. -To find out optional CFLAGS for your platform, enter: +To find out optional `CFLAGS` for your platform, enter: ```bash gcc -dumpspecs @@ -285,7 +285,7 @@ gcc -dumpspecs See also: A real fast GRASS version (and small binaries) will be created with -LDFLAGS set to "stripping" (but this disables debugging): +`LDFLAGS` set to "stripping" (but this disables debugging): ```bash CFLAGS="-O2 -mcpu= -Wall" LDFLAGS="-s" ./configure @@ -296,7 +296,7 @@ CFLAGS="-O2 -mcpu= -Wall" LDFLAGS="-s" ./configure The `LDFLAGS=""` part must be undefined as `-s` will strip the debugging information. -Don't use `-O` for CFLAGS if you want to be able to step through function +Don't use `-O` for `CFLAGS` if you want to be able to step through function bodies. When optimisation is enabled, the compiler will re-order statements and re-arrange expressions, resulting in object code which barely resembles the source code. @@ -307,7 +307,7 @@ The `-g` and `-Wall` compiler flags are often useful for assisting debugging: CFLAGS="-g -Wall" ./configure ``` -See also the file ./doc/debugging.txt and the Wiki page +See also the file `./doc/debugging.txt` and the Wiki page ## (K) SUPPORT @@ -322,7 +322,7 @@ developers mailing list. See ## (L) GRASS PROGRAMMER'S MANUAL The Programmer's manual is generated with doxygen from the source code. -Please see the README file and the files at: +Please see the [README](doc/development/README.md) file and the files at: ## (M) CONTRIBUTING CODE AND PATCHES From 1760f757424c4a9fb042f1b05817828d0dc1dc4d Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 16 Sep 2024 11:42:00 +0200 Subject: [PATCH 08/12] change URLS --- README.md | 5 +++++ SECURITY.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71319df8b07..7dfdb49df82 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,11 @@ this issue, clean all the compiled files from the source code: make distclean ``` +## Further documents + +- [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md) +- [Roadmap](https://grass.osgeo.org/about/roadmap/) + ## Thanks to all contributors ❤ [![GRASS contributors](https://contrib.rocks/image?repo=OSGeo/grass "GRASS contributors")](https://github.com/OSGeo/grass/graphs/contributors) diff --git a/SECURITY.md b/SECURITY.md index d736de425ef..0b566dc899d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -25,7 +25,7 @@ vulnerability, please follow these steps: ## Supported Versions -Please refer to our [Roadmap](https://grass.osgeo.org/about/roadmap/) +Please refer to our [download section](https://grass.osgeo.org/download/) for details on which versions are currently supported. ## Security Measures From edc8d704b6b47d903136e947d37a785db49c14c4 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 16 Sep 2024 11:43:19 +0200 Subject: [PATCH 09/12] change URLS --- general/g.parser/g.parser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/g.parser/g.parser.html b/general/g.parser/g.parser.html index c347d51e462..424ab24bf04 100644 --- a/general/g.parser/g.parser.html +++ b/general/g.parser/g.parser.html @@ -673,7 +673,7 @@

SEE ALSO

Overview table: Parser standard options

-Submitting rules for Python +Submitting rules for Python

Related Wiki pages: From 21b22015b39726087f350d8bead949ad78ddc201 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 16 Sep 2024 17:29:48 +0200 Subject: [PATCH 10/12] drop CHANGES --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be8834ecf42..8b32a149a5a 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ DIRS = \ SUBDIRS = $(DIRS) -FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv +FILES = AUTHORS CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv FILES_DST = $(patsubst %,$(ARCH_DISTDIR)/%,$(FILES)) default: From df7ee16733e9526ae05433fbaa5b7cf3b1f8e864 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Tue, 17 Sep 2024 17:33:31 +0200 Subject: [PATCH 11/12] drop CHANGES and NEWS file --- .github/labeler.yml | 2 -- rpm/grass.spec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d6caa447e2e..464ccdce2b8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -123,9 +123,7 @@ docs: - '**/*.png' - '**.cff' - CITING - - CHANGES - AUTHORS - - NEWS - TODO - all-globs-to-all-files: - '!doc/development/rfc/**' diff --git a/rpm/grass.spec b/rpm/grass.spec index a68453145bc..90c79bc939f 100644 --- a/rpm/grass.spec +++ b/rpm/grass.spec @@ -320,7 +320,7 @@ fi %{_docdir}/%{name}%{shortver} %files libs -%license AUTHORS COPYING GPL.TXT CHANGES +%license AUTHORS COPYING GPL.TXT %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf %{_libdir}/%{name}%{shortver}/lib/*.so %dir %{_libdir}/%{name}%{shortver}/driver From 6093557c11f49ef98c29b515a8efd2b79dc23955 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Tue, 17 Sep 2024 23:36:04 +0200 Subject: [PATCH 12/12] Update general/g.parser/g.parser.html Co-authored-by: Vaclav Petras --- general/g.parser/g.parser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/g.parser/g.parser.html b/general/g.parser/g.parser.html index 424ab24bf04..b1de89a3a08 100644 --- a/general/g.parser/g.parser.html +++ b/general/g.parser/g.parser.html @@ -673,7 +673,7 @@

SEE ALSO

Overview table: Parser standard options

-Submitting rules for Python +Style Guide: Developing Python scripts

Related Wiki pages: