Skip to content

Commit b390ac6

Browse files
Update docs
1 parent 714f20b commit b390ac6

File tree

135 files changed

+1099
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+1099
-16
lines changed

docs/_images/contribute.png

71.8 KB
Loading
11.1 KB
Loading
11.1 KB
Loading

docs/_images/fork.png

36.2 KB
Loading

docs/_static/images/contribute.png

71.8 KB
Loading

docs/_static/images/fork.png

36.2 KB
Loading

docs/contents.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<ul>
5151
<li class="toctree-l1"><a class="reference internal" href="map.html">Choosing the right algorithm</a></li>
5252
<li class="toctree-l1"><a class="reference internal" href="examples/Quick_start.html">Quick-Start</a></li>
53+
<li class="toctree-l1"><a class="reference internal" href="examples/Developer_Guide.html">Developer Guide</a></li>
5354
</ul>
5455
<p class="caption" role="heading"><span class="caption-text">API Documentation</span></p>
5556
<ul>

docs/examples/Classification.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<ul>
5151
<li class="toctree-l1"><a class="reference internal" href="../map.html">Choosing the right algorithm</a></li>
5252
<li class="toctree-l1"><a class="reference internal" href="Quick_start.html">Quick-Start</a></li>
53+
<li class="toctree-l1"><a class="reference internal" href="Developer_Guide.html">Developer Guide</a></li>
5354
</ul>
5455
<p class="caption" role="heading"><span class="caption-text">API Documentation</span></p>
5556
<ul>
@@ -526,8 +527,8 @@
526527
</style>
527528
<section id="Classification">
528529
<h1>Classification<a class="headerlink" href="#Classification" title="Permalink to this headline"></a></h1>
529-
<div class="btn btn-notebook" role="button"><p><img alt="59bc4f4d199a47f69f7aa7cdc5ae4173" src="../_images/colab_logo_32px.png" /> <a class="reference external" href="https://colab.research.google.com/drive/1ANQUix9Y6V4RXu-vAaCFGmU979d5m4bO?usp=sharing">Run in Google Colab</a></p>
530-
</div><div class="btn btn-notebook" role="button"><p><img alt="a04b837a256e4e0aadf250c3f8908162" src="../_images/github_logo_32px.png" /> <a class="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Classification.ipynb">View on GitHub</a></p>
530+
<div class="btn btn-notebook" role="button"><p><img alt="d369b276b4744b0cab3f36e8b5537d40" src="../_images/colab_logo_32px.png" /> <a class="reference external" href="https://colab.research.google.com/drive/1ANQUix9Y6V4RXu-vAaCFGmU979d5m4bO?usp=sharing">Run in Google Colab</a></p>
531+
</div><div class="btn btn-notebook" role="button"><p><img alt="894a8bd476554520a14e5f91493961df" src="../_images/github_logo_32px.png" /> <a class="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Classification.ipynb">View on GitHub</a></p>
531532
</div><p>You will find here the application of DA methods from the ADAPT package on a simple two dimensional DA classification problem.</p>
532533
<p>First we import packages needed in the following. We will use <code class="docutils literal notranslate"><span class="pre">matplotlib</span> <span class="pre">Animation</span></code> tools in order to get a visual understanding of the mselected methods:</p>
533534
<div class="nbinput nblast docutils container">

docs/examples/Developer_Guide.html

Lines changed: 957 additions & 0 deletions
Large diffs are not rendered by default.

docs/examples/Flowers_example.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<ul>
5151
<li class="toctree-l1"><a class="reference internal" href="../map.html">Choosing the right algorithm</a></li>
5252
<li class="toctree-l1"><a class="reference internal" href="Quick_start.html">Quick-Start</a></li>
53+
<li class="toctree-l1"><a class="reference internal" href="Developer_Guide.html">Developer Guide</a></li>
5354
</ul>
5455
<p class="caption" role="heading"><span class="caption-text">API Documentation</span></p>
5556
<ul>

0 commit comments

Comments
 (0)