I am currently developing some tools which can be used either inside or outside galaxy and therefor are not hosted in the galaxy toolshed yet. Now I am working on the help section for the galaxy wrapper and wanted to include images as it says more than a thousand words. However according to the manual these images needs to be located in ./static/images?
This would then require after adding the module to galaxy to manually copy the files into the static environment.
Would it be possible to have the galaxyTool.xml file when pointing to an .. image:: be able to read the image from the tool section where the XML file is located in? This so I can easily keep the module up to date using git.