Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] add trials tutorial notebook #639

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
12 changes: 12 additions & 0 deletions doc/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@ Additional
.. image:: https://img.shields.io/badge/launch-ebrains-brightgreen
:target: https://lab.ch.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FNeuralEnsemble%2Felephant&urlpath=lab%2Ftree%2Felephant%2Fdoc%2Ftutorials%2Fparallel.ipynb+&branch=master

* Trials

``elephant.trials`` module provides a unified way to handle trial data in neuroscience experiments, supporting both `neo.Block` and list-of-lists structures.

:doc:`View the notebook <../tutorials/trials>` or run interactively:

.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/NeuralEnsemble/elephant/master?filepath=doc/tutorials/trials.ipynb
.. image:: https://img.shields.io/badge/launch-ebrains-brightgreen
:target: https://lab.ch.ebrains.eu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FNeuralEnsemble%2Felephant&urlpath=lab%2Ftree%2Felephant%2Fdoc%2Ftutorials%2Ftrials.ipynb+&branch=master

..
Index the notebooks in a hidden toctree to avoid sphinx warnings.

Expand All @@ -116,3 +127,4 @@ Additional
tutorials/unitary_event_analysis.ipynb
tutorials/granger_causality.ipynb
tutorials/spade.ipynb
tutorials/trials.ipynb
Loading
Loading