Skip to content
Snippets Groups Projects

Modules matrix correction to script; Build within CI

Merged David Hrbáč requested to merge hot_fix into master
2 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
3
#!/usr/bin/python
# -*- coding: utf-8 -*-
import csv
import collections
@@ -39,7 +40,7 @@ c=[
print '!!! Hint "Cluster Acronyms"'
print ' A - Anselm • S - Salomon • U - uv1 at Salomon'
print
print '| Module </br><input id="searchInput" placeholder="🔍 Filter" style="width: 8rem; border-radius: 0.2rem; color: black; padding-left: .2rem;"> | Versions | Clusters |'
print "| ------ | -------- | -------- |"
@@ -69,5 +70,6 @@ for m in sorted(software.items(), key=lambda i: i[0].lower()):
#print '</br>'.join(m[1].keys())
#print '</br>'.join(m[1].values())
print "| %s | %s | %s |" % (software, '</br>'.join(m[1].keys()), '</br>'.join(m[1].values()))
print
print '---8<--- "modules_matrix_search.md"'
print
print '---8<--- "modules_matrix_search.md"'
Loading