From 2f9062316ad21ac5e779dcbf7504b87bd5d9eacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 25 Dec 2020 05:56:43 +0100 Subject: [PATCH] Removed advent of code link --- README.md | 2 +- index.html | 2 +- parse.js | 2 +- web/script_2.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b77230..8862568 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Contents **   ** **5. Data:** **             ** **[`JSON`](#json)**__,__ **[`Pickle`](#pickle)**__,__ **[`CSV`](#csv)**__,__ **[`SQLite`](#sqlite)**__,__ **[`Bytes`](#bytes)**__,__ **[`Struct`](#struct)**__,__ **[`Array`](#array)**__,__ **[`Memory_View`](#memory-view)**__,__ **[`Deque`](#deque)**__.__ **   ** **6. Advanced:** **   ** **[`Threading`](#threading)**__,__ **[`Operator`](#operator)**__,__ **[`Introspection`](#introspection)**__,__ **[`Metaprograming`](#metaprograming)**__,__ **[`Eval`](#eval)**__,__ **[`Coroutines`](#coroutines)**__.__ **   ** **7. Libraries:** **      ** **[`Progress_Bar`](#progress-bar)**__,__ **[`Plot`](#plot)**__,__ **[`Table`](#table)**__,__ **[`Curses`](#curses)**__,__ **[`Logging`](#logging)**__,__ **[`Scraping`](#scraping)**__,__ **[`Web`](#web)**__,__ **[`Profile`](#profiling)**__,__ -**                                 ** **[`NumPy`](#numpy)**__,__ **[`Image`](#image)**__,__ **[`Audio`](#audio)**__,__ **[`Games`](#pygame)**__,__ **[`Data`](#pandas)**__,__ **[`GUI`](#pysimplegui)**__,__ **[`🎄`](https://github.com/gto76/advent-of-code-2020)**__.__ +**                                 ** **[`NumPy`](#numpy)**__,__ **[`Image`](#image)**__,__ **[`Audio`](#audio)**__,__ **[`Games`](#pygame)**__,__ **[`Data`](#pandas)**__,__ **[`GUI`](#pysimplegui)**__.__ Main diff --git a/index.html b/index.html index 5605033..23c06c7 100644 --- a/index.html +++ b/index.html @@ -227,7 +227,7 @@ pre.prettyprint { '5. Data': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, Memory_View, Deque], '6. Advanced': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine], '7. Libraries': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile, - NumPy, Image, Audio, Games, Data, GUI, 🎄] + NumPy, Image, Audio, Games, Data, GUI] } diff --git a/parse.js b/parse.js index 8341340..e9b3712 100755 --- a/parse.js +++ b/parse.js @@ -26,7 +26,7 @@ const TOC = ' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, Memory_View, Deque],\n' + ' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' + ' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,\n' + - ' NumPy, Image, Audio, Games, Data, GUI, 🎄]\n' + + ' NumPy, Image, Audio, Games, Data, GUI]\n' + '}\n' + '\n'; diff --git a/web/script_2.js b/web/script_2.js index 53e33e1..84ab187 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -7,7 +7,7 @@ const TOC = ' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, Memory_View, Deque],\n' + ' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' + ' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,\n' + - ' NumPy, Image, Audio, Games, Data, GUI, 🎄]\n' + + ' NumPy, Image, Audio, Games, Data, GUI]\n' + '}\n'; const TOC_MOBILE = @@ -36,7 +36,7 @@ const TOC_MOBILE = ' Curses, Logging, Scraping,\n' + ' Web, Profile, NumPy,\n' + ' Image, Audio, Games, Data,\n' + - ' GUI, 🎄]\n' + + ' GUI]\n' + '}\n';