Skip to content
Snippets Groups Projects
Commit cd5f7037 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'mibo604c--tu-dresden.de-preview-patch-96732' of...

Merge branch 'mibo604c--tu-dresden.de-preview-patch-96732' of gitlab.hrz.tu-chemnitz.de:zih/hpcsupport/hpc-compendium into mibo604c--tu-dresden.de-preview-patch-96732
parents 734edb75 88bcac01
No related branches found
No related tags found
2 merge requests!811Automated merge from preview to main,!799Created a new check-TOC.py without importing pd, and yaml
......@@ -16,7 +16,6 @@ whitelist = ["index.md"] # ["archive"]
def get_heading_in_file(filename, docs_path):
# TODO join path filename
# Read until first level one heading is found
f = Path.joinpath(docs_path, filename)
with open(f, "r") as file:
......@@ -33,7 +32,6 @@ def main():
if Path.exists(mkdocsyaml):
docs_path = Path.joinpath(scriptpath, "../", "docs")
# print(docs_path)
with open(mkdocsyaml, "r") as file:
c = file.readlines()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment