From 194fc4acd37ada31b41d5f831047b4cdb80eb552 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jure=20=C5=A0orn?=
Date: Tue, 24 Dec 2019 18:43:40 +0100
Subject: [PATCH] Updated TOC
---
README.md | 2 +-
index.html | 2 +-
parse.js | 2 +-
web/index_for_pdf.html | 2 +-
web/index_for_pdf_print.html | 2 +-
web/script_2.js | 5 ++---
6 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 788573d..ff4b9bd 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`](#coroutine)**__.__
** ** **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)**__,__ **[`Synthesizer`](#synthesizer)**__.__
+** ** **[`NumPy`](#numpy)**__,__ **[`Image`](#image)**__,__ **[`Animation`](#animation)**__,__ **[`Audio`](#audio)**__.__
Main
diff --git a/index.html b/index.html
index 53d6d66..d7f1384 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, Synthesizer]
+ NumPy, Image, Animation, Audio]
}
diff --git a/parse.js b/parse.js
index f97094e..48fc861 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, Synthesizer]\n' +
+ ' NumPy, Image, Animation, Audio]\n' +
'}\n' +
'\n';
diff --git a/web/index_for_pdf.html b/web/index_for_pdf.html
index 6e62253..506900e 100644
--- a/web/index_for_pdf.html
+++ b/web/index_for_pdf.html
@@ -47,7 +47,7 @@
enum module, 19-20
enumerate function, 3
eval function, 33
-exceptions, 20-21, 22
+exceptions, 20-21, 23
F
files, 23
filter function, 11
diff --git a/web/index_for_pdf_print.html b/web/index_for_pdf_print.html
index 58c60fa..e2a90c9 100644
--- a/web/index_for_pdf_print.html
+++ b/web/index_for_pdf_print.html
@@ -51,7 +51,7 @@
enum module, 19-20
enumerate function, 3
eval function, 33
-exceptions, 20-21, 22
+exceptions, 20-21, 23
F
files, 23
filter function, 11
diff --git a/web/script_2.js b/web/script_2.js
index 656e655..1022eea 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, Synthesizer]\n' +
+ ' NumPy, Image, Animation, Audio]\n' +
'}\n';
const TOC_MOBILE =
@@ -36,8 +36,7 @@ const TOC_MOBILE =
' \'7. Libraries\': [Progress_Bar, Plot, Table,\n' +
' Curses, Logging, Scraping,\n' +
' Web, Profile, NumPy,\n' +
- ' Image, Animation, Audio,\n' +
- ' Synthesizer]\n' +
+ ' Image, Animation, Audio]\n' +
'}\n';
const DIAGRAM_1_A =