[GRASS-dev] grass-addons and nested module libraries
Pietro
peter.zamb at gmail.com
Fri Aug 21 07:03:00 PDT 2015
Dear Matej,
On Fri, Aug 21, 2015 at 11:31 AM, Matej Krejci <matejkrejci at gmail.com> wrote:
> Dear Pietro, devs,
>
> [...]
>
> I have exactly the same problem(described bellow) with installation
> wx.metadata from addons. Have you figured out this issue?
No, not yet... I've also noticed that the link to other grass-addons
it is working properly in the GUI, but not on the manual web page, see
for example:
https://grass.osgeo.org/grass70/manuals/addons/r.modis.html
in SEE ALSO, you can find two links at: r.modis.import and
r.modis.dowload both the links are broken and should be change:
from: https://grass.osgeo.org/grass70/manuals/r.modis.*.html
to: https://grass.osgeo.org/grass70/manuals/addons/r.modis.*.html
But if we change the line:
https://trac.osgeo.org/grass/browser/grass-addons/grass7/raster/r.modis/r.modis.html#L113
from: <a href="r.modis.import.html">r.modis.import</a>,
to: <a href="addons/r.modis.import.html">r.modis.import</a>,
I suspect it will break the manual page in the GUI.
Unfortunately my knowledge on the GRASS make chain is very poor and I
don't know from where should I start to fix these problems.
Any hints?
Pietro
More information about the grass-dev
mailing list