Use mako template in tool help so that dynamic image paths can be used. Fixes #141

This commit is contained in:
Jeremy Goecks
2012-08-07 09:40:51 -04:00
parent 92915592f9
commit 9a5679c37c
58 changed files with 140 additions and 135 deletions
+1 -1
View File
@@ -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>