From 6a2715537d88f5d75f66d89cc3781cdc9a6dc62c Mon Sep 17 00:00:00 2001 From: Jonathan Gutow Date: Fri, 15 Jul 2022 16:53:55 -0500 Subject: [PATCH] v0.7.8 docs --- docs/jupyterpidaq.html | 15 +- docs/jupyterpidaq/Boards.html | 2 +- docs/jupyterpidaq/Boards/PiGPIO.html | 2 +- docs/jupyterpidaq/Boards/PiGPIO/ADS1115.html | 2 +- docs/jupyterpidaq/Boards/PiGPIO/DAQC2.html | 2 +- docs/jupyterpidaq/Boards/Simulated.html | 2 +- .../jupyterpidaq/Boards/Simulated/ADCsim.html | 2 +- .../Boards/Simulated/ADCsim_line.html | 2 +- docs/jupyterpidaq/Boards/boards.html | 2 +- docs/jupyterpidaq/ChannelSettings.html | 2 +- docs/jupyterpidaq/DAQProc.html | 2 +- docs/jupyterpidaq/DAQinstance.html | 3431 ++++++++++------- docs/jupyterpidaq/Sensors.html | 2 +- docs/jupyterpidaq/Sensors/sensors.html | 2 +- docs/search.js | 2 +- setup.py | 2 +- 16 files changed, 1997 insertions(+), 1477 deletions(-) diff --git a/docs/jupyterpidaq.html b/docs/jupyterpidaq.html index b7e3ae5..4ddc04e 100644 --- a/docs/jupyterpidaq.html +++ b/docs/jupyterpidaq.html @@ -59,11 +59,12 @@

Submodules

  • Boards
  • ChannelSettings
  • DAQProc
  • +
  • DAQinstance
  • Sensors
  • - + built with pdocStarting JupyterPiDAQ

    Initialize the Data Acquisition Tools

    Initialize the data acquisition tools by putting the statement from -jupyterpidaq.DAQinstance import * into the first cell and clicking on the +jupyterpidaq.DAQinstance import * into the first cell and clicking on the 'Run' button. The package loads supporting packages (numpy, pandas, plotly, etc...) and searches for compatible hardware. On a Raspberry Pi this takes a number of seconds. If no compatible A-to-D boards are found, demo mode is used. @@ -392,7 +393,7 @@

    Final Set Up

    1. Open a new notebook using the default (Python 3) kernel.
    2. In the first cell import all from DAQinstance.py: -from jupyterpidaq.DAQinstance import *. +from jupyterpidaq.DAQinstance import *. When run this cell should load the DAQmenu at the end of the Jupyter notebook menu/icon bar. If you do not have an appropriate A-to-D board installed you will get a message and the software @@ -454,7 +455,7 @@

      Setting up Development Environment
    3. Open a new notebook using the default (Python 3) kernel.
    4. In the first cell import all from DAQinstance.py: -from jupyterpidaq.DAQinstance import *. +from jupyterpidaq.DAQinstance import *. When run this cell should load the DAQmenu at the end of the Jupyter notebook menu/icon bar. If you do not have an appropriate A-to-D board installed you will get a message and the software @@ -568,6 +569,12 @@

      Releasing on PyPi

      Change Log

        +
      • 0.7.8 +
          +
        • Updated text for insertion into cells to make better use of escaping +updates in JPSLUtils >=0.7.0.
        • +
        • Removed some unnecessary print statements.
        • +
      • 0.7.7
        • Updated requirements for upstream security fixes.
        • diff --git a/docs/jupyterpidaq/Boards.html b/docs/jupyterpidaq/Boards.html index 2346f4d..dcf45cd 100644 --- a/docs/jupyterpidaq/Boards.html +++ b/docs/jupyterpidaq/Boards.html @@ -36,7 +36,7 @@

          Submodules

        -
        JupyterPiDAQ v0.7.7
        +
        JupyterPiDAQ v0.7.8
        built with pdocSubmodules
    5. -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocAPI Documentation -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocAPI Documentation -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocSubmodules -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocAPI Documentation -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocAPI Documentation -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocAPI Documentation -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocAPI Documentation -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdocAPI Documentation -
      JupyterPiDAQ v0.7.7
      +
      JupyterPiDAQ v0.7.8
      built with pdoc - + jupyterpidaq.DAQinstance API documentation - +