[GRASS-git] [OSGeo/grass] b8fc5a: manual: fix more broken HTML tags (#4781)
Markus Neteler
noreply at github.com
Thu Nov 28 15:12:49 PST 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: b8fc5a21d099218488d903245078864c33a77198
https://github.com/OSGeo/grass/commit/b8fc5a21d099218488d903245078864c33a77198
Author: Markus Neteler <neteler at osgeo.org>
Date: 2024-11-28 (Thu, 28 Nov 2024)
Changed paths:
M db/db.execute/db.execute.html
M db/drivers/ogr/grass-ogr.html
M general/g.parser/g.parser.html
M general/g.proj/g.proj.html
M gui/wxpython/gmodeler/g.gui.gmodeler.html
M imagery/i.evapo.pm/i.evapo.pm.html
M imagery/imageryintro.html
M mswindows/external/rbatch/README.html
M ps/ps.map/ps.map.html
M python/grass/docs/_templates/oholosidebar.html
M raster/r.fill.dir/r.fill.dir.html
M raster/r.geomorphon/r.geomorphon.html
M raster/r.gwflow/r.gwflow.html
M raster/r.in.gdal/r.in.gdal.html
M raster/r.in.lidar/r.in.lidar.html
M raster/r.in.xyz/r.in.xyz.html
M raster/r.li/r.li.edgedensity/r.li.edgedensity.html
M raster/r.li/r.li.html
M raster/r.li/r.li.patchdensity/r.li.patchdensity.html
M raster/r.profile/r.profile.html
M raster/r.solute.transport/r.solute.transport.html
M raster/r.texture/r.texture.html
M raster/r.thin/r.thin.html
M raster/r.timestamp/r.timestamp.html
M raster/r.viewshed/r.viewshed.html
M raster3d/r3.flow/r3.flow.html
M raster3d/r3.in.ascii/r3.in.ascii.html
M raster3d/r3.showdspf/r3.showdspf.html
M scripts/r.mapcalc.simple/r.mapcalc.simple.html
M temporal/t.rast.accumulate/t.rast.accumulate.html
M temporal/t.rast.algebra/t.rast.algebra.html
M temporal/t.vect.algebra/t.vect.algebra.html
M temporal/temporalintro.html
M vector/v.clean/v.clean.html
M vector/v.label/v.label.html
M vector/v.normal/v.normal.html
M vector/v.overlay/v.overlay.html
M vector/v.select/v.select.html
M vector/v.vect.stats/v.vect.stats.html
Log Message:
-----------
manual: fix more broken HTML tags (#4781)
* manual: fix more broken HTML tags
In order to obtain a good result when converting the HTML manual pages files to markdown, ideally clean HTML code is used (continuation of #4765).
This PR fixes numerous broken HTML tags identified during a test run of [adding HTML validation with super-linter](https://github.com/echoix/grass/pull/303).
For reference, see logs showing the errors at
https://github.com/echoix/grass/actions/runs/12067630007/job/33651008404?pr=303
Fixes include:
- complete selected ncomplete tag pairs (esp. `<li>`)
- tabs replaced with white space
- `<`, `>`, `&` replaced with their HTML representations
* Apply suggestions from code review
---------
Co-authored-by: Edouard Choinière <27212526+echoix at users.noreply.github.com>
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