MCPcopy Create free account
hub / github.com/aymericdamien/TopDeepLearning / build_md_fields

Function build_md_fields

scripts/generate_stats.py:113–114  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

111 return ['<a href="%s">%s</a>' % (d['url'], d['title'].split('/')[-1]), d['stars_unparsed'], d['desc']]
112
113 def build_md_fields(d):
114 return ['[%s](%s)' % (d['title'].split('/')[-1], d['url']), d['stars_unparsed'], d['desc']]
115
116 html = '<table><thead><tr><td>Project Name</td><td>Stars</td><td>Description</td></tr></thead>'
117 md = '| Project Name | Stars | Description |\n| ------- | ------ | ------ |\n'

Callers 1

build_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected