Skip to content

Commit 8232c35

Browse files
committed
Updated index
1 parent 67b001a commit 8232c35

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

pdf/index_for_pdf.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3 id="a">A</h3>
1515
<strong>arrays, <a href="#array">29</a></strong><br>
1616
<strong>audio, <a href="#audio">40</a>-<a href="#writefloatsamplestowavfile">41</a></strong> </p>
1717
<h3 id="b">B</h3>
18-
<p><strong>basic script template, <a href="#basicscripttemplate">44</a></strong><br>
18+
<p><strong>basic script template, <a href="#basicscripttemplate">49</a></strong><br>
1919
<strong>beautifulsoup library, <a href="#scraping">35</a></strong><br>
2020
<strong>binary representation, <a href="#binhex">8</a></strong><br>
2121
<strong>bitwise operators, <a href="#bitwiseoperators">8</a></strong><br>
@@ -36,7 +36,7 @@ <h3 id="c">C</h3>
3636
<strong>copy function, <a href="#copy">15</a></strong><br>
3737
<strong>coroutine, <a href="#coroutines">33</a></strong><br>
3838
<strong>counter, <a href="#counter">2</a>, <a href="#generator">4</a>, <a href="#nonlocal">12</a>, <a href="#iterator-1">17</a></strong><br>
39-
<strong>csv module, <a href="#csv">26</a>, <a href="#printsacsvfileasanasciitable">34</a></strong><br>
39+
<strong>csv module, <a href="#csv">26</a>, <a href="#printsacsvfileasanasciitable">34</a>, <a href="#encodedecode">47</a></strong><br>
4040
<strong>curses module, <a href="#curses">34</a></strong> </p>
4141
<h3 id="d">D</h3>
4242
<p><strong>dataclasses module, <a href="#namedtupleenumdataclass">12</a></strong>, <a href="#dataclass">15</a></strong><br>
@@ -74,7 +74,7 @@ <h3 id="i">I</h3>
7474
<strong>iterator, <a href="#iterator">3</a>, <a href="#iterator-1">17</a></strong><br>
7575
<strong>itertools module, <a href="#itertools">3</a>, <a href="#combinatorics">8</a></strong> </p>
7676
<h3 id="j">J</h3>
77-
<p><strong>json module, <a href="#json">25</a></strong> </p>
77+
<p><strong>json module, <a href="#json">25</a>, <a href="#encodedecode">47</a></strong> </p>
7878
<h3 id="l">L</h3>
7979
<p><strong>lambda, <a href="#lambda">11</a></strong><br>
8080
<strong>list comprehension, <a href="#comprehension">11</a></strong><br>
@@ -88,11 +88,11 @@ <h3 id="m">M</h3>
8888
<strong>memoryviews, <a href="#memoryview">29</a></strong><br>
8989
<strong>metaclass attribute, <a href="#metaclassattribute">32</a></strong><br>
9090
<strong>metaprograming, <a href="#metaprograming">31</a>-<a href="#metaclass">32</a></strong><br>
91-
<strong>mysql library, <a href="#mysql">26</a></strong> </p>
91+
<strong>mysql library, <a href="#mysql">26</a>, <a href="#encodedecode">47</a></strong> </p>
9292
<h3 id="n">N</h3>
9393
<p><strong>namedtuples, <a href="#namedtuple">3</a></strong><br>
9494
<strong>nonlocal keyword, <a href="#nonlocal">12</a></strong><br>
95-
<strong>numpy module, <a href="#numpy">37</a>-<a href="#indexing">38</a></strong> </p>
95+
<strong>numpy library, <a href="#numpy">37</a>-<a href="#indexing">38</a></strong> </p>
9696
<h3 id="o">O</h3>
9797
<p><strong>open function, <a href="#open">22</a>-<a href="#file">23</a></strong><br>
9898
<strong>operator module, <a href="#operator">31</a></strong><br>
@@ -109,7 +109,7 @@ <h3 id="p">P</h3>
109109
<strong>profiling, <a href="#profiling">36</a>-<a href="#timingasnippet">37</a></strong><br>
110110
<strong>progress bar, <a href="#progressbar">34</a></strong><br>
111111
<strong>property decorator, <a href="#property">15</a></strong><br>
112-
<strong>pygame module, <a href="#pygame">42</a></strong> </p>
112+
<strong>pygame library, <a href="#pygame">42</a></strong> </p>
113113
<h3 id="q">Q</h3>
114114
<p><strong>queues, <a href="#queue">30</a></strong> </p>
115115
<h3 id="r">R</h3>

