Skip to content

Commit ccb785d

Browse files
updated docs
1 parent c2f9b72 commit ccb785d

14 files changed

+5447
-325
lines changed

docs/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 38b183d3d1316b8cd4621a40d4e97e52
4-
tags: 645f666f9bcd5a90fca523b33c5a78b7
3+
config: a1e6e8963a5254106537a035f8d252a5
4+
tags: 33eac41acc08762151beb8f3b7b86c8f

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var DOCUMENTATION_OPTIONS = {
33
VERSION: '',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
6-
BUILDER: 'html',
6+
BUILDER: 'singlehtml',
77
FILE_SUFFIX: '.html',
88
LINK_SUFFIX: '.html',
99
HAS_SOURCE: true,

docs/intro.html

Lines changed: 5270 additions & 151 deletions
Large diffs are not rendered by default.

docs/objects.inv

-33 Bytes
Binary file not shown.

docs/prodigiouspython/Chapter_1/10_String_representations_of_objects.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
434434
</div>
435435
</div>
436436
<div class="cell_output docutils container">
437-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 5, 2, 17, 20, 15, 289596)
438-
The str of now is: 2023-05-02 17:20:15.289596
437+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of now is: datetime.datetime(2023, 5, 26, 18, 48, 30, 812125)
438+
The str of now is: 2023-05-26 18:48:30.812125
439439
</pre></div>
440440
</div>
441441
</div>
@@ -454,8 +454,8 @@ <h1><span class="section-number">10. </span>String representations of objects: s
454454
</div>
455455
</div>
456456
<div class="cell_output docutils container">
457-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7fc1c1aaf250&gt;
458-
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7fc1c1aaf250&gt;
457+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f47fb2abed0&gt;
458+
The str of language_obj is: &lt;__main__.ProgrammingLanguage object at 0x7f47fb2abed0&gt;
459459
</pre></div>
460460
</div>
461461
</div>
@@ -485,7 +485,7 @@ <h1><span class="section-number">10. </span>String representations of objects: s
485485
</div>
486486
</div>
487487
<div class="cell_output docutils container">
488-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of human_obj is: Human(name=IronMan, age=48) object at 0x7fc1c1aaf4c0
488+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The repr of human_obj is: Human(name=IronMan, age=48) object at 0x7f47fb2f0e50
489489
The str of human_obj is: I am IronMan of age 48
490490
</pre></div>
491491
</div>

docs/prodigiouspython/Chapter_1/1_Getting_Started_With_Python_Language.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h1><span class="section-number">1. </span>Getting Started with Python 🐍<a cl
436436
</div>
437437
</div>
438438
<div class="cell_output docutils container">
439-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>3.10.7 (main, Mar 10 2023, 10:47:39) [GCC 12.2.0]
439+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
440440
</pre></div>
441441
</div>
442442
</div>

docs/prodigiouspython/Chapter_1/4_Datatypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ <h2><span class="section-number">4.10. </span><strong>set</strong><a class="head
745745
</div>
746746
</div>
747747
<div class="cell_output docutils container">
748-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{3, 4, 10, 6, &#39;Python&#39;, &#39;Golang&#39;}
748+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{3, &#39;Python&#39;, 4, 6, 10, &#39;Golang&#39;}
749749
</pre></div>
750750
</div>
751751
</div>

docs/prodigiouspython/Chapter_1/5_Collection_Types.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
708708
</div>
709709
</div>
710710
<div class="cell_output docutils container">
711-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;}
711+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;One Piece&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;}
712712
</pre></div>
713713
</div>
714714
</div>
@@ -722,7 +722,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
722722
</div>
723723
</div>
724724
<div class="cell_output docutils container">
725-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;One Piece&#39;, &#39;Tokyo Ghoul&#39;, &#39;Full Metal Alchemist&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;}
725+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;One Piece&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;, &#39;Tokyo Ghoul&#39;}
726726
</pre></div>
727727
</div>
728728
</div>
@@ -742,7 +742,7 @@ <h2><span class="section-number">5.3. </span>Set<a class="headerlink" href="#set
742742
</div>
743743
</div>
744744
<div class="cell_output docutils container">
745-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Dragon ball&#39;, &#39;One Piece&#39;, &#39;Full Metal Alchemist&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;}
745+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;One Piece&#39;, &#39;Naruto&#39;, &#39;Death Note&#39;, &#39;Full Metal Alchemist&#39;, &#39;Dragon ball&#39;}
746746
</pre></div>
747747
</div>
748748
</div>

0 commit comments

Comments
 (0)