Skip to content

Commit

Permalink
deploy: 84486e7
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisCalkoen committed Oct 12, 2023
1 parent 6eda1e6 commit 61bb338
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 22 deletions.
7 changes: 6 additions & 1 deletion _sources/assignments/01_coastal_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
"source": [
"## Import libraries that we use for our analysis\n",
"\n",
"In the two cells below we import the libraries that we need for the analysis. We also set some path settings to load the data and source code. For example, in the cell below we add the `src` directory to the system path, which allows us to import generic functions from `../../src/coastpy`. "
"In the two cells below we import the libraries that we need for the analysis. We also set\n",
"some path settings to load the data and source code. For example, in the cell below we\n",
"add the `src` directory to the system path, which allows us to import generic functions\n",
"from `../../src/coastpy`. \n",
"\n",
"A little bit of extra text"
]
},
{
Expand Down
6 changes: 5 additions & 1 deletion assignments/01_coastal_classification.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,11 @@ <h1>Characterization of Coastal Systems<a class="headerlink" href="#characteriza
<p>Chapter 2 of <a class="reference external" href="https://textbooks.open.tudelft.nl/textbooks/catalog/view/37/92/383-1">Coastal Dynamics Open Textbook</a> describes the large geographical variation of coasts across the world. It explains how the coasts that we have today are shaped by both present-day processes and processes millions years ago. It distinguishes between three different order of features, which are associated to different orders of of time. In this notebook we will look at coastal systems at these different orders of scale.</p>
<section id="import-libraries-that-we-use-for-our-analysis">
<h2>Import libraries that we use for our analysis<a class="headerlink" href="#import-libraries-that-we-use-for-our-analysis" title="Permalink to this heading">#</a></h2>
<p>In the two cells below we import the libraries that we need for the analysis. We also set some path settings to load the data and source code. For example, in the cell below we add the <code class="docutils literal notranslate"><span class="pre">src</span></code> directory to the system path, which allows us to import generic functions from <code class="docutils literal notranslate"><span class="pre">../../src/coastpy</span></code>.</p>
<p>In the two cells below we import the libraries that we need for the analysis. We also set
some path settings to load the data and source code. For example, in the cell below we
add the <code class="docutils literal notranslate"><span class="pre">src</span></code> directory to the system path, which allows us to import generic functions
from <code class="docutils literal notranslate"><span class="pre">../../src/coastpy</span></code>.</p>
<p>A little bit of extra text</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>
Expand Down
4 changes: 2 additions & 2 deletions assignments/Chris/Topic/Bounded_waves.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions assignments/Chris/Week 3.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion introduction/01_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ <h3>Comparison Operators<a class="headerlink" href="#comparison-operators" title
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;&gt;:1: SyntaxWarning: &quot;is&quot; with a literal. Did you mean &quot;==&quot;?
&lt;&gt;:1: SyntaxWarning: &quot;is&quot; with a literal. Did you mean &quot;==&quot;?
/tmp/ipykernel_3285/564785565.py:1: SyntaxWarning: &quot;is&quot; with a literal. Did you mean &quot;==&quot;?
/tmp/ipykernel_3265/564785565.py:1: SyntaxWarning: &quot;is&quot; with a literal. Did you mean &quot;==&quot;?
2 is 2
</pre></div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions introduction/02_loops_and_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ <h2>3. Comprehensions<a class="headerlink" href="#comprehensions" title="Permali
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;generator object &lt;genexpr&gt; at 0x7ff7b4359e50&gt;
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;generator object &lt;genexpr&gt; at 0x7f7022831700&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -1206,6 +1206,9 @@ <h3>Null Return Type<a class="headerlink" href="#null-return-type" title="Permal
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>None
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -1294,10 +1297,7 @@ <h3>Optional &amp; Required Arguments<a class="headerlink" href="#optional-requi
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>1
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> 2 3 4
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>1 2 3 4
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -1574,7 +1574,7 @@ <h2>6. Functions as a Data Type<a class="headerlink" href="#functions-as-a-data
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;function do_nothing at 0x7ff7b654dda0&gt;
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;function do_nothing at 0x7f7022825da0&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -1874,7 +1874,7 @@ <h2>9. Generators<a class="headerlink" href="#generators" title="Permalink to th
</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 0x7ff7b435a190&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;generator object &lt;genexpr&gt; at 0x7f7022831cb0&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 61bb338

Please sign in to comment.