pdf/index_for_pdf_print.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3 id="a">A</h3>
1515
<strong>arrays, 29</strong><br>
1616
<strong>audio, 40-41</strong> </p>
1717
<h3 id="b">B</h3>
18-
<p><strong>basic script template, 44</strong><br>
18+
<p><strong>basic script template, 49</strong><br>
1919
<strong>beautifulsoup library, 35</strong><br>
2020
<strong>binary representation, 8</strong><br>
2121
<strong>bitwise operators, 8</strong><br>
@@ -36,7 +36,7 @@ <h3 id="c">C</h3>
3636
<strong>copy function, 15</strong><br>
3737
<strong>coroutine, 33</strong><br>
3838
<strong>counter, 2, 4, 12, 17</strong><br>
39-
<strong>csv module, 26, 34</strong><br>
39+
<strong>csv module, 26, 34, 47</strong><br>
4040
<strong>curses module, 34</strong> </p>
4141
<h3 id="d">D</h3>
4242
<p><strong>dataclasses module, 12, 15</strong><br>
@@ -74,7 +74,7 @@ <h3 id="i">I</h3>
7474
<strong>iterator, 3, 17</strong><br>
7575
<strong>itertools module, 3, 8</strong> </p>
7676
<h3 id="j">J</h3>
77-
<p><strong>json module, 25</strong> </p>
77+
<p><strong>json module, 25, 47</strong> </p>
7878
<h3 id="l">L</h3>
7979
<p><strong>lambda, 11</strong><br>
8080
<strong>list comprehension, 11</strong><br>
@@ -92,7 +92,7 @@ <h3 id="m">M</h3>
9292
<h3 id="n">N</h3>
9393
<p><strong>namedtuples, 3</strong><br>
9494
<strong>nonlocal keyword, 12</strong><br>
95-
<strong>numpy module, 37-38</strong> </p>
95+
<strong>numpy library, 37-38</strong> </p>
9696
<h3 id="o">O</h3>
9797
<p><strong>open function, 22-23</strong><br>
9898
<strong>operator module, 31</strong><br>
@@ -109,7 +109,7 @@ <h3 id="p">P</h3>
109109
<strong>profiling, 36-37</strong><br>
110110
<strong>progress bar, 34</strong><br>
111111
<strong>property decorator, 15</strong><br>
112-
<strong>pygame module, 42</strong> </p>
112+
<strong>pygame library, 42</strong> </p>
113113
<h3 id="q">Q</h3>
114114
<p><strong>queues, 30</strong> </p>
115115
<h3 id="r">R</h3>
@@ -128,7 +128,7 @@ <h3 id="s">S</h3>
128128
<strong>slots attribute, 15</strong><br>
129129
<strong>sortable, 1, 16</strong><br>
130130
<strong>splat operator, 10-11</strong><br>
131-
<strong>sqlite module, 27</strong><br>
131+
<strong>sqlite module, 27, 47</strong><br>
132132
<strong>statistics module, 7</strong><br>
133133
<strong>strings, 5</strong><br>
134134
<strong>struct module, 28-29</strong><br>

web/script_2.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ const TOC_MOBILE =
3535
' <strong><span class="hljs-string">\'7. Libraries\'</span></strong>: [<a href="#progressbar">Progress_Bar</a>, <a href="#plot">Plot</a>, <a href="#table">Table</a>,\n' +
3636
' <a href="#curses">Curses</a>, <a href="#logging">Logging</a>, <a href="#scraping">Scraping</a>,\n' +
3737
' <a href="#web">Web</a>, <a href="#profiling">Profile</a>, <a href="#numpy">NumPy</a>,\n' +
38-
' <a href="#image">Image</a>, <a href="#audio">Audio</a>, <a href="#pygame">Games</a>,\n' +
39-
' <a href="#pandas">Data</a>]\n' +
38+
' <a href="#image">Image</a>, <a href="#audio">Audio</a>, <a href="#pygame">Games</a>, <a href="#pandas">Data</a>]\n' +
4039
'}\n';
4140

4241

0 commit comments

Comments
 (0)