Skip to content

Commit

Permalink
deploy: 3b89816
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurhauer committed Nov 10, 2024
0 parents commit 8dbcfa7
Show file tree
Hide file tree
Showing 119 changed files with 23,660 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +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: 6c41e713b3b1afa10fbafed97c047cab
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/application.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/main.doctree
Binary file not shown.
Binary file added .doctrees/models.doctree
Binary file not shown.
Binary file added .doctrees/models.exception.doctree
Binary file not shown.
Binary file added .doctrees/models.node.doctree
Binary file not shown.
Binary file added .doctrees/models.node.generator.doctree
Binary file not shown.
Binary file added .doctrees/models.node.generator.file.doctree
Binary file not shown.
Binary file added .doctrees/models.node.output.device.doctree
Binary file not shown.
Binary file added .doctrees/models.node.output.display.doctree
Binary file not shown.
Binary file added .doctrees/models.node.output.doctree
Binary file not shown.
Binary file added .doctrees/models.node.output.file.doctree
Binary file not shown.
Binary file added .doctrees/models.node.processing.doctree
Binary file not shown.
Binary file added .doctrees/models.node.processing.encoder.doctree
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/models.node.processing.filter.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/models.utils.doctree
Binary file not shown.
Binary file added .doctrees/modules.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
288 changes: 288 additions & 0 deletions _modules/index.html

Large diffs are not rendered by default.

274 changes: 274 additions & 0 deletions _modules/models/exception/framework_base_exception.html

Large diffs are not rendered by default.

277 changes: 277 additions & 0 deletions _modules/models/exception/invalid_parameter_value.html

Large diffs are not rendered by default.

274 changes: 274 additions & 0 deletions _modules/models/exception/missing_parameter.html

Large diffs are not rendered by default.

275 changes: 275 additions & 0 deletions _modules/models/exception/non_compatible_data.html

Large diffs are not rendered by default.

631 changes: 631 additions & 0 deletions _modules/models/framework_data.html

Large diffs are not rendered by default.

420 changes: 420 additions & 0 deletions _modules/models/node/generator/file/csvfile.html

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions _modules/models/node/generator/file/csvfilearray.html

Large diffs are not rendered by default.

351 changes: 351 additions & 0 deletions _modules/models/node/generator/generator_node.html

Large diffs are not rendered by default.

318 changes: 318 additions & 0 deletions _modules/models/node/generator/single_run_generator_node.html

Large diffs are not rendered by default.

642 changes: 642 additions & 0 deletions _modules/models/node/node.html

Large diffs are not rendered by default.

397 changes: 397 additions & 0 deletions _modules/models/node/output/file/csvfile.html

Large diffs are not rendered by default.

364 changes: 364 additions & 0 deletions _modules/models/node/output/output_node.html

Large diffs are not rendered by default.

361 changes: 361 additions & 0 deletions _modules/models/node/processing/encoder/onehottosingle.html

Large diffs are not rendered by default.

360 changes: 360 additions & 0 deletions _modules/models/node/processing/encoder/singletoonehot.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

443 changes: 443 additions & 0 deletions _modules/models/node/processing/fill.html

Large diffs are not rendered by default.

443 changes: 443 additions & 0 deletions _modules/models/node/processing/merge.html

Large diffs are not rendered by default.

407 changes: 407 additions & 0 deletions _modules/models/node/processing/processing_node.html

Large diffs are not rendered by default.

373 changes: 373 additions & 0 deletions _modules/models/node/processing/segmenter/fixedwindowsegmenter.html

Large diffs are not rendered by default.

337 changes: 337 additions & 0 deletions _modules/models/node/processing/segmenter/segmenter.html

Large diffs are not rendered by default.

303 changes: 303 additions & 0 deletions _modules/models/node/processing/signalcheck.html

Large diffs are not rendered by default.

664 changes: 664 additions & 0 deletions _modules/models/node/processing/synchronize.html

Large diffs are not rendered by default.

343 changes: 343 additions & 0 deletions _modules/models/utils/cue.html

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions _modules/models/utils/script_execution.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _sources/application.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
application module
==================

.. automodule:: application
:members:
:undoc-members:
:show-inheritance:
20 changes: 20 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. Open_BCI_Framework documentation master file, created by
sphinx-quickstart on Fri Apr 14 11:09:27 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Open_BCI_Framework's documentation!
==============================================

.. toctree::
:maxdepth: 10
:caption: Contents:

modules

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
7 changes: 7 additions & 0 deletions _sources/main.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
main module
===========

