Skip to content

Commit 2c815d9

Browse files
completed boolean and comparison operators
1 parent 44303d6 commit 2c815d9

42 files changed

Lines changed: 3884 additions & 257 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_toc.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ parts:
3838
- file: pythonworkshop/Chapter_4/6_Default_Arguments
3939
- file: pythonworkshop/Chapter_4/7_TLDR_about_Functions_arguments
4040
- file: pythonworkshop/Chapter_4/8_Lambda_functions
41-
- caption: 5. Mathematical Operators
41+
- caption: 5. Operators
4242
numbered: True
4343
chapters:
4444
- file: pythonworkshop/Chapter_5/1_Mathematical_Operators
45-
- caption: 6. Boolean Operators
46-
numbered: True
47-
chapters:
48-
- file: pythonworkshop/Chapter_6/1_Boolean_Operators
45+
- file: pythonworkshop/Chapter_5/2_Boolean_Operators
46+
- file: pythonworkshop/Chapter_5/3_Comparison_Operators
47+

docs/.github/ISSUE_TEMPLATE/bug_report.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
227227
</ul>
228228
<p class="caption">
229229
<span class="caption-text">
230-
5. Mathematical Operators
230+
5. Operators
231231
</span>
232232
</p>
233233
<ul class="nav bd-sidenav">
@@ -236,6 +236,16 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
236236
23. Mathematical Operators
237237
</a>
238238
</li>
239+
<li class="toctree-l1">
240+
<a class="reference internal" href="../../pythonworkshop/Chapter_5/2_Boolean_Operators.html">
241+
24. Boolean Operators
242+
</a>
243+
</li>
244+
<li class="toctree-l1">
245+
<a class="reference internal" href="../../pythonworkshop/Chapter_5/3_Comparison_Operators.html">
246+
25. Comparison operators
247+
</a>
248+
</li>
239249
</ul>
240250

241251
</div>

docs/.github/ISSUE_TEMPLATE/feature_request.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
227227
</ul>
228228
<p class="caption">
229229
<span class="caption-text">
230-
5. Mathematical Operators
230+
5. Operators
231231
</span>
232232
</p>
233233
<ul class="nav bd-sidenav">
@@ -236,6 +236,16 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
236236
23. Mathematical Operators
237237
</a>
238238
</li>
239+
<li class="toctree-l1">
240+
<a class="reference internal" href="../../pythonworkshop/Chapter_5/2_Boolean_Operators.html">
241+
24. Boolean Operators
242+
</a>
243+
</li>
244+
<li class="toctree-l1">
245+
<a class="reference internal" href="../../pythonworkshop/Chapter_5/3_Comparison_Operators.html">
246+
25. Comparison operators
247+
</a>
248+
</li>
239249
</ul>
240250

241251
</div>

docs/CODE_OF_CONDUCT.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
227227
</ul>
228228
<p class="caption">
229229
<span class="caption-text">
230-
5. Mathematical Operators
230+
5. Operators
231231
</span>
232232
</p>
233233
<ul class="nav bd-sidenav">
@@ -236,6 +236,16 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
236236
23. Mathematical Operators
237237
</a>
238238
</li>
239+
<li class="toctree-l1">
240+
<a class="reference internal" href="pythonworkshop/Chapter_5/2_Boolean_Operators.html">
241+
24. Boolean Operators
242+
</a>
243+
</li>
244+
<li class="toctree-l1">
245+
<a class="reference internal" href="pythonworkshop/Chapter_5/3_Comparison_Operators.html">
246+
25. Comparison operators
247+
</a>
248+
</li>
239249
</ul>
240250

241251
</div>

docs/README.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
227227
</ul>
228228
<p class="caption">
229229
<span class="caption-text">
230-
5. Mathematical Operators
230+
5. Operators
231231
</span>
232232
</p>
233233
<ul class="nav bd-sidenav">
@@ -236,6 +236,16 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
236236
23. Mathematical Operators
237237
</a>
238238
</li>
239+
<li class="toctree-l1">
240+
<a class="reference internal" href="pythonworkshop/Chapter_5/2_Boolean_Operators.html">
241+
24. Boolean Operators
242+
</a>
243+
</li>
244+
<li class="toctree-l1">
245+
<a class="reference internal" href="pythonworkshop/Chapter_5/3_Comparison_Operators.html">
246+
25. Comparison operators
247+
</a>
248+
</li>
239249
</ul>
240250

241251
</div>

pythonworkshop/Chapter_6/1_Boolean_Operators.ipynb renamed to docs/_sources/pythonworkshop/Chapter_5/2_Boolean_Operators.ipynb

File renamed without changes.

0 commit comments

Comments
 (0)