Hi all, I developed a processing algorithm plugin using the Plugin Builder but I'm having trouble setting up the Help panel which usually shows on the right side of the windows, or at least the a help button pointing to a static file.
I've tried creating the .py.help file with the same name as my algorithm and provider files and placing them in both the "~/.qgis2/processing/scripts" and "~/.qgis2/python/plugins/my_plugin" folders, but without success. Implementing the helpString() and helpUrl() methods in my GeoAlgorithm class didn't work either. Am I missing something? Sorry if it's a noob question. André
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