.. automodule:: main
:members:
:undoc-members:
:show-inheritance:
45 changes: 45 additions & 0 deletions _sources/models.exception.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
models.exception package
========================

Submodules
----------

framework\_base\_exception module
--------------------------------------------------

.. automodule:: models.exception.framework_base_exception
:members:
:undoc-members:
:show-inheritance:

invalid\_parameter\_value module
-------------------------------------------------

.. automodule:: models.exception.invalid_parameter_value
:members:
:undoc-members:
:show-inheritance: false

missing\_parameter module
------------------------------------------

.. automodule:: models.exception.missing_parameter
:members:
:undoc-members:
:show-inheritance:

non\_compatible\_data module
---------------------------------------------

.. automodule:: models.exception.non_compatible_data
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.exception
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions _sources/models.node.generator.file.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
models.node.generator.file package
==================================

Submodules
----------

models.node.generator.file.csvfile module
-----------------------------------------

.. automodule:: models.node.generator.file.csvfile
:members:
:undoc-members:
:show-inheritance:

models.node.generator.file.csvfilearray module
----------------------------------------------

.. automodule:: models.node.generator.file.csvfilearray
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.generator.file
:members:
:undoc-members:
:show-inheritance:
53 changes: 53 additions & 0 deletions _sources/models.node.generator.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
models.node.generator package
=============================

Subpackages
-----------

.. toctree::
:maxdepth: 4

models.node.generator.file

Submodules
----------

models.node.generator.generator\_node module
--------------------------------------------

.. automodule:: models.node.generator.generator_node
:members:
:undoc-members:
:show-inheritance:

models.node.generator.motorimagery module
-----------------------------------------

.. automodule:: models.node.generator.motorimagery
:members:
:undoc-members:
:show-inheritance:

models.node.generator.openbciboard module
-----------------------------------------

.. automodule:: models.node.generator.openbciboard
:members:
:undoc-members:
:show-inheritance:

models.node.generator.single\_run\_generator\_node module
---------------------------------------------------------

.. automodule:: models.node.generator.single_run_generator_node
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.generator
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions _sources/models.node.output.device.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
models.node.output.device package
=================================

Submodules
----------

models.node.output.device.eletroestimuladordopaulo module
---------------------------------------------------------

.. automodule:: models.node.output.device.eletroestimuladordopaulo
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.output.device
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions _sources/models.node.output.display.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
models.node.output.display package
==================================

Submodules
----------

models.node.output.display.simplegraph module
---------------------------------------------

.. automodule:: models.node.output.display.simplegraph
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.output.display
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions _sources/models.node.output.file.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
models.node.output.file package
===============================

Submodules
----------

models.node.output.file.csvfile module
--------------------------------------

.. automodule:: models.node.output.file.csvfile
:members:
:undoc-members:
:show-inheritance:

models.node.output.file.writeedf module
---------------------------------------

.. automodule:: models.node.output.file.writeedf
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.output.file
:members:
:undoc-members:
:show-inheritance:
31 changes: 31 additions & 0 deletions _sources/models.node.output.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
models.node.output package
==========================

Subpackages
-----------

.. toctree::
:maxdepth: 4

models.node.output.device
models.node.output.display
models.node.output.file

Submodules
----------

models.node.output.output\_node module
--------------------------------------

.. automodule:: models.node.output.output_node
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.output
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions _sources/models.node.processing.encoder.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
models.node.processing.encoder package
======================================

Submodules
----------

models.node.processing.encoder.onehottosingle module
----------------------------------------------------

.. automodule:: models.node.processing.encoder.onehottosingle
:members:
:undoc-members:
:show-inheritance:

models.node.processing.encoder.singletoonehot module
----------------------------------------------------

.. automodule:: models.node.processing.encoder.singletoonehot
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.processing.encoder
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions _sources/models.node.processing.feature_extractor.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
models.node.processing.feature\_extractor package
=================================================

Submodules
----------

models.node.processing.feature\_extractor.feature\_extractor module
-------------------------------------------------------------------

.. automodule:: models.node.processing.feature_extractor.feature_extractor
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.processing.feature_extractor
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions _sources/models.node.processing.filter.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
models.node.processing.filter package
=====================================

Submodules
----------

models.node.processing.filter.bandpass module
---------------------------------------------

.. automodule:: models.node.processing.filter.bandpass
:members:
:undoc-members:
:show-inheritance:

models.node.processing.filter.filter module
-------------------------------------------

.. automodule:: models.node.processing.filter.filter
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: models.node.processing.filter
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 8dbcfa7

Please sign in to comment.