Skip to content

Commit

Permalink
deploy: 7f596d8
Browse files Browse the repository at this point in the history
  • Loading branch information
jansunil committed Aug 1, 2024
1 parent a673959 commit 16bf55c
Show file tree
Hide file tree
Showing 46 changed files with 197 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0c258ad417f08a295e22c9f613c50834
config: ce5e57dbb55a07b562ef98d50cc3f93a
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 5 additions & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@ The following have device-specific implementations in MATLAB and Simulink. In ge
"AD7124-8", "Zedboard", "Yes", "No", "ADI (2021b)"
"AD4052", "SDP-K1", "Yes", "No", "ADI (2021b)"
"AD4170", "SDP-K1", "Yes", "No", "ADI (2021b)"

"AD7190", "SDP-K1", "Yes", "No", "ADI (2021b)"
"AD7192", "SDP-K1", "Yes", "No", "ADI (2021b)"
"AD7193", "SDP-K1", "Yes", "No", "ADI (2021b)"
"AD7194", "SDP-K1", "Yes", "No", "ADI (2021b)"
"AD7195", "SDP-K1", "Yes", "No", "ADI (2021b)"
2 changes: 1 addition & 1 deletion _static/app.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/app.umd.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
8 changes: 4 additions & 4 deletions common/data_streaming.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Examples" href="examples.html" />
Expand Down Expand Up @@ -109,7 +109,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -261,8 +261,8 @@ <h2>Continuous Data Acquisition<a class="headerlink" href="#continuous-data-acqu
</div>
<div class="related">
&nbsp;
<a href="installation.html" title="Previous document (Ctrl+LeftArrow)" class="prev">Installation</a>
<a href="examples.html" title="Next document (Ctrl+RightArrow)" class="next">Examples</a>
<a href="installation.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">Installation</a>
<a href="examples.html" title="Next document (Alt+Shift+RightArrow)" class="next">Examples</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions common/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Limitations" href="limitations.html" />
Expand Down Expand Up @@ -104,7 +104,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -202,8 +202,8 @@ <h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">
</div>
<div class="related">
&nbsp;
<a href="data_streaming.html" title="Previous document (Ctrl+LeftArrow)" class="prev">Data Streaming</a>
<a href="limitations.html" title="Next document (Ctrl+RightArrow)" class="next">Limitations</a>
<a href="data_streaming.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">Data Streaming</a>
<a href="limitations.html" title="Next document (Alt+Shift+RightArrow)" class="next">Limitations</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions common/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Data Streaming" href="data_streaming.html" />
Expand Down Expand Up @@ -109,7 +109,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -253,8 +253,8 @@ <h2>Add-On Explorer Walkthrough<a class="headerlink" href="#add-on-explorer-walk
</div>
<div class="related">
&nbsp;
<a href="../index.html" title="Previous document (Ctrl+LeftArrow)" class="prev">Precision Toolbox for MATLAB</a>
<a href="data_streaming.html" title="Next document (Ctrl+RightArrow)" class="next">Data Streaming</a>
<a href="../index.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">Precision Toolbox for MATLAB</a>
<a href="data_streaming.html" title="Next document (Alt+Shift+RightArrow)" class="next">Data Streaming</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions common/limitations.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Support" href="support.html" />
Expand Down Expand Up @@ -107,7 +107,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -209,8 +209,8 @@ <h2>Known Limitations, Bugs and Quirks<a class="headerlink" href="#known-limitat
</div>
<div class="related">
&nbsp;
<a href="examples.html" title="Previous document (Ctrl+LeftArrow)" class="prev">Examples</a>
<a href="support.html" title="Next document (Ctrl+RightArrow)" class="next">Support</a>
<a href="examples.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">Examples</a>
<a href="support.html" title="Next document (Alt+Shift+RightArrow)" class="next">Support</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions common/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Reference APIs" href="../reference_api/index.html" />
Expand Down Expand Up @@ -104,7 +104,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -198,8 +198,8 @@ <h1>Support<a class="headerlink" href="#support" title="Link to this heading">¶
</div>
<div class="related">
&nbsp;
<a href="limitations.html" title="Previous document (Ctrl+LeftArrow)" class="prev">Limitations</a>
<a href="../reference_api/index.html" title="Next document (Ctrl+RightArrow)" class="next">Reference APIs</a>
<a href="limitations.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">Limitations</a>
<a href="../reference_api/index.html" title="Next document (Alt+Shift+RightArrow)" class="next">Reference APIs</a>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />

Expand Down Expand Up @@ -98,7 +98,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="index.html">
Precision Toolbox
Expand Down
36 changes: 33 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Installation" href="common/installation.html" />
Expand Down Expand Up @@ -103,7 +103,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="#">
Precision Toolbox
Expand Down Expand Up @@ -407,6 +407,36 @@ <h1>Precision Toolbox for MATLAB<a class="headerlink" href="#precision-toolbox-f
<td><p>No</p></td>
<td><p>ADI (2021b)</p></td>
</tr>
<tr class="row-odd"><td><p>AD7190</p></td>
<td><p>SDP-K1</p></td>
<td><p>Yes</p></td>
<td><p>No</p></td>
<td><p>ADI (2021b)</p></td>
</tr>
<tr class="row-even"><td><p>AD7192</p></td>
<td><p>SDP-K1</p></td>
<td><p>Yes</p></td>
<td><p>No</p></td>
<td><p>ADI (2021b)</p></td>
</tr>
<tr class="row-odd"><td><p>AD7193</p></td>
<td><p>SDP-K1</p></td>
<td><p>Yes</p></td>
<td><p>No</p></td>
<td><p>ADI (2021b)</p></td>
</tr>
<tr class="row-even"><td><p>AD7194</p></td>
<td><p>SDP-K1</p></td>
<td><p>Yes</p></td>
<td><p>No</p></td>
<td><p>ADI (2021b)</p></td>
</tr>
<tr class="row-odd"><td><p>AD7195</p></td>
<td><p>SDP-K1</p></td>
<td><p>Yes</p></td>
<td><p>No</p></td>
<td><p>ADI (2021b)</p></td>
</tr>
</tbody>
</table>
</div>
Expand All @@ -417,7 +447,7 @@ <h1>Precision Toolbox for MATLAB<a class="headerlink" href="#precision-toolbox-f
<div class="related">
&nbsp;
<div></div>
<a href="common/installation.html" title="Next document (Ctrl+RightArrow)" class="next">Installation</a>
<a href="common/installation.html" title="Next document (Alt+Shift+RightArrow)" class="next">Installation</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions reference_api/AD2S1210_Rx.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="adi.AD4000.Rx" href="AD4000_Rx.html" />
Expand Down Expand Up @@ -107,7 +107,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -221,8 +221,8 @@ <h2>Class Properties<a class="headerlink" href="#class-properties" title="Link t
</div>
<div class="related">
&nbsp;
<a href="AD4858_Rx.html" title="Previous document (Ctrl+LeftArrow)" class="prev">adi.AD4858.Rx</a>
<a href="AD4000_Rx.html" title="Next document (Ctrl+RightArrow)" class="next">adi.AD4000.Rx</a>
<a href="AD4858_Rx.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">adi.AD4858.Rx</a>
<a href="AD4000_Rx.html" title="Next document (Alt+Shift+RightArrow)" class="next">adi.AD4000.Rx</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions reference_api/AD4000_Rx.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="adi.AD4001.Rx" href="AD4001_Rx.html" />
Expand Down Expand Up @@ -107,7 +107,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -219,8 +219,8 @@ <h2>Class Properties<a class="headerlink" href="#class-properties" title="Link t
</div>
<div class="related">
&nbsp;
<a href="AD2S1210_Rx.html" title="Previous document (Ctrl+LeftArrow)" class="prev">adi.AD2S1210.Rx</a>
<a href="AD4001_Rx.html" title="Next document (Ctrl+RightArrow)" class="next">adi.AD4001.Rx</a>
<a href="AD2S1210_Rx.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">adi.AD2S1210.Rx</a>
<a href="AD4001_Rx.html" title="Next document (Alt+Shift+RightArrow)" class="next">adi.AD4001.Rx</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions reference_api/AD4001_Rx.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="adi.AD4002.Rx" href="AD4002_Rx.html" />
Expand Down Expand Up @@ -107,7 +107,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -219,8 +219,8 @@ <h2>Class Properties<a class="headerlink" href="#class-properties" title="Link t
</div>
<div class="related">
&nbsp;
<a href="AD4000_Rx.html" title="Previous document (Ctrl+LeftArrow)" class="prev">adi.AD4000.Rx</a>
<a href="AD4002_Rx.html" title="Next document (Ctrl+RightArrow)" class="next">adi.AD4002.Rx</a>
<a href="AD4000_Rx.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">adi.AD4000.Rx</a>
<a href="AD4002_Rx.html" title="Next document (Alt+Shift+RightArrow)" class="next">adi.AD4002.Rx</a>
</div>

</div>
Expand Down
8 changes: 4 additions & 4 deletions reference_api/AD4002_Rx.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script defer="" src="../_static/app.umd.js?v=7e1fdd13"></script>
<script defer="" src="../_static/app.umd.js?v=7b10be7e"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="adi.AD4003.Rx" href="AD4003_Rx.html" />
Expand Down Expand Up @@ -107,7 +107,7 @@
</div>


<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<a id="no-logo" href="../index.html">
Precision Toolbox
Expand Down Expand Up @@ -219,8 +219,8 @@ <h2>Class Properties<a class="headerlink" href="#class-properties" title="Link t
</div>
<div class="related">
&nbsp;
<a href="AD4001_Rx.html" title="Previous document (Ctrl+LeftArrow)" class="prev">adi.AD4001.Rx</a>
<a href="AD4003_Rx.html" title="Next document (Ctrl+RightArrow)" class="next">adi.AD4003.Rx</a>
<a href="AD4001_Rx.html" title="Previous document (Alt+Shift+LeftArrow)" class="prev">adi.AD4001.Rx</a>
<a href="AD4003_Rx.html" title="Next document (Alt+Shift+RightArrow)" class="next">adi.AD4003.Rx</a>
</div>

</div>
Expand Down
Loading

0 comments on commit 16bf55c

Please sign in to comment.