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:
parent
080fe1a01f
commit
6251e4eb3b
1 changed files with 8 additions and 11 deletions
|
@ -55,8 +55,6 @@ def main(loc, colorscheme):
|
|||
|
||||
for operating_sys in oslist:
|
||||
|
||||
i = 1
|
||||
|
||||
# Required string to create directory title pages
|
||||
dir_title = "<h2 class=title-dir>" + \
|
||||
operating_sys.capitalize() + "</h2></body></html>"
|
||||
|
@ -92,8 +90,7 @@ def main(loc, colorscheme):
|
|||
|
||||
group.append(HTML("htmlout.html").render())
|
||||
print("Rendered page {} of the directory {}".format(
|
||||
str(i), operating_sys))
|
||||
i += 1
|
||||
str(page_number), operating_sys))
|
||||
|
||||
allmd.clear()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue