OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
827 stars 301 forks source link

[Bug] Some keywords in the manual are not auto-generated in the keywords index #1959

Open HuidaeCho opened 2 years ago

HuidaeCho commented 2 years ago

Describe the bug Some keywords are not in the keywords index. For example, "stream order" is a keyword for r.stream.order, but it's not in the keywords index. Another example is longest flow path in r.accumulate. Is it addons vs. core modules?

To Reproduce Steps to reproduce the behavior:

  1. Go to https://grass.osgeo.org/grass78/manuals/addons/r.stream.order.html
  2. Click the "stream order" keyword at the top
  3. See "stream order" is missing in the index

Expected behavior Any keywords in the manual from both core and addon modules should be auto-generated in the keywords index.

System description (please complete the following information):

neteler commented 2 years ago

Yes, at time only keywords of core modules are generated.

We'd need a script improvement to re-generate the keyword page once the present addons are built. PR welcome!