55 < head >
66 < meta charset ="utf-8 " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8- < title > Keywords — Python Workshop 🐍</ title >
8+ < title > <no title> — Python Workshop 🐍</ title >
99
1010 < link href ="../../_static/css/theme.css " rel ="stylesheet " />
1111 < link href ="../../_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css " rel ="stylesheet " />
@@ -94,62 +94,62 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
9494</ p >
9595< ul class ="nav bd-sidenav ">
9696 < li class ="toctree-l1 ">
97- < a class ="reference internal " href ="../Chapter_1/1_Getting_Started_With_Python_Language.html ">
97+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/1_Getting_Started_With_Python_Language.html ">
9898 1. Getting Started with Python 🐍
9999 </ a >
100100 </ li >
101101 < li class ="toctree-l1 ">
102- < a class ="reference internal " href ="../Chapter_1/2_Creating_Variables_and_Assigning_Values.html ">
102+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/2_Creating_Variables_and_Assigning_Values.html ">
103103 2. Creating variables and assigning values
104104 </ a >
105105 </ li >
106106 < li class ="toctree-l1 ">
107- < a class ="reference internal " href ="../Chapter_1/3_Keywords_and_Variable_naming.html ">
107+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/3_Keywords_and_Variable_naming.html ">
108108 3. Python Keywords and allowed Variable names
109109 </ a >
110110 </ li >
111111 < li class ="toctree-l1 ">
112- < a class ="reference internal " href ="../Chapter_1/4_Datatypes.html ">
112+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/4_Datatypes.html ">
113113 4. Data types
114114 </ a >
115115 </ li >
116116 < li class ="toctree-l1 ">
117- < a class ="reference internal " href ="../Chapter_1/5_Collection_Types.html ">
117+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/5_Collection_Types.html ">
118118 5. Collection Types
119119 </ a >
120120 </ li >
121121 < li class ="toctree-l1 ">
122- < a class ="reference internal " href ="../Chapter_1/6_IDEs_for_Python.html ">
122+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/6_IDEs_for_Python.html ">
123123 6. IDEs/Editors for Python
124124 </ a >
125125 </ li >
126126 < li class ="toctree-l1 ">
127- < a class ="reference internal " href ="../Chapter_1/7_User_Input.html ">
127+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/7_User_Input.html ">
128128 7. User Input
129129 </ a >
130130 </ li >
131131 < li class ="toctree-l1 ">
132- < a class ="reference internal " href ="../Chapter_1/8_Builtins.html ">
132+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/8_Builtins.html ">
133133 8. Builtins
134134 </ a >
135135 </ li >
136136 < li class ="toctree-l1 ">
137- < a class ="reference internal " href ="../Chapter_1/9_Modules.html ">
137+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/9_Modules.html ">
138138 9. Module
139139 </ a >
140140 </ li >
141141 < li class ="toctree-l1 ">
142- < a class ="reference internal " href ="../Chapter_1/10_String_representations_of_objects.html ">
142+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/10_String_representations_of_objects.html ">
143143 10. String representations of objects: str() vs repr()
144144 </ a >
145145 </ li >
146146 < li class ="toctree-l1 ">
147- < a class ="reference internal " href ="../Chapter_1/11_Installing_Packages.html ">
147+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/11_Installing_Packages.html ">
148148 11. Installing packages
149149 </ a >
150150 </ li >
151151 < li class ="toctree-l1 ">
152- < a class ="reference internal " href ="../Chapter_1/12_Help_Utility.html ">
152+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_1/12_Help_Utility.html ">
153153 12. Help Utility
154154 </ a >
155155 </ li >
@@ -161,7 +161,7 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
161161</ p >
162162< ul class ="nav bd-sidenav ">
163163 < li class ="toctree-l1 ">
164- < a class ="reference internal " href ="../Chapter_2/1_Indendation.html ">
164+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_2/1_Indendation.html ">
165165 13. Indendation
166166 </ a >
167167 </ li >
@@ -173,7 +173,7 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
173173</ p >
174174< ul class ="nav bd-sidenav ">
175175 < li class ="toctree-l1 ">
176- < a class ="reference internal " href ="../Chapter_3/1_Comments_and_docstrings.html ">
176+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_3/1_Comments_and_docstrings.html ">
177177 14. Comments and Docstrings
178178 </ a >
179179 </ li >
@@ -185,46 +185,58 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
185185</ p >
186186< ul class ="nav bd-sidenav ">
187187 < li class ="toctree-l1 ">
188- < a class ="reference internal " href ="../Chapter_4/1_Functions.html ">
188+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/1_Functions.html ">
189189 15. Functions
190190 </ a >
191191 </ li >
192192 < li class ="toctree-l1 ">
193- < a class ="reference internal " href ="../Chapter_4/2_Positional_Arguments.html ">
193+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/2_Positional_Arguments.html ">
194194 16. Positional Arguments
195195 </ a >
196196 </ li >
197197 < li class ="toctree-l1 ">
198- < a class ="reference internal " href ="../Chapter_4/3_Unnamed_Positional_Arguments.html ">
198+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/3_Unnamed_Positional_Arguments.html ">
199199 17. Unnamed Positional Arguments
200200 </ a >
201201 </ li >
202202 < li class ="toctree-l1 ">
203- < a class ="reference internal " href ="../Chapter_4/4_Keyword_only_arguments.html ">
203+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/4_Keyword_only_arguments.html ">
204204 18. Keyword-only arguments
205205 </ a >
206206 </ li >
207207 < li class ="toctree-l1 ">
208- < a class ="reference internal " href ="../Chapter_4/5_Keyword_arguments.html ">
208+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/5_Keyword_arguments.html ">
209209 19. Keyword arguments
210210 </ a >
211211 </ li >
212212 < li class ="toctree-l1 ">
213- < a class ="reference internal " href ="../Chapter_4/6_Default_Arguments.html ">
213+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/6_Default_Arguments.html ">
214214 20. Default Arguments
215215 </ a >
216216 </ li >
217217 < li class ="toctree-l1 ">
218- < a class ="reference internal " href ="../Chapter_4/7_TLDR_about_Functions_arguments.html ">
218+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/7_TLDR_about_Functions_arguments.html ">
219219 21. TLDR regarding function arguments 💡
220220 </ a >
221221 </ li >
222222 < li class ="toctree-l1 ">
223- < a class ="reference internal " href ="../Chapter_4/8_Lambda_functions.html ">
223+ < a class ="reference internal " href ="../../pythonworkshop/ Chapter_4/8_Lambda_functions.html ">
224224 22. Lambda Functions
225225 </ a >
226226 </ li >
227227</ ul >
228+ < p class ="caption ">
229+ < span class ="caption-text ">
230+ 5. Mathematical Operators
231+ </ span >
232+ </ p >
233+ < ul class ="nav bd-sidenav ">
234+ < li class ="toctree-l1 ">
235+ < a class ="reference internal " href ="../../pythonworkshop/Chapter_5/1_Mathematical_Operators.html ">
236+ 23. Mathematical Operators
237+ </ a >
238+ </ li >
239+ </ ul >
228240
229241 </ div >
230242</ nav > <!-- To handle the deprecated key -->
@@ -265,9 +277,9 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
265277 <!-- ipynb file if we had a myst markdown file -->
266278
267279 <!-- Download raw file -->
268- < a class ="dropdown-buttons " href ="../../_sources/pythonworkshop/Chapter_5/1_Keywords.ipynb "> < button type ="button "
280+ < a class ="dropdown-buttons " href ="../../_sources/.github/ISSUE_TEMPLATE/bug_report.md "> < button type ="button "
269281 class ="btn btn-secondary topbarbtn " title ="Download source file " data-toggle ="tooltip "
270- data-placement ="left "> .ipynb </ button > </ a >
282+ data-placement ="left "> .md </ button > </ a >
271283 <!-- Download PDF via print -->
272284 < button type ="button " id ="download-print " class ="btn btn-secondary topbarbtn " title ="Print to PDF "
273285 onClick ="window.print() " data-toggle ="tooltip " data-placement ="left "> .pdf</ button >
@@ -285,7 +297,7 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
285297 data-toggle ="tooltip " data-placement ="left " title ="Source repository "> < i
286298 class ="fab fa-github "> </ i > repository</ button > </ a >
287299 < a class ="issues-button "
288- href ="https://github.com/ProdigiousPython/PythonWorkshop/issues/new?title=Issue%20on%20page%20%2Fpythonworkshop/Chapter_5/1_Keywords .html&body=Your%20issue%20content%20here. "> < button
300+ href ="https://github.com/ProdigiousPython/PythonWorkshop/issues/new?title=Issue%20on%20page%20%2F.github/ISSUE_TEMPLATE/bug_report .html&body=Your%20issue%20content%20here. "> < button
289301 type ="button " class ="btn btn-secondary topbarbtn " data-toggle ="tooltip " data-placement ="left "
290302 title ="Open an issue "> < i class ="fas fa-lightbulb "> </ i > open issue</ button > </ a >
291303
@@ -301,28 +313,19 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
301313
302314 <!-- Launch buttons -->
303315
304- < div class ="dropdown-buttons-trigger ">
305- < button id ="dropdown-buttons-trigger " class ="btn btn-secondary topbarbtn "
306- aria-label ="Launch interactive content "> < i class ="fas fa-rocket "> </ i > </ button >
307- < div class ="dropdown-buttons ">
308-
309- < a class ="binder-button " href ="https://mybinder.org/v2/gh/ProdigiousPython/PythonWorkshop/main?urlpath=tree/docs/pythonworkshop/Chapter_5/1_Keywords.ipynb "> < button type ="button "
310- class ="btn btn-secondary topbarbtn " title ="Launch Binder " data-toggle ="tooltip "
311- data-placement ="left "> < img class ="binder-button-logo "
312- src ="../../_static/images/logo_binder.svg "
313- alt ="Interact on binder "> Binder</ button > </ a >
314-
315-
316-
317-
318- </ div >
319- </ div >
320-
321316 </ div >
322317
323318 <!-- Table of contents -->
324319 < div class ="d-none d-md-block col-md-2 bd-toc show ">
325320
321+ < div class ="tocsection onthispage pt-5 pb-3 ">
322+ < i class ="fas fa-list "> </ i > Contents
323+ </ div >
324+ < nav id ="bd-toc-nav " aria-label ="Page ">
325+ < ul class ="simple visible nav section-nav flex-column ">
326+ </ ul >
327+
328+ </ nav >
326329 </ div >
327330 </ div >
328331</ div >
@@ -331,63 +334,35 @@ <h1 class="site-logo" id="site-title">Python Workshop 🐍</h1>
331334
332335 < div >
333336
334- < div class ="section " id ="keywords ">
335- < h1 > Keywords< a class ="headerlink " href ="#keywords " title ="Permalink to this headline "> ¶</ a > </ h1 >
336- < div class ="cell docutils container ">
337- < div class ="cell_input docutils container ">
338- < div class ="highlight-ipython3 notranslate "> < div class ="highlight "> < pre > < span > </ span > < span class ="kn "> import</ span > < span class ="nn "> keyword</ span >
339- </ pre > </ div >
340- </ div >
341- </ div >
342- </ div >
343- < div class ="cell docutils container ">
344- < div class ="cell_input docutils container ">
345- < div class ="highlight-ipython3 notranslate "> < div class ="highlight "> < pre > < span > </ span > < span class ="nb "> print</ span > < span class ="p "> (</ span > < span class ="o "> *</ span > < span class ="n "> keyword</ span > < span class ="o "> .</ span > < span class ="n "> kwlist</ span > < span class ="p "> ,</ span > < span class ="n "> sep</ span > < span class ="o "> =</ span > < span class ="s2 "> "</ span > < span class ="se "> \n</ span > < span class ="s2 "> "</ span > < span class ="p "> )</ span >
346- </ pre > </ div >
347- </ div >
348- </ div >
349- < div class ="cell_output docutils container ">
350- < div class ="output stream highlight-myst-ansi notranslate "> < div class ="highlight "> < pre > < span > </ span > False
351- None
352- True
353- __peg_parser__
354- and
355- as
356- assert
357- async
358- await
359- break
360- class
361- continue
362- def
363- del
364- elif
365- else
366- except
367- finally
368- for
369- from
370- global
371- if
372- import
373- in
374- is
375- lambda
376- nonlocal
377- not
378- or
379- pass
380- raise
381- return
382- try
383- while
384- with
385- yield
386- </ pre > </ div >
387- </ div >
388- </ div >
389- </ div >
390- </ div >
337+ < p > < strong > Describe the bug</ strong >
338+ A clear and concise description of what the bug is.</ p >
339+ < p > < strong > To Reproduce</ strong >
340+ Steps to reproduce the behavior:</ p >
341+ < ol class ="simple ">
342+ < li > < p > Go to ‘…’</ p > </ li >
343+ < li > < p > Click on ‘….’</ p > </ li >
344+ < li > < p > Scroll down to ‘….’</ p > </ li >
345+ < li > < p > See error</ p > </ li >
346+ </ ol >
347+ < p > < strong > Expected behavior</ strong >
348+ A clear and concise description of what you expected to happen.</ p >
349+ < p > < strong > Screenshots</ strong >
350+ If applicable, add screenshots to help explain your problem.</ p >
351+ < p > < strong > Desktop (please complete the following information):</ strong > </ p >
352+ < ul class ="simple ">
353+ < li > < p > OS: [e.g. iOS]</ p > </ li >
354+ < li > < p > Browser [e.g. chrome, safari]</ p > </ li >
355+ < li > < p > Version [e.g. 22]</ p > </ li >
356+ </ ul >
357+ < p > < strong > Smartphone (please complete the following information):</ strong > </ p >
358+ < ul class ="simple ">
359+ < li > < p > Device: [e.g. iPhone6]</ p > </ li >
360+ < li > < p > OS: [e.g. iOS8.1]</ p > </ li >
361+ < li > < p > Browser [e.g. stock browser, safari]</ p > </ li >
362+ < li > < p > Version [e.g. 22]</ p > </ li >
363+ </ ul >
364+ < p > < strong > Additional context</ strong >
365+ Add any other context about the problem here.</ p >
391366
392367 < script type ="text/x-thebe-config ">
393368 {
@@ -402,7 +377,7 @@ <h1>Keywords<a class="headerlink" href="#keywords" title="Permalink to this head
402377 } ,
403378 kernelOptions : {
404379 kernelName : "python3" ,
405- path : "./pythonworkshop/Chapter_5 "
380+ path : "./.github/ISSUE_TEMPLATE "
406381 } ,
407382 predefinedOutput : true
408383 }
0 commit comments