<div dir="ltr">You can check this example: <a href="https://github.com/qgis/QGIS/blob/master/python/plugins/processing/script/ScriptTemplate.py#L77">https://github.com/qgis/QGIS/blob/master/python/plugins/processing/script/ScriptTemplate.py#L77</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-08 17:12 GMT-04:00 Nyall Dawson <span dir="ltr"><<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 9 May 2018 at 06:52, Phil Ribbens <<a href="mailto:philip.ribbens@gmail.com">philip.ribbens@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I’m wondering if it’s possible to add help text (that will show up in<br>
> right-hand sidebar) for a processing plugin that I’m developing in QGIS3.<br>
><br>
> I think I found where the help text for the native QGIS plugins comes from<br>
> (<a href="https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/help/qgis.yaml" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>blob/master/python/plugins/<wbr>processing/algs/help/qgis.yaml</a><wbr>),<br>
> but I’m not sure how I might be able to provide my own help text for a<br>
> processing plugin I’m developing.<br>
<br>
</span>You just need to implement the shortHelpString method in your<br>
algorithm and return the translated help text.<br>
<br>
Nyall<br>
<br>
<br>
><br>
> Thanks,<br>
> Phil Ribbens<br>
><br>
> ______________________________<wbr>_________________<br>
> QGIS-Developer mailing list<br>
> <a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a><br>
______________________________<wbr>_________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a></blockquote></div><br></div>