You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
neteler
changed the title
[Bug] docs: all "meta page description" HTML pages lack
[Bug] docs: all "meta page description" HTML pages lack SOURCE CODE and Latest change section
Nov 17, 2023
This should go into addons repo, I guess, but just to add to the discussion:
In addons, only r.pi.html seems to get it right. i.landsat.html and i.modis.html have "hard coded" heading and source code links in the html files (no latest changes). i.sentinel.html has hard coded heading only (no source code or last modification), but the compiled html does not have source code nor latest change sections. Are these compiled with the same script than in core?
Which is the correct way to create these meta-pages?
This should go into addons repo, I guess, but just to add to the discussion:
In addons, only r.pi.html seems to get it right. i.landsat.html and i.modis.html have "hard coded" heading and source code links in the html files (no latest changes). i.sentinel.html has hard coded heading only (no source code or last modification), but the compiled html does not have source code nor latest change sections. Are these compiled with the same script than in core?
Which is the correct way to create these meta-pages?
Python mkhtml.py module dynamically add Source code section into HTML core/addon module man page during compilation.
Describe the bug
These "meta page description" HTML pages lack
Pages affected (there may be more):
ag 'meta page description' -l | sed 's+^+- +g'
To Reproduce
See manual pages on the web sites.
Expected behavior
The pages should also have the section like the module pages.
The bug is somewhere here:
grass/utils/mkhtml.py
Line 908 in 9742987
The text was updated successfully, but these errors were encountered: