Skip to content

Commit

Permalink
Correct 'Where' line in dynamicSmoother.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Nov 14, 2024
1 parent 1c612ef commit 31d76f6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-11-14 20:35:39.724627+00:00
Build Date UTC : 2024-11-14 21:08:09.390545+00:00
-->
2 changes: 1 addition & 1 deletion docs/libs/filters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ <h3 id="fidynamicsmoother"><code>(fi.)dynamicSmoother</code></h3>
<h4 id="usage_69">Usage:</h4>
<pre><code>_ : dynamicSmoother(sensitivity, baseCF) : _
</code></pre>
<h4 id="where_2">Where:</h4>
<p>Where:</p>
<ul>
<li><code>sensitivity</code>: sensitivity to changes in the input signal.
The range is, theoretically, from 0 to INF, though anything between
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion filters.lib
Original file line number Diff line number Diff line change
Expand Up @@ -2882,7 +2882,7 @@ SVFTPT = environment {
// _ : dynamicSmoother(sensitivity, baseCF) : _
// ```
//
// #### Where:
// Where:
//
// * `sensitivity`: sensitivity to changes in the input signal.
// The range is, theoretically, from 0 to INF, though anything between
Expand Down

0 comments on commit 31d76f6

Please sign in to comment.