[Qgis-developer] How to ship help with a plugin which adds algs to Processing?

Etienne Trimaille etienne.trimaille at gmail.com
Sun Jun 7 07:31:47 PDT 2015


Hi,

You can overwrite the help function of your GeoAlgorithm.
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/core/GeoAlgorithm.py#L106
It works in my plugin.

2015-06-06 19:35 GMT+02:00 Anita Graser <anitagraser at gmx.at>:

> Hi,
>
> I'm wondering how I can ship help for the algorithms which my plugin adds
> to Processing. Currently, the help tab only displays:
>
> The requested URL /testing/en/docs/user_manual/xxx/xxx.html was not found
> on this server.
>
> Is there a way to ship my help with the plugin or does it have to be
> included in the user manual?
>
> Thanks and best wishes,
> Anita
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20150607/b235d559/attachment.html>


More information about the Qgis-developer mailing list