Skip to content

Commit 6a27155

Browse files
committed
v0.7.8 docs
1 parent f1b08bc commit 6a27155

16 files changed

+1997
-1477
lines changed

docs/jupyterpidaq.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ <h2>Submodules</h2>
5959
<li><a href="jupyterpidaq/Boards.html">Boards</a></li>
6060
<li><a href="jupyterpidaq/ChannelSettings.html">ChannelSettings</a></li>
6161
<li><a href="jupyterpidaq/DAQProc.html">DAQProc</a></li>
62+
<li><a href="jupyterpidaq/DAQinstance.html">DAQinstance</a></li>
6263
<li><a href="jupyterpidaq/Sensors.html">Sensors</a></li>
6364
</ul>
6465

6566

66-
<footer>JupyterPiDAQ v0.7.7</footer>
67+
<footer>JupyterPiDAQ v0.7.8</footer>
6768

6869
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
6970
built with <span class="visually-hidden">pdoc</span><img
@@ -145,7 +146,7 @@ <h3 id="starting-jupyterpidaq">Starting JupyterPiDAQ</h3>
145146
<h3 id="initialize-the-data-acquisition-tools">Initialize the Data Acquisition Tools</h3>
146147

147148
<p>Initialize the data acquisition tools by putting the statement <code>from
148-
jupyterpidaq.DAQinstance import *</code> into the first cell and clicking on the
149+
<a href="jupyterpidaq/DAQinstance.html">jupyterpidaq.DAQinstance</a> import *</code> into the first cell and clicking on the
149150
'Run' button. The package loads supporting packages (numpy, pandas, plotly,
150151
etc...) and searches for compatible hardware. On a Raspberry Pi this takes a
151152
number of seconds. If no compatible A-to-D boards are found, demo mode is used.
@@ -392,7 +393,7 @@ <h2 id="final-set-up">Final Set Up</h2>
392393
<ol>
393394
<li>Open a new notebook using the default (Python 3) kernel.</li>
394395
<li>In the first cell import all from DAQinstance.py:
395-
<code>from jupyterpidaq.DAQinstance import *</code>.
396+
<code>from <a href="jupyterpidaq/DAQinstance.html">jupyterpidaq.DAQinstance</a> import *</code>.
396397
When run this cell should load the DAQmenu at the end of the Jupyter
397398
notebook menu/icon bar. If you do not have an appropriate A-to-D
398399
board installed you will get a message and the software
@@ -454,7 +455,7 @@ <h2 id="setting-up-development-environment">Setting up Development Environment</
454455
<ol>
455456
<li>Open a new notebook using the default (Python 3) kernel.</li>
456457
<li>In the first cell import all from DAQinstance.py:
457-
<code>from jupyterpidaq.DAQinstance import *</code>.
458+
<code>from <a href="jupyterpidaq/DAQinstance.html">jupyterpidaq.DAQinstance</a> import *</code>.
458459
When run this cell should load the DAQmenu at the end of the
459460
Jupyter notebook menu/icon bar. If you do not have an appropriate A-to-D
460461
board installed you will get a message and the software
@@ -568,6 +569,12 @@ <h2 id="releasing-on-pypi">Releasing on PyPi</h2>
568569
<h1 id="change-log">Change Log</h1>
569570

570571
<ul>
572+
<li>0.7.8
573+
<ul>
574+
<li>Updated text for insertion into cells to make better use of escaping
575+
updates in JPSLUtils &gt;=0.7.0.</li>
576+
<li>Removed some unnecessary print statements.</li>
577+
</ul></li>
571578
<li>0.7.7
572579
<ul>
573580
<li>Updated requirements for upstream security fixes.</li>

docs/jupyterpidaq/Boards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>Submodules</h2>
3636
</ul>
3737

3838

39-
<footer>JupyterPiDAQ v0.7.7</footer>
39+
<footer>JupyterPiDAQ v0.7.8</footer>
4040

4141
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
4242
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Boards/PiGPIO.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Submodules</h2>
3535
</ul>
3636

3737

38-
<footer>JupyterPiDAQ v0.7.7</footer>
38+
<footer>JupyterPiDAQ v0.7.8</footer>
3939

4040
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
4141
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Boards/PiGPIO/ADS1115.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>API Documentation</h2>
5858
</ul>
5959

6060

61-
<footer>JupyterPiDAQ v0.7.7</footer>
61+
<footer>JupyterPiDAQ v0.7.8</footer>
6262

6363
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
6464
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Boards/PiGPIO/DAQC2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>API Documentation</h2>
5858
</ul>
5959

6060

61-
<footer>JupyterPiDAQ v0.7.7</footer>
61+
<footer>JupyterPiDAQ v0.7.8</footer>
6262

6363
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
6464
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Boards/Simulated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Submodules</h2>
3535
</ul>
3636

3737

38-
<footer>JupyterPiDAQ v0.7.7</footer>
38+
<footer>JupyterPiDAQ v0.7.8</footer>
3939

4040
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
4141
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Boards/Simulated/ADCsim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>API Documentation</h2>
5858
</ul>
5959

6060

61-
<footer>JupyterPiDAQ v0.7.7</footer>
61+
<footer>JupyterPiDAQ v0.7.8</footer>
6262

6363
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
6464
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Boards/Simulated/ADCsim_line.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>API Documentation</h2>
5858
</ul>
5959

6060

61-
<footer>JupyterPiDAQ v0.7.7</footer>
61+
<footer>JupyterPiDAQ v0.7.8</footer>
6262

6363
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
6464
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Boards/boards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>API Documentation</h2>
7676
</ul>
7777

7878

79-
<footer>JupyterPiDAQ v0.7.7</footer>
79+
<footer>JupyterPiDAQ v0.7.8</footer>
8080

8181
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
8282
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/ChannelSettings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>API Documentation</h2>
7373
</ul>
7474

7575

76-
<footer>JupyterPiDAQ v0.7.7</footer>
76+
<footer>JupyterPiDAQ v0.7.8</footer>
7777

7878
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
7979
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/DAQProc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2>API Documentation</h2>
3737
</ul>
3838

3939

40-
<footer>JupyterPiDAQ v0.7.7</footer>
40+
<footer>JupyterPiDAQ v0.7.8</footer>
4141

4242
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
4343
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/DAQinstance.html

Lines changed: 1972 additions & 1459 deletions
Large diffs are not rendered by default.

docs/jupyterpidaq/Sensors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2>Submodules</h2>
3434
</ul>
3535

3636

37-
<footer>JupyterPiDAQ v0.7.7</footer>
37+
<footer>JupyterPiDAQ v0.7.8</footer>
3838

3939
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
4040
built with <span class="visually-hidden">pdoc</span><img

docs/jupyterpidaq/Sensors/sensors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h2>API Documentation</h2>
181181
</ul>
182182

183183

184-
<footer>JupyterPiDAQ v0.7.7</footer>
184+
<footer>JupyterPiDAQ v0.7.8</footer>
185185

186186
<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
187187
built with <span class="visually-hidden">pdoc</span><img

docs/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'notebook>=6.4.12', # security fixes
3434
'jupyter-contrib-nbextensions>=0.5.1',
3535
'pandas>=1.4.2',
36-
'jupyter-pandas-GUI>=0.6.2.1',
36+
'jupyter-pandas-GUI>=0.7.0',
3737
'JPSLMenus>=0.5.0',
3838
'JPSLUtils>=0.7.0',
3939
'AdvancedHTMLParser>=9.0.1'

0 commit comments

Comments
 (0)