Skip to content

Commit

Permalink
sys: Build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Dec 18, 2024
1 parent 89e7743 commit eca9613
Show file tree
Hide file tree
Showing 77 changed files with 26,912 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 616e051058e648c27a365d12356c45a0
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/.doctrees/index.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

14 changes: 14 additions & 0 deletions docs/_sources/coder/MillikeyHIDButtonGroup.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Millikey HID Button Group
-------------------------------

To import MillikeyHIDButtonGroup, you can either use:
```python
from psychopy_labhackers.millikey import MillikeyHIDButtonGroup
```
or, any time after `psychopy.plugins.activatePlugins` has been called:
```python
from psychopy.hardware import MillikeyHIDButtonGroup
```

.. autoclass:: psychopy_labhackers.millikey.MillikeyHIDButtonGroup
:members:
14 changes: 14 additions & 0 deletions docs/_sources/coder/MillikeySerialButtonGroup.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
MillikeySerialButtonGroup
-------------------------------

To import MillikeySerialButtonGroup, you can either use:
```python
from psychopy_labhackers.millikey import MillikeySerialButtonGroup
```
or, any time after `psychopy.plugins.activatePlugins` has been called:
```python
from psychopy.hardware import MillikeySerialButtonGroup
```

.. autoclass:: psychopy_labhackers.millikey.MillikeySerialButtonGroup
:members:
25 changes: 25 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Welcome to psychopy-labhackers's documentation!
=============================================

Extension package for adding support for devices by [LabHackers Research Equipment](http://labhackers.com/) to PsychoPy.

.. toctree::
:maxdepth: 1
:caption: Added content for Builder
:glob:

builder/**/*

.. toctree::
:maxdepth: 1
:caption: Added content for Coder
:glob:

coder/*

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Binary file added docs/_static/Nottingham Supported.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Psychopy Plugin Header Large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/Psychopy Plugin Header Small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eca9613

Please sign in to comment.