Commit 8b875005 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

doc: Generate references for vtc-syntax sections

parent 0dc55228
......@@ -74,6 +74,7 @@ if __name__ == "__main__":
parse_file(fn, cl, tl, sl)
sl.sort()
for section in sl:
print(".. _vtc-" + section + ":\n")
print(tl[section], end="")
a = section
c = section.count(".")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment