Skip to content

Commit

Permalink
1st lab chapter - fix chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan.heibi committed Oct 7, 2021
1 parent 0308ac1 commit dc31f4c
Show file tree
Hide file tree
Showing 14 changed files with 356 additions and 6 deletions.
2 changes: 1 addition & 1 deletion laboratory/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ul class="dropdown-menu">

<li>
<a href="/chapters/1_chapter/" class="dropdown-item">1. Getting started with Python</a>
<a href="/chapter/01/" class="dropdown-item">1. Getting started with Python</a>
</li>
</ul>
</li>
Expand Down
350 changes: 350 additions & 0 deletions laboratory/chapter/01/index.html

Large diffs are not rendered by default.

Binary file added laboratory/chapter/img/barchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/matplotlib_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/paths.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/py_installer_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/py_installer_windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/vsc_ext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/vsc_python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/vsc_run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added laboratory/chapter/img/vsc_select_lang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions laboratory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ul class="dropdown-menu">

<li>
<a href="chapters/1_chapter/" class="dropdown-item">1. Getting started with Python</a>
<a href="chapter/01/" class="dropdown-item">1. Getting started with Python</a>
</li>
</ul>
</li>
Expand All @@ -60,7 +60,7 @@
</a>
</li>
<li class="nav-item">
<a rel="next" href="chapters/1_chapter/" class="nav-link">
<a rel="next" href="chapter/01/" class="nav-link">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
Expand Down Expand Up @@ -107,7 +107,7 @@ <h1 id="table-of-contents">Table of Contents</h1>
</thead>
<tbody>
<tr>
<td><a href="chapters/1_chapter">Getting started with Python</a></td>
<td><a href="chapter/01">Getting started with Python</a></td>
<td><a href="https://github.com/comp-think/comp-think.github.io/tree/master/laboratory" title="Github directory"><i class="fa fa-lg fa-github"></i></a></td>
</tr>
</tbody>
Expand Down Expand Up @@ -196,5 +196,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2021-10-07 16:02:32.023609+00:00
Build Date UTC : 2021-10-07 16:16:45.810332+00:00
-->
2 changes: 1 addition & 1 deletion laboratory/search/search_index.json

Large diffs are not rendered by default.

Binary file modified laboratory/sitemap.xml.gz
Binary file not shown.

0 comments on commit dc31f4c

Please sign in to comment.