mirror of
https://github.com/rossant/awesome-math.git
synced 2024-10-01 01:15:40 -04:00
Remove first item
This commit is contained in:
parent
943a1a3d8c
commit
084ac5a2b7
@ -3,7 +3,6 @@
|
|||||||
A curated list of awesome mathematics resources.
|
A curated list of awesome mathematics resources.
|
||||||
|
|
||||||
|
|
||||||
* [Awesome Math](#awesome-math)
|
|
||||||
* [General Resources](#general-resources)
|
* [General Resources](#general-resources)
|
||||||
* [Learning Platforms](#learning-platforms)
|
* [Learning Platforms](#learning-platforms)
|
||||||
* [Questions and Answers](#questions-and-answers)
|
* [Questions and Answers](#questions-and-answers)
|
||||||
|
@ -55,6 +55,8 @@ def gen_toc(filename):
|
|||||||
with open(filename, 'w') as f:
|
with open(filename, 'w') as f:
|
||||||
f.write(md[:i] + _NEWLINES)
|
f.write(md[:i] + _NEWLINES)
|
||||||
for item in _gen_items(md):
|
for item in _gen_items(md):
|
||||||
|
if 'Awesome Math' in item:
|
||||||
|
continue
|
||||||
f.write(item + '\n')
|
f.write(item + '\n')
|
||||||
f.write(_NEWLINES + md[j:])
|
f.write(_NEWLINES + md[j:])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user