From 084ac5a2b7059bbe7dae3bb0f140aef1df83ca78 Mon Sep 17 00:00:00 2001 From: Cyrille Rossant Date: Wed, 2 Sep 2015 22:08:07 +0200 Subject: [PATCH 1/2] Remove first item --- README.md | 1 - build_toc.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd81298..fccff75 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ A curated list of awesome mathematics resources. -* [Awesome Math](#awesome-math) * [General Resources](#general-resources) * [Learning Platforms](#learning-platforms) * [Questions and Answers](#questions-and-answers) diff --git a/build_toc.py b/build_toc.py index 700d91c..4aa4ad9 100644 --- a/build_toc.py +++ b/build_toc.py @@ -55,6 +55,8 @@ def gen_toc(filename): with open(filename, 'w') as f: f.write(md[:i] + _NEWLINES) for item in _gen_items(md): + if 'Awesome Math' in item: + continue f.write(item + '\n') f.write(_NEWLINES + md[j:]) From c5c5f7b60ec49f1e58e5fca35a475a14769df399 Mon Sep 17 00:00:00 2001 From: Cyrille Rossant Date: Wed, 2 Sep 2015 22:09:13 +0200 Subject: [PATCH 2/2] Add license --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fccff75..c8a07a0 100644 --- a/README.md +++ b/README.md @@ -323,3 +323,10 @@ A curated list of awesome mathematics resources. * [Numerical Analysis](http://people.cs.uchicago.edu/~ridg/newna/nalrs.pdf) - L. Ridgway Scott * [Lectures In Basic Computational Numerical Analysis](http://www.engr.uky.edu/~acfd/egr537-lctrs.pdf) - J. M. McDonough (University of Kentucky) * [Advanced Numerical Methods and Their Applications to Industrial Problems: Adaptive Finite Element Methods](http://www.math.uni-bremen.de/~schmidt/SS04/YSU_Notes.pdf) - Alfred Schmidt, Arsen Narimanyan + + +## License + +[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) + +To the extent possible under law, [Cyrille Rossant](http://cyrille.rossant.net) has waived all copyright and related or neighboring rights to this work.