From 6c2e9e26a8c0550e0461e8b2cd9b6b5f6be392c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jure=20=C5=A0orn?=
ToC = {
'1. Collections': [List, Dictionary, Set, Tuple, Range, Enumerate, Iterator, Generator],
'2. Types': [Type, String, Regular_Exp, Format, Numbers, Combinatorics, Datetime],
- '3. Syntax': [Args, Inline, Closure, Decorator, Class, Duck_Types, Enum, Exceptions],
- '4. System': [Print, Input, Command_Line_Arguments, Open, Path, Command_Execution],
- '5. Data': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, MemoryView, Deque],
+ '3. Syntax': [Args, Inline, Closure, Decorator, Class, Duck_Type, Enum, Exception],
+ '4. System': [Exit, Print, Input, Command_Line_Arguments, Open, Path, OS_Commands],
+ '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, Pygame]
diff --git a/parse.js b/parse.js
index b7c50a7..27c1ff4 100755
--- a/parse.js
+++ b/parse.js
@@ -21,9 +21,9 @@ const TOC =
'ToC = {\n' +
' \'1. Collections\': [List, Dictionary, Set, Tuple, Range, Enumerate, Iterator, Generator],\n' +
' \'2. Types\': [Type, String, Regular_Exp, Format, Numbers, Combinatorics, Datetime],\n' +
- ' \'3. Syntax\': [Args, Inline, Closure, Decorator, Class, Duck_Types, Enum, Exceptions],\n' +
- ' \'4. System\': [Print, Input, Command_Line_Arguments, Open, Path, Command_Execution],\n' +
- ' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, MemoryView, Deque],\n' +
+ ' \'3. Syntax\': [Args, Inline, Closure, Decorator, Class, Duck_Type, Enum, Exception],\n' +
+ ' \'4. System\': [Exit, Print, Input, Command_Line_Arguments, Open, Path, OS_Commands],\n' +
+ ' \'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, Pygame]\n' +
diff --git a/web/script_2.js b/web/script_2.js
index 36ad97e..7dc91cc 100644
--- a/web/script_2.js
+++ b/web/script_2.js
@@ -2,10 +2,10 @@ const TOC =
'ToC = {\n' +
' \'1. Collections\': [List, Dictionary, Set, Tuple, Range, Enumerate, Iterator, Generator],\n' +
' \'2. Types\': [Type, String, Regular_Exp, Format, Numbers, Combinatorics, Datetime],\n' +
- ' \'3. Syntax\': [Args, Inline, Closure, Decorator, Class, Duck_Types, Enum, Exceptions],\n' +
- ' \'4. System\': [Print, Input, Command_Line_Arguments, Open, Path, Command_Execution],\n' +
- ' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, MemoryView, Deque],\n' +
- ' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' +
+ ' \'3. Syntax\': [Args, Inline, Closure, Decorator, Class, Duck_Type, Enum, Exception],\n' +
+ ' \'4. System\': [Exit, Print, Input, Command_Line_Arguments, Open, Path, OS_Commands],\n' +
+ ' \'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, Pygame]\n' +
'}\n';
@@ -20,15 +20,14 @@ const TOC_MOBILE =
' Combinatorics, Datetime],\n' +
' \'3. Syntax\': [Args, Inline, Closure,\n' +
' Decorator, Class,\n' +
- ' Duck_Types, Enum,\n' +
- ' Exceptions],\n' +
- ' \'4. System\': [Print, Input,\n' +
+ ' Duck_Type, Enum,\n' +
+ ' Exception],\n' +
+ ' \'4. System\': [Exit, Print, Input,\n' +
' Command_Line_Arguments,\n' +
- ' Open, Path,\n' +
- ' Command_Execution],\n' +
+ ' Open, Path, OS_Commands],\n' +
' \'5. Data\': [JSON, Pickle, CSV, SQLite,\n' +
' Bytes, Struct, Array,\n' +
- ' MemoryView, Deque],\n' +
+ ' Memory_View, Deque],\n' +
' \'6. Advanced\': [Threading, Operator,\n' +
' Introspection,\n' +
' Metaprograming, Eval,\n' +