1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Finished resolving of commits.

This commit is contained in:
Kyle Anthony Williams 2020-12-18 22:52:07 -05:00
parent 080fe1a01f
commit 6251e4eb3b

View file

@ -55,8 +55,6 @@ def main(loc, colorscheme):
for operating_sys in oslist: for operating_sys in oslist:
i = 1
# Required string to create directory title pages # Required string to create directory title pages
dir_title = "<h2 class=title-dir>" + \ dir_title = "<h2 class=title-dir>" + \
operating_sys.capitalize() + "</h2></body></html>" operating_sys.capitalize() + "</h2></body></html>"
@ -92,8 +90,7 @@ def main(loc, colorscheme):
group.append(HTML("htmlout.html").render()) group.append(HTML("htmlout.html").render())
print("Rendered page {} of the directory {}".format( print("Rendered page {} of the directory {}".format(
str(i), operating_sys)) str(page_number), operating_sys))
i += 1
allmd.clear() allmd.clear()