mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
fix table of contents references
This commit is contained in:
@@ -17,9 +17,9 @@ def write_table_of_contents():
|
|||||||
lines = []
|
lines = []
|
||||||
|
|
||||||
tc_lines = [
|
tc_lines = [
|
||||||
'* [Usage](Usage)\n',
|
'* [Usage](#Usage)\n',
|
||||||
'* [Basic Documentation](basic-documentation)\n',
|
'* [Basic Documentation](#basic-documentation)\n',
|
||||||
'* [List of Generators](list-of-generators)\n',
|
'* [List of Generators](#list-of-generators)\n',
|
||||||
]
|
]
|
||||||
for subject in subjects:
|
for subject in subjects:
|
||||||
line = ' * [' + subject + '](#' + subject + ')\n'
|
line = ' * [' + subject + '](#' + subject + ')\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user