Skip to content

Commit 5e7e680

Browse files
committed
[05: Python-01] Fix Documentation
1 parent f12c2cd commit 5e7e680

28 files changed

+1986
-1634
lines changed

docs/05-python-1/README.md

+979-891
Large diffs are not rendered by default.

docs/05-python-1/assets/again.gif

847 KB
Loading

docs/05-python-1/assets/check.gif

5.5 MB
Loading

docs/05-python-1/assets/error.gif

162 KB
Loading

docs/05-python-1/assets/excited.gif

440 KB
Loading

docs/05-python-1/assets/handling.gif

1.99 MB
Loading

docs/05-python-1/assets/list.gif

4.86 MB
Loading

docs/05-python-1/assets/numbers.gif

2.1 MB
Loading

docs/05-python-1/assets/operator.gif

3.69 MB
Loading

site/01-command-line-interface/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
</li>
179179
<li class="toctree-l1"><a class="reference internal" href="../04-algorithms/">4: Algorithms</a>
180180
</li>
181-
<li class="toctree-l1"><a class="" href="../05-python/README.md">5: Python - 1</a>
181+
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
182182
</li>
183183
</ul>
184184
</div>

site/02-overview-of-programming-languages/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
</li>
271271
<li class="toctree-l1"><a class="reference internal" href="../04-algorithms/">4: Algorithms</a>
272272
</li>
273-
<li class="toctree-l1"><a class="" href="../05-python/README.md">5: Python - 1</a>
273+
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
274274
</li>
275275
</ul>
276276
</div>

site/03-data-structures/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</li>
113113
<li class="toctree-l1"><a class="reference internal" href="../04-algorithms/">4: Algorithms</a>
114114
</li>
115-
<li class="toctree-l1"><a class="" href="../05-python/README.md">5: Python - 1</a>
115+
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
116116
</li>
117117
</ul>
118118
</div>

site/04-algorithms/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</li>
105105
</ul>
106106
</li>
107-
<li class="toctree-l1"><a class="" href="../05-python/README.md">5: Python - 1</a>
107+
<li class="toctree-l1"><a class="reference internal" href="../05-python-1/">5: Python - 1</a>
108108
</li>
109109
</ul>
110110
</div>
@@ -479,6 +479,8 @@ <h3 id="types-of-time-complexity">Types of time complexity</h3>
479479

480480
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
481481

482+
<a href="../05-python-1/" class="btn btn-neutral float-right" title="5: Python - 1">Next <span class="icon icon-circle-arrow-right"></span></a>
483+
482484

483485
<a href="../03-data-structures/" class="btn btn-neutral" title="3: Data Structures"><span class="icon icon-circle-arrow-left"></span> Previous</a>
484486

@@ -509,6 +511,8 @@ <h3 id="types-of-time-complexity">Types of time complexity</h3>
509511
<span><a href="../03-data-structures/" style="color: #fcfcfc">&laquo; Previous</a></span>
510512

511513

514+
<span><a href="../05-python-1/" style="color: #fcfcfc">Next &raquo;</a></span>
515+
512516
</span>
513517
</div>
514518
<script>var base_url = '..';</script>

site/05-python-1/assets/again.gif

847 KB
Loading

site/05-python-1/assets/check.gif

5.5 MB
Loading

site/05-python-1/assets/error.gif

162 KB
Loading

site/05-python-1/assets/excited.gif

440 KB
Loading

site/05-python-1/assets/handling.gif

1.99 MB
Loading

site/05-python-1/assets/list.gif

4.86 MB
Loading

site/05-python-1/assets/numbers.gif

2.1 MB
Loading

site/05-python-1/assets/operator.gif

3.69 MB
Loading

0 commit comments

Comments
 (0)