changeset 2:83c18f310619

Added tool images.
author devteam <devteam@galaxyproject.org>
date Mon, 14 Apr 2014 09:22:31 -0400
parents 4ce471410d01
children 860e7e4899b1
files gops_joinFullOuter.gif gops_joinInner.gif gops_joinLeftOuter.gif gops_joinRecordsList.gif gops_joinRightOuter.gif join.xml
diffstat 6 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
Binary file gops_joinFullOuter.gif has changed
Binary file gops_joinInner.gif has changed
Binary file gops_joinLeftOuter.gif has changed
Binary file gops_joinRecordsList.gif has changed
Binary file gops_joinRightOuter.gif has changed
--- a/join.xml	Thu Apr 10 13:47:14 2014 -0400
+++ b/join.xml	Mon Apr 14 09:22:31 2014 -0400
@@ -98,23 +98,23 @@
 
 **Examples**
 
-.. image:: ${static_path}/operation_icons/gops_joinRecordsList.gif
+.. image:: gops_joinRecordsList.gif
 
 Only records that are joined (inner join):
 
-.. image:: ${static_path}/operation_icons/gops_joinInner.gif
+.. image:: gops_joinInner.gif
 
 All records of first dataset:
 
-.. image:: ${static_path}/operation_icons/gops_joinLeftOuter.gif
+.. image:: gops_joinLeftOuter.gif
 
 All records of second dataset:
 
-.. image:: ${static_path}/operation_icons/gops_joinRightOuter.gif
+.. image:: gops_joinRightOuter.gif
 
 All records of both datasets:
 
-.. image:: ${static_path}/operation_icons/gops_joinFullOuter.gif
+.. image:: gops_joinFullOuter.gif
 
 
 </help>