Skip to content

docs: Standardize naming: use "GRASS" instead of "GRASS GIS" #5644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

lindakarlovska
Copy link
Contributor

This pull request updates the terminology in documentation files by replacing "GRASS GIS" with the simplified form "GRASS", in line with current naming conventions used in the project.

Changes were made in the following paths:

  • grass/gui/wxpython/docs
  • grass/lib/init
  • grass/doc

Exclusions:

  • Files under grass/doc/development/rfc/ remain unchanged (they reflect the terminology as it was at the time they were written).
  • The file grass/lib/init/grass.py was intentionally left out, as it is not part of the documentation. It will be addressed in a separate pull request.

The replacement was applied to:

  • lines where "GRASS GIS" appeared in a single line, located using:
    grep -Irni "GRASS GIS"

  • and cases where "GRASS" appeared on one line and "GIS" on the next line, located using:
    pcregrep -M 'GRASS\s*\n\s*GIS' $(find . -name '*.md')

@lindakarlovska lindakarlovska added Python Related code is in Python docs labels May 13, 2025
@github-actions github-actions bot added GUI wxGUI related libraries markdown Related to markdown, markdown files notebook labels May 13, 2025
Copy link
Contributor

@veroandreo veroandreo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed one sentence that didn't read well and added the GRASS tutorials repo that was missing.

lindakarlovska and others added 2 commits May 14, 2025 11:53
Co-authored-by: Veronica Andreo <[email protected]>
Co-authored-by: Veronica Andreo <[email protected]>
@lindakarlovska
Copy link
Contributor Author

I fixed one sentence that didn't read well and added the GRASS tutorials repo that was missing.

Thanks Vero!

@petrasovaa petrasovaa merged commit a277d85 into OSGeo:main May 14, 2025
28 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in GRASS Markdown Documentation May 14, 2025
@github-actions github-actions bot added this to the 8.5.0 milestone May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs GUI wxGUI related libraries markdown Related to markdown, markdown files notebook Python Related code is in Python
Projects
Development

Successfully merging this pull request may close these issues.

3 participants