Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed May 9, 2024
1 parent 3d47cf9 commit ec61855
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion basics.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,9 @@ declare downSampleCV author "Romain Michon/David Braun";
// Where:
//
// `mode` means:
// 0 - Pass through. A single sample 0 trigger will work as a reset.
//
// 0 - Pass through. A single sample 0 trigger will work as a reset.
//
// 1 - Track and hold max value.
//----------------------------------------------------------------
declare peakhold author "Jonatan Liljedahl, revised by Romain Michon";
Expand Down
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.4.3
Build Date UTC : 2024-05-09 21:22:46.934831+00:00
Build Date UTC : 2024-05-09 22:17:31.088309+00:00
-->
6 changes: 3 additions & 3 deletions docs/libs/basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1535,9 +1535,9 @@ <h4 id="usage_53">Usage</h4>
<pre><code>_ : peakhold(mode) : _
</code></pre>
<p>Where:</p>
<p><code>mode</code> means:
0 - Pass through. A single sample 0 trigger will work as a reset.
1 - Track and hold max value.</p>
<p><code>mode</code> means:</p>
<p>0 - Pass through. A single sample 0 trigger will work as a reset.</p>
<p>1 - Track and hold max value.</p>
<hr />
<h3 id="bapeakholder"><code>(ba.)peakholder</code></h3>
<p>While peak-holder functions are scarcely discussed in the literature
Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit ec61855

Please sign in to comment.