Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 7, 2025
1 parent 3e04899 commit 54c3741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion topics/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h3>Templates<a class="headerlink" href="#templates" title="Link to this heading
</section>
<section id="preprocessor">
<h3>Preprocessor<a class="headerlink" href="#preprocessor" title="Link to this heading"></a></h3>
<p>In order to convert from our templates to SCHISM native inputs we use the <a class="reference external" href="https://cadwrdeltamodeling.github.io/schimpy/preprocessing.html#preprocessor" title="(in schimpy v1.10.0+20.g14632b2.dirty)"><span class="xref std std-ref">schimpy preprocessor</span></a>, which is installed when you install our recommended python packages. The default usage is usually as simple as:</p>
<p>In order to convert from our templates to SCHISM native inputs we use the <a class="reference external" href="https://cadwrdeltamodeling.github.io/schimpy/preprocessing.html#preprocessor" title="(in schimpy v1.10.0+24.ge1b977e.dirty)"><span class="xref std std-ref">schimpy preprocessor</span></a>, which is installed when you install our recommended python packages. The default usage is usually as simple as:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>prepare_schism<span class="w"> </span>main_bay_delta.yaml
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion topics/vegetation.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2>Effective Stem Density<a class="headerlink" href="#effective-stem-density" t
<span class="go"> ....</span>
</pre></div>
</div>
<p>The <a class="reference external" href="https://cadwrdeltamodeling.github.io/schimpy/schimpy.html#schimpy.raster_to_nodes.raster_to_nodes" title="(in schimpy v1.10.0+20.g14632b2.dirty)"><code class="xref py py-func docutils literal notranslate"><span class="pre">schimpy.raster_to_nodes.raster_to_nodes()</span></code></a> manual page has more info on this function. Index <cite>i</cite> in the
<p>The <a class="reference external" href="https://cadwrdeltamodeling.github.io/schimpy/schimpy.html#schimpy.raster_to_nodes.raster_to_nodes" title="(in schimpy v1.10.0+24.ge1b977e.dirty)"><code class="xref py py-func docutils literal notranslate"><span class="pre">schimpy.raster_to_nodes.raster_to_nodes()</span></code></a> manual page has more info on this function. Index <cite>i</cite> in the
mapped values is applied between <cite>i-1</cite> and <cite>i</cite> in the bins. The mapped values have to be larger than the number of bins,
which is an artifact of the numpy digitize method used to implement the function.</p>
</section>
Expand Down

0 comments on commit 54c3741

Please sign in to comment.