Fix duplicate categories: normalize Portuguese and Python tags#123
Merged
petrasovaa merged 7 commits intoJun 2, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Cleanup pass across tutorial content to normalize external manual URLs, fix a broken link, correct project/path references, update a deprecated tile provider name, and standardize category labels.
Changes:
- Replace versioned
grass83/grass84manual URLs withgrass-stableand fix an incorrectt.rast.univarlink target. - Fix code references in time series aggregations tutorial (
grassbin→"grass", project path, andCartoDark→CartoDB.DarkMatter). - Normalize category labels (
Português→Portuguese,python→Python).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| content/tutorials/time_series/time_series_query_with_vector.qmd | Update t.sample manual URL to grass-stable. |
| content/tutorials/time_series/time_series_management_and_visualization.qmd | Update manual URLs to grass-stable and fix wrong t.rast.univar link. |
| content/tutorials/time_series/time_series_aggregations.qmd | Fix subprocess call, project path, and tile provider name. |
| content/tutorials/terrain_and_DEMs/GRASS_terrain_pt.qmd | Standardize language category to Portuguese. |
| content/tutorials/noise/noise.qmd | Capitalize Python category. |
| content/tutorials/modeling_movement/GRASS_movement_pt.qmd | Standardize language category to Portuguese. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #110
Three tutorials had inconsistent category tags that created duplicate filter entries on the site:
GRASS_movement_pt.qmd:Português→PortugueseGRASS_terrain_pt.qmd:Português→Portuguesenoise.qmd:python→PythonThis removes the duplicate [Português/Portuguese] and [Python/python] entries from the category filter.