Skip to content

Commit

Permalink
Deployed f26bb0a to develop with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
priscavdsluis committed Jan 13, 2024
1 parent c72c82d commit 2bf1941
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 2 deletions.
10 changes: 9 additions & 1 deletion develop/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div data-md-component="skip">


<a href="#060-2023-11-16" class="md-skip">
<a href="#061-2024-01-12" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -1312,6 +1312,13 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#061-2024-01-12" class="md-nav__link">
0.6.1 (2024-01-12)
</a>

</li>

<li class="md-nav__item">
<a href="#060-2023-11-16" class="md-nav__link">
0.6.0 (2023-11-16)
Expand Down Expand Up @@ -1663,6 +1670,7 @@

<h1>Changelog</h1>

<h2 id="061-2024-01-12">0.6.1 (2024-01-12)<a class="headerlink" href="#061-2024-01-12" title="Permanent link">&para;</a></h2>
<h2 id="060-2023-11-16">0.6.0 (2023-11-16)<a class="headerlink" href="#060-2023-11-16" title="Permanent link">&para;</a></h2>
<h3 id="feat">Feat<a class="headerlink" href="#feat" title="Permanent link">&para;</a></h3>
<ul>
Expand Down
Binary file modified develop/include/mkdocs-macros/__pycache__/main.cpython-38.pyc
Binary file not shown.
Binary file modified develop/objects.inv
Binary file not shown.
41 changes: 41 additions & 0 deletions develop/reference/extold/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,19 @@
ExtOldForcing
</a>

<nav class="md-nav" aria-label="ExtOldForcing">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#hydrolib.core.dflowfm.extold.models.ExtOldForcing.is_intermediate_link" class="md-nav__link">
is_intermediate_link()
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -2557,6 +2570,34 @@ <h3 id="hydrolib.core.dflowfm.extold.models.ExtOldForcing" class="doc doc-headin



<div class="doc doc-object doc-method">



<h4 id="hydrolib.core.dflowfm.extold.models.ExtOldForcing.is_intermediate_link" class="doc doc-heading">
<code class="highlight language-python"><span class="n">is_intermediate_link</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">bool</span></code>


<a href="#hydrolib.core.dflowfm.extold.models.ExtOldForcing.is_intermediate_link" class="headerlink" title="Permanent link">&para;</a></h4>

<div class="doc doc-contents ">

<p>Generic attribute for models that have children fields that could contain files.</p>

<details class="quote">
<summary>Source code in <code>hydrolib/core/dflowfm/extold/models.py</code></summary>
<div class="highlight"><pre><span></span><code><span class="k">def</span> <span class="nf">is_intermediate_link</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">bool</span><span class="p">:</span>
<span class="k">return</span> <span class="kc">True</span>
</code></pre></div>
</details>
</div>

</div>








Expand Down
2 changes: 1 addition & 1 deletion develop/search/search_index.json

Large diffs are not rendered by default.

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

0 comments on commit 2bf1941

Please sign in to comment.