Lines Matching +full:html +full:- +full:docs +full:- +full:path
4 from pathlib import Path
16 results = json.load(open("docs/noto.json"))
17 versions = json.load(open("docs/versions.json"))
21 return strlist([os.path.basename(item)])
29 return strlist([humanize.naturalsize(os.path.getsize(item))])
44 if "slim-variable-ttf" in context:
60 … return f'<span class="material-icons" data-toggle="tooltip" title="{platform}"> android </span>'
62 …return f'<span class="material-icons" data-toggle="tooltip" title="{platform}"> phone_iphone </spa…
64 …return f'<span class="material-icons" data-toggle="tooltip" title="{platform}"> laptop_mac </span>'
66 … return f'<img data-toggle="tooltip" title="{platform}" src="gflogo.png" width=18 height=18></img>'
68 … return f'<img data-toggle="tooltip" title="{platform}" src="fedora.png" width=18 height=18></img>'
72 template = open("scripts/template.html", "r").read()
99 with open("docs/index.html", "w") as fh:
102 bug_template = open("scripts/bugreporter.html", "r").read()
105 with open("docs/reporter.html", "w") as fh: