Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Oct 16, 2023
1 parent 44db2f6 commit 8a0b263
Show file tree
Hide file tree
Showing 13 changed files with 1,041 additions and 374 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40cb5b8a
48c29426
196 changes: 98 additions & 98 deletions build/index.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions contribute/addnode.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<script src="../site_libs/quarto-search/fuse.min.js"></script>
<script src="../site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="../">
<link href="../contribute/release.html" rel="next">
<link href="../contribute/python.html" rel="prev">
<script src="../site_libs/quarto-html/quarto.js"></script>
<script src="../site_libs/quarto-html/popper.min.js"></script>
Expand Down Expand Up @@ -194,6 +195,12 @@
<a href="../contribute/addnode.html" class="sidebar-item-text sidebar-link active">
<span class="menu-text">Adding node types</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../contribute/release.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Release process</span></a>
</div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -704,6 +711,9 @@ <h1 data-number="7"><span class="header-section-number">7</span> Finishing up</h
</a>
</div>
<div class="nav-page nav-page-next">
<a href="../contribute/release.html" class="pagination-link">
<span class="nav-page-text">Release process</span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
</nav>
</div> <!-- /content -->
Expand Down
6 changes: 6 additions & 0 deletions contribute/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@
<a href="../contribute/addnode.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Adding node types</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../contribute/release.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Release process</span></a>
</div>
</li>
</ul>
</div>
Expand Down
8 changes: 7 additions & 1 deletion contribute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@
<a href="../contribute/addnode.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Adding node types</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../contribute/release.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Release process</span></a>
</div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -188,7 +194,7 @@ <h1 class="title">Contributing</h1>
</header>

<p>Ribasim welcomes contributions.</p>
<p>There is developer documentation for the <a href="../contribute/core.html">Julia core</a> and <a href="../contribute/python.html">Python tooling</a>. A guide on how to add a new node type to both is written in <a href="../contribute/addnode.html">adding node types</a>.</p>
<p>There is developer documentation for the <a href="../contribute/core.html">Julia core</a> and <a href="../contribute/python.html">Python tooling</a>. A guide on how to add a new node type to both is written in <a href="../contribute/addnode.html">adding node types</a>. <a href="../contribute/release.html">Release process</a> describes the steps to follow when creating a new Ribasim release.</p>



Expand Down
12 changes: 9 additions & 3 deletions contribute/python.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@
<a href="../contribute/addnode.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Adding node types</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../contribute/release.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Release process</span></a>
</div>
</li>
</ul>
</div>
Expand All @@ -211,7 +217,7 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#updating-example-notebooks" id="toc-updating-example-notebooks" class="nav-link" data-scroll-target="#updating-example-notebooks"><span class="header-section-number">1.3</span> Updating example notebooks</a></li>
<li><a href="#prepare-model-input" id="toc-prepare-model-input" class="nav-link" data-scroll-target="#prepare-model-input"><span class="header-section-number">1.4</span> Prepare model input</a></li>
<li><a href="#sec-vscode" id="toc-sec-vscode" class="nav-link" data-scroll-target="#sec-vscode"><span class="header-section-number">1.5</span> Setup Visual Studio Code (optional)</a></li>
<li><a href="#how-to-publish-to-pypi" id="toc-how-to-publish-to-pypi" class="nav-link" data-scroll-target="#how-to-publish-to-pypi"><span class="header-section-number">1.6</span> How to publish to PyPI</a></li>
<li><a href="#sec-pypi" id="toc-sec-pypi" class="nav-link" data-scroll-target="#sec-pypi"><span class="header-section-number">1.6</span> How to publish to PyPI</a></li>
<li><a href="#linting" id="toc-linting" class="nav-link" data-scroll-target="#linting"><span class="header-section-number">1.7</span> Linting</a></li>
</ul></li>
<li><a href="#sec-codecov" id="toc-sec-codecov" class="nav-link" data-scroll-target="#sec-codecov"><span class="header-section-number">2</span> Code maintenance</a></li>
Expand Down Expand Up @@ -268,8 +274,8 @@ <h2 data-number="1.5" class="anchored" data-anchor-id="sec-vscode"><span class="
<li><p>Copy <code>.vscode/settings_template.json</code> into <code>.vscode/settings.json</code></p></li>
</ol>
</section>
<section id="how-to-publish-to-pypi" class="level2" data-number="1.6">
<h2 data-number="1.6" class="anchored" data-anchor-id="how-to-publish-to-pypi"><span class="header-section-number">1.6</span> How to publish to PyPI</h2>
<section id="sec-pypi" class="level2" data-number="1.6">
<h2 data-number="1.6" class="anchored" data-anchor-id="sec-pypi"><span class="header-section-number">1.6</span> How to publish to PyPI</h2>
<ol type="1">
<li><p>Update <code>__version__</code> in <code>ribasim/__init__.py</code></p></li>
<li><p>Open a terminal and run <code>cd python/ribasim</code></p></li>
Expand Down
Loading

0 comments on commit 8a0b263

Please sign in to comment.