[GRASS-git] [OSGeo/grass] 4f0830: docs: Fix unescaped substitutions and emphasis, va...
Edouard Choinière
noreply at github.com
Tue Jun 3 20:24:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 4f08307e85e87a8083fcc1d8f3e9371afa790903
https://github.com/OSGeo/grass/commit/4f08307e85e87a8083fcc1d8f3e9371afa790903
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M python/grass/docs/src/script_intro.rst
M python/grass/gunittest/testsuite/test_checkers.py
M python/grass/imaging/images2avi.py
M python/grass/pygrass/modules/interface/module.py
M python/grass/pygrass/utils.py
M python/grass/pygrass/vector/__init__.py
M python/grass/pygrass/vector/geometry.py
M python/grass/script/core.py
M python/grass/temporal/abstract_map_dataset.py
M python/grass/temporal/abstract_space_time_dataset.py
M python/grass/temporal/base.py
M python/grass/temporal/temporal_algebra.py
M python/grass/temporal/temporal_operator.py
M python/grass/temporal/temporal_raster_base_algebra.py
M python/grass/temporal/temporal_vector_algebra.py
Log Message:
-----------
docs: Fix unescaped substitutions and emphasis, various typos or simple issues (#5826)
* docs: Fix typo in docstring of python/grass/pygrass/utils.py findmaps()
* docs: Fix formatting issues of unescaped substitutions or emphasis
* docs: Fix formatting issue of bullet list of TemporalOperatorParser.parse()
* docs: Fix simple typos
* docs: Fix simple typo
* docs: Fix code block missing double colon
* docs: Fix space between double colon of a code block + change to pycon language
* docs: Fix list formatting for python/grass/imaging/images2avi.py writeAvi()
* docs: Unindent docstring for AbstractSpaceTimeDataset.register_map
* docs: Fix underline too short in script_intro.rst
* docs: Fix docstring formating for grass.script.core.tempname()
* docs: Hide c_read_next_line() and c_read_line() in python/grass/pygrass/vector/geometry.py
* docs: Use double backticks for inline code in pygrass.vector.geometry
* docs: Format args and kwargs param in gs.write_command
* docs: Fix type field-list in features_to_wkb_list() of pygrass.vector docstring
* docs: Fix python 2 code blocks in pygrass.modules.interface docstrings
* Apply ruff format
* Update geometry.py
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list