diff --git a/README.md b/README.md index 3056b00..a9f5136 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)**__,__ **[`MemoryView`](#memory-view)**__,__ **[`Deque`](#deque)**__.__ **   ** **6. Advanced:** **   ** **[`Threading`](#threading)**__,__ **[`Operator`](#operator)**__,__ **[`Introspection`](#introspection)**__,__ **[`Metaprograming`](#metaprograming)**__,__ **[`Eval`](#eval)**__,__ **[`Coroutine`](#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)**__,__ **[`Animation`](#animation)**__,__ **[`Audio`](#audio)**__.__ +**                                 ** **[`NumPy`](#numpy)**__,__ **[`Image`](#image)**__,__ **[`Audio`](#audio)**__,__ **[`Pygame`](#pygame)**__.__ Main diff --git a/index.html b/index.html index bea5a0d..e438dee 100644 --- a/index.html +++ b/index.html @@ -217,7 +217,7 @@ pre.prettyprint { '5. Data': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, MemoryView, Deque], '6. Advanced': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine], '7. Libraries': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile, - NumPy, Image, Animation, Audio] + NumPy, Image, Audio, Pygame] } diff --git a/parse.js b/parse.js index 55fdaab..b7c50a7 100755 --- a/parse.js +++ b/parse.js @@ -26,7 +26,7 @@ const TOC = ' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, MemoryView, 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, Animation, Audio]\n' + + ' NumPy, Image, Audio, Pygame]\n' + '}\n' + '\n'; diff --git a/web/script_2.js b/web/script_2.js index 00aeabd..36ad97e 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, MemoryView, 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, Animation, Audio]\n' + + ' NumPy, Image, Audio, Pygame]\n' + '}\n'; const TOC_MOBILE = @@ -36,7 +36,7 @@ const TOC_MOBILE = ' \'7. Libraries\': [Progress_Bar, Plot, Table,\n' + ' Curses, Logging, Scraping,\n' + ' Web, Profile, NumPy,\n' + - ' Image, Animation, Audio]\n' + + ' Image, Audio, Pygame]\n' + '}\n'; const DIAGRAM_1_A =