fix table of contents references

This commit is contained in:
lukew3
2020-11-21 11:09:18 -05:00
parent 51f970f6f5
commit 74cc198a5b

View File

@@ -17,9 +17,9 @@ def write_table_of_contents():
lines = []
tc_lines = [
'* [Usage](Usage)\n',
'* [Basic Documentation](basic-documentation)\n',
'* [List of Generators](list-of-generators)\n',
'* [Usage](#Usage)\n',
'* [Basic Documentation](#basic-documentation)\n',
'* [List of Generators](#list-of-generators)\n',
]
for subject in subjects:
line = ' * [' + subject + '](#' + subject + ')\n'