mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
fix table of contents references
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user