Skip to content
Snippets Groups Projects
Commit f4b0cd13 authored by Jihee Kim's avatar Jihee Kim
Browse files

Added detector_views.md and changed make_images back

parent 36657ab6
No related branches found
No related tags found
1 merge request!4Template XML file
Pipeline #7335 failed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -14,6 +14,6 @@ base_url = "https://eicweb.phy.anl.gov/api/v4/projects/390/jobs/artifacts/master
#images = ["images/view2a.png","images/view2b.png", "images/view1.png"]
images = glob.glob("images/*.png")
#template = env.get_template('detector_views.md')
template = env.get_template('detector_views.md')
print(template.render(base_url=base_url, images=images))
#ReferenceDetector
{% for image_path in images %}
<img src="{{ base_url }}/{{ image_path }}?job=report" width="400px" />
<br \>
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment