Skip to content

Commit

Permalink
deploy: e83dfab
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Sep 20, 2024
0 parents commit 7c6cb66
Show file tree
Hide file tree
Showing 61 changed files with 21,439 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: f2994a78e455b902ec8edc4094c1249a
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/api.doctree
Binary file not shown.
Binary file added .doctrees/api.rig.doctree
Binary file not shown.
Binary file added .doctrees/api.session.doctree
Binary file not shown.
Binary file added .doctrees/api.task_logic.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/json-schemas.doctree
Binary file not shown.
Binary file added .doctrees/json-schemas.rig.doctree
Binary file not shown.
Binary file added .doctrees/json-schemas.session.doctree
Binary file not shown.
Binary file added .doctrees/json-schemas.task_logic.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
2,195 changes: 2,195 additions & 0 deletions _images/AindVrForagingTaskLogic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions _sources/api.rig.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
api.rig
-------------

.. automodule:: aind_behavior_vr_foraging.rig
:members:
:undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
api
-------------
.. toctree::
:maxdepth: 2

api.session
api.rig
api.task_logic
7 changes: 7 additions & 0 deletions _sources/api.session.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
api.session
-------------

.. autopydantic_model:: aind_behavior_services.session.AindBehaviorSessionModel
:members:
:undoc-members:
:show-inheritance:
11 changes: 11 additions & 0 deletions _sources/api.task_logic.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
api.task_logic
----------------

.. image:: _static/AindVrForagingTaskLogic.svg
:target: _static/AindVrForagingTaskLogic.svg

.. automodule:: aind_behavior_vr_foraging.task_logic
: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 @@
Welcome to the AIND VR Foraging project documentation!
=========================================================

.. include:: ../README.md
:parser: myst_parser.sphinx_

.. toctree::
:maxdepth: 2
:caption: Contents:

self
api
json-schemas
GitHub Source Code <https://github.com/AllenNeuralDynamics/Aind.Behavior.VrForaging>

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

* :ref:`genindex`
* :ref:`search`
9 changes: 9 additions & 0 deletions _sources/json-schemas.rig.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
json-schemas.rig
------------------

`Download Schema <https://raw.githubusercontent.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/main/src/DataSchemas/aind_vr_foraging_rig.json>`_

.. jsonschema:: https://raw.githubusercontent.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/main/src/DataSchemas/aind_vr_foraging_rig.json
:lift_definitions:
:auto_reference:

8 changes: 8 additions & 0 deletions _sources/json-schemas.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
json-schemas
-------------
.. toctree::
:maxdepth: 4

json-schemas.session
json-schemas.rig
json-schemas.task_logic
9 changes: 9 additions & 0 deletions _sources/json-schemas.session.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
json-schemas.session
---------------------

`Download Schema <https://raw.githubusercontent.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/main/src/DataSchemas/aind_behavior_session_model.json>`_

.. jsonschema:: https://raw.githubusercontent.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/main/src/DataSchemas/aind_behavior_session_model.json
:lift_definitions:
:auto_reference:

9 changes: 9 additions & 0 deletions _sources/json-schemas.task_logic.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
json-schemas.task_logic
-------------------------

`Download Schema <https://raw.githubusercontent.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/main/src/DataSchemas/aind_vr_foraging_task_logic.json>`_

.. jsonschema:: https://raw.githubusercontent.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/main/src/DataSchemas/aind_vr_foraging_task_logic.json
:lift_definitions:
:auto_reference:

2,195 changes: 2,195 additions & 0 deletions _static/AindVrForagingTaskLogic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions _static/autodoc_pydantic.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.autodoc_pydantic_validator_arrow {
padding-left: 8px;
}

.autodoc_pydantic_collapsable_json {
cursor: pointer;
}

.autodoc_pydantic_collapsable_erd {
cursor: pointer;
}
Loading

0 comments on commit 7c6cb66

Please sign in to comment.