Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaou committed Oct 28, 2024
1 parent d38fea0 commit 1b50711
Show file tree
Hide file tree
Showing 59 changed files with 92 additions and 12,587 deletions.
640 changes: 0 additions & 640 deletions WS1/0_python_basics/0_python_basics.html

This file was deleted.

755 changes: 0 additions & 755 deletions WS1/0_python_basics/1_hello_world.html

This file was deleted.

639 changes: 0 additions & 639 deletions WS1/0_python_basics/1_introduction.html

This file was deleted.

756 changes: 0 additions & 756 deletions WS1/0_python_basics/2_hello_world.html

This file was deleted.

1,208 changes: 0 additions & 1,208 deletions WS1/0_python_basics/2_statements.html

This file was deleted.

850 changes: 0 additions & 850 deletions WS1/0_python_basics/3_control_flow.html

This file was deleted.

1,209 changes: 0 additions & 1,209 deletions WS1/0_python_basics/3_statements.html

This file was deleted.

849 changes: 0 additions & 849 deletions WS1/0_python_basics/4_control_flow.html

This file was deleted.

478 changes: 0 additions & 478 deletions WS1/1_python_basics.html

This file was deleted.

2 changes: 2 additions & 0 deletions WS1/intro_to_ws1.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
<li class="toctree-l2"><a class="reference internal" href="module_1/1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_1/2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_1/3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_1/4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_1/5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions WS1/module_1/0_python_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@
<li class="toctree-l2"><a class="reference internal" href="1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions WS1/module_1/1_hello_world.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down
4 changes: 3 additions & 1 deletion WS1/module_1/2_statements.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@
<li class="toctree-l2"><a class="reference internal" href="1_hello_world.html">Hello World</a></li>
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down Expand Up @@ -745,7 +747,7 @@ <h2>3. Lists and generators<a class="headerlink" href="#lists-and-generators" ti
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;generator object &lt;genexpr&gt; at 0x000001DC79CB3140&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;generator object &lt;genexpr&gt; at 0x0000021E7C533060&gt;
</pre></div>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions WS1/module_1/3_control_flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<script>DOCUMENTATION_OPTIONS.pagename = 'WS1/module_1/3_control_flow';</script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Content with notebooks" href="../../notebooks.html" />
<link rel="next" title="Exercises about statements, assignments, lists and generators, control flow and packaging" href="4_exercise_1.html" />
<link rel="prev" title="3. Statements and Packaging" href="2_statements.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -186,6 +186,8 @@
<li class="toctree-l2"><a class="reference internal" href="1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="2_statements.html">Statements</a></li>
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down Expand Up @@ -768,11 +770,11 @@ <h2>Continue and Break<a class="headerlink" href="#continue-and-break" title="Li
</div>
</a>
<a class="right-next"
href="../../notebooks.html"
href="4_exercise_1.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Content with notebooks</p>
<p class="prev-next-title">Exercises about statements, assignments, lists and generators, control flow and packaging</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
28 changes: 24 additions & 4 deletions WS1/module_1/4_exercise_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
<script>DOCUMENTATION_OPTIONS.pagename = 'WS1/module_1/4_exercise_1';</script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Hard exercises and solutions" href="5_exercise_2.html" />
<link rel="prev" title="4. Conditionality and Repetition" href="3_control_flow.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -122,8 +124,6 @@





<div class="bd-sidebar-primary bd-sidebar">


Expand Down Expand Up @@ -180,12 +180,14 @@
</li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Introduction to Python (WS1)</span></p>
<ul class="nav bd-sidenav">
<ul class="current nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../intro_to_ws1.html">Introduction to workshop 1</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="0_python_basics.html">Module 1</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
<li class="toctree-l1 current active has-children"><a class="reference internal" href="0_python_basics.html">Module 1</a><details open="open"><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="3_control_flow.html">Control flow</a></li>
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down Expand Up @@ -695,6 +697,24 @@ <h2>5. Packaging<a class="headerlink" href="#packaging" title="Link to this head
<footer class="prev-next-footer d-print-none">

<div class="prev-next-area">
<a class="left-prev"
href="3_control_flow.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">4. Conditionality and Repetition</p>
</div>
</a>
<a class="right-next"
href="5_exercise_2.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Hard exercises and solutions</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
</div>
</footer>

Expand Down
28 changes: 24 additions & 4 deletions WS1/module_1/5_exercise_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
<script>DOCUMENTATION_OPTIONS.pagename = 'WS1/module_1/5_exercise_2';</script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Content with notebooks" href="../../notebooks.html" />
<link rel="prev" title="Exercises about statements, assignments, lists and generators, control flow and packaging" href="4_exercise_1.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -122,8 +124,6 @@





<div class="bd-sidebar-primary bd-sidebar">


Expand Down Expand Up @@ -180,12 +180,14 @@
</li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Introduction to Python (WS1)</span></p>
<ul class="nav bd-sidenav">
<ul class="current nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../intro_to_ws1.html">Introduction to workshop 1</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="0_python_basics.html">Module 1</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
<li class="toctree-l1 current active has-children"><a class="reference internal" href="0_python_basics.html">Module 1</a><details open="open"><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down Expand Up @@ -625,6 +627,24 @@ <h2>Possible solutions<a class="headerlink" href="#possible-solutions" title="Li
<footer class="prev-next-footer d-print-none">

<div class="prev-next-area">
<a class="left-prev"
href="4_exercise_1.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Exercises about statements, assignments, lists and generators, control flow and packaging</p>
</div>
</a>
<a class="right-next"
href="../../notebooks.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Content with notebooks</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
</div>
</footer>

Expand Down
4 changes: 3 additions & 1 deletion WS1/module_2/1_dictionaries_and_sets.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
<li class="toctree-l2"><a class="reference internal" href="../module_1/1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down Expand Up @@ -596,7 +598,7 @@ <h2>Sets<a class="headerlink" href="#sets" title="Link to this heading">#</a></h
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Ion exchange&#39;, &#39;Fluid bed&#39;, &#39;Crystallization&#39;, &#39;Solid-liquid extraction&#39;, &#39;Bubble column&#39;}
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>{&#39;Fluid bed&#39;, &#39;Crystallization&#39;, &#39;Solid-liquid extraction&#39;, &#39;Ion exchange&#39;, &#39;Bubble column&#39;}
</pre></div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions WS1/module_2/2_dataframes.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
<li class="toctree-l2"><a class="reference internal" href="../module_1/1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions WS1/module_2/3_numpy_arrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
<li class="toctree-l2"><a class="reference internal" href="../module_1/1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions WS1/module_2/4_data_visualizations.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
<li class="toctree-l2"><a class="reference internal" href="../module_1/1_hello_world.html">Hello World</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/2_statements.html">Statements</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/3_control_flow.html">Control flow</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/4_exercise_1.html">Exercice 1</a></li>
<li class="toctree-l2"><a class="reference internal" href="../module_1/5_exercise_2.html">Exercice 2</a></li>
</ul>
</details></li>
</ul>
Expand Down
Loading

0 comments on commit 1b50711

Please sign in to comment.