Skip to content

Commit f28aaa1

Browse files
Andrej730aothms
authored andcommitted
Add page header
To make source repo more discoverable in case if something breaks
1 parent 17953f6 commit f28aaa1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

to_md.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ def _():
6868
yield f'v{version.public}', version.local, c['LastModified'], f'{module_name}-{abi}', 'WASM', c['Size'], k
6969

7070

71+
print("# IfcOpenShell Builds")
72+
print("Source code - [IfcOpenShell/build-listing](https://github.com/IfcOpenShell/build-listing)")
73+
print()
74+
7175
hashtodate = dict((hash, functools.reduce(min, (t[1] for t in hash_dates))) for hash, hash_dates in itertools.groupby(sorted((a[1],a[2]) for a in _()), key=operator.itemgetter(0)))
7276
data = natsort.natsorted(_(), reverse=True)
7377
for section, subsections in itertools.groupby(data, key=operator.itemgetter(0)):

0 commit comments

Comments
 (0)