Skip to content

Commit 0afc7aa

Browse files
Deployed 07dd0fe with MkDocs version: 1.6.1
0 parents  commit 0afc7aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+32866
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>pyPicoSDK</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
<link href="/assets/_mkdocstrings.css" rel="stylesheet" />
13+
<link href="/css/mkdocstrings.css" rel="stylesheet" />
14+
15+
<!--[if lt IE 9]>
16+
<script src="/js/html5shiv.min.js"></script>
17+
<![endif]-->
18+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
19+
<script>hljs.highlightAll();</script>
20+
</head>
21+
22+
<body class="wy-body-for-nav" role="document">
23+
24+
<div class="wy-grid-for-nav">
25+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
26+
<div class="wy-side-scroll">
27+
<div class="wy-side-nav-search">
28+
<a href="/." class="icon icon-home"> pyPicoSDK
29+
</a><div role="search">
30+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
31+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
32+
</form>
33+
</div>
34+
</div>
35+
36+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
37+
<ul>
38+
<li class="toctree-l1"><a class="reference internal" href="/.">Home</a>
39+
</li>
40+
</ul>
41+
<p class="caption"><span class="caption-text">Reference</span></p>
42+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="/ref/introduction/">Introduction</a>
44+
</li>
45+
<li class="toctree-l1"><a class="reference internal" >PicoScope 6000E (A) Specific Functions</a>
46+
<ul>
47+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/init/">Initializing ps6000a</a>
48+
</li>
49+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/setup/">Setup / Initialization</a>
50+
</li>
51+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/firmware/">Firmware / Updates</a>
52+
</li>
53+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/channel/">Channel Configuration</a>
54+
</li>
55+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/digital/">Digital Port Control</a>
56+
</li>
57+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/trigger/">Trigger Configuration</a>
58+
</li>
59+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/siggen/">Signal Generator</a>
60+
</li>
61+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/buffers/">Memory / Buffer Management</a>
62+
</li>
63+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/conversions/">Built-in Conversions</a>
64+
</li>
65+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/captures/">Capture Configuration</a>
66+
</li>
67+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/run/">Data Acquisition: Block &amp; Streaming</a>
68+
</li>
69+
<li class="toctree-l2"><a class="reference internal" href="/ref/ps6000a/retrieval/">Data Retrieval</a>
70+
</li>
71+
</ul>
72+
</li>
73+
<li class="toctree-l1"><a class="reference internal" >PicoScope 3000E (psospa) Specific Functions</a>
74+
<ul>
75+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/init/">Initializing psospa</a>
76+
</li>
77+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/setup/">Setup / Initialization</a>
78+
</li>
79+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/firmware/">Firmware / Updates</a>
80+
</li>
81+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/channel/">Channel Configuration</a>
82+
</li>
83+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/digital/">Digital Port Control</a>
84+
</li>
85+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/trigger/">Trigger Configuration</a>
86+
</li>
87+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/siggen/">Signal Generator</a>
88+
</li>
89+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/buffers/">Memory / Buffer Management</a>
90+
</li>
91+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/conversions/">Built-in Conversions</a>
92+
</li>
93+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/captures/">Capture Configuration</a>
94+
</li>
95+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/run/">Data Acquisition: Block &amp; Streaming</a>
96+
</li>
97+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/retrieval/">Data Retrieval</a>
98+
</li>
99+
<li class="toctree-l2"><a class="reference internal" href="/ref/psospa/led/">LED Control</a>
100+
</li>
101+
</ul>
102+
</li>
103+
<li class="toctree-l1"><a class="reference internal" href="/ref/general/">General Functions</a>
104+
</li>
105+
<li class="toctree-l1"><a class="reference internal" href="/ref/constants/">Constants/Enums</a>
106+
</li>
107+
<li class="toctree-l1"><a class="reference internal" href="/ref/configuration/">Config/Overrides</a>
108+
</li>
109+
</ul>
110+
<p class="caption"><span class="caption-text">Development</span></p>
111+
<ul>
112+
<li class="toctree-l1"><a class="reference internal" href="/dev/issues/">Issues</a>
113+
</li>
114+
<li class="toctree-l1"><a class="reference internal" href="/dev/changelog/">Changelog</a>
115+
</li>
116+
<li class="toctree-l1"><a class="reference internal" href="/dev/current/">Current Support</a>
117+
</li>
118+
<li class="toctree-l1"><a class="reference internal" href="/dev/roadmap/">Upcoming Roadmap</a>
119+
</li>
120+
</ul>
121+
</div>
122+
</div>
123+
</nav>
124+
125+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
126+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
127+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
128+
<a href="/.">pyPicoSDK</a>
129+
130+
</nav>
131+
<div class="wy-nav-content">
132+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
133+
<ul class="wy-breadcrumbs">
134+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
135+
<li class="wy-breadcrumbs-aside">
136+
</li>
137+
</ul>
138+
<hr/>
139+
</div>
140+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
141+
<div class="section" itemprop="articleBody">
142+
143+
144+
<h1 id="404-page-not-found">404</h1>
145+
146+
<p><strong>Page not found</strong></p>
147+
148+
149+
</div>
150+
</div><footer>
151+
152+
<hr/>
153+
154+
<div role="contentinfo">
155+
<!-- Copyright etc -->
156+
</div>
157+
158+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
159+
</footer>
160+
161+
</div>
162+
</div>
163+
164+
</section>
165+
166+
</div>
167+
168+
<div class="rst-versions" role="note" aria-label="Versions">
169+
<span class="rst-current-version" data-toggle="rst-current-version">
170+
171+
172+
173+
</span>
174+
</div>
175+
<script src="/js/jquery-3.6.0.min.js"></script>
176+
<script>var base_url = "/";</script>
177+
<script src="/js/theme_extra.js"></script>
178+
<script src="/js/theme.js"></script>
179+
<script src="/search/main.js"></script>
180+
<script>
181+
jQuery(function () {
182+
SphinxRtdTheme.Navigation.enable(true);
183+
});
184+
</script>
185+
186+
</body>
187+
</html>

assets/_mkdocstrings.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
2+
/* Avoid breaking parameters name, etc. in table cells. */
3+
.doc-contents td code {
4+
word-break: normal !important;
5+
}
6+
7+
/* No line break before first paragraph of descriptions. */
8+
.doc-md-description,
9+
.doc-md-description>p:first-child {
10+
display: inline;
11+
}
12+
13+
/* Avoid breaking code headings. */
14+
.doc-heading code {
15+
white-space: normal;
16+
}
17+
18+
/* Improve rendering of parameters, returns and exceptions. */
19+
.doc-contents .field-name {
20+
min-width: 100px;
21+
}
22+
23+
/* Other curious-spacing fixes. */
24+
.doc-contents .field-name,
25+
.doc-contents .field-body {
26+
border: none !important;
27+
padding: 0 !important;
28+
}
29+
30+
.doc-contents p {
31+
margin: 1em 0 1em;
32+
}
33+
34+
.doc-contents .field-list {
35+
margin: 0 !important;
36+
}
37+
38+
.doc-contents pre {
39+
padding: 0 !important;
40+
}
41+
42+
.doc-contents .wy-table-responsive {
43+
margin-bottom: 0 !important;
44+
}
45+
46+
.doc-contents td.code {
47+
padding: 0 !important;
48+
}
49+
50+
.doc-contents td.linenos {
51+
padding: 0 8px !important;
52+
}
53+
54+
.doc-children,
55+
footer {
56+
margin-top: 20px;
57+
}

css/fonts/Roboto-Slab-Bold.woff

85.6 KB
Binary file not shown.

css/fonts/Roboto-Slab-Bold.woff2

65.7 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff

84.3 KB
Binary file not shown.
64.9 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)