mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Use mako template in tool help so that dynamic image paths can be used. Fixes #141
This commit is contained in:
@@ -65,7 +65,7 @@ This tool creates a simple scatter plot between two variables containing numeric
|
||||
|
||||
- Create a simple scatterplot between the variables in column 2 and column 3 of the above dataset.
|
||||
|
||||
.. image:: ./static/images/scatterplot.png
|
||||
.. image:: ${static_path}/images/scatterplot.png
|
||||
|
||||
</help>
|
||||
</tool>
|
||||
|
||||
Reference in New Issue
Block a user