diff --git a/.readthedocs.yaml b/.readthedocs.yaml
deleted file mode 100644
index 8024dbf..0000000
--- a/.readthedocs.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-# .readthedocs.yaml
-# Read the Docs configuration file
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-
-# Required
-version: 2
-
-# Set the OS, Python version and other tools you might need
-build:
- os: ubuntu-22.04
- tools:
- python: "3.12"
- # You can also specify other tool versions:
- # nodejs: "19"
- # rust: "1.64"
- # golang: "1.19"
-
-# Build documentation in the "docs/" directory with Sphinx
-sphinx:
- configuration: docs/conf.py
-
-# Optionally build your docs in additional formats such as PDF and ePub
-# formats:
-# - pdf
-# - epub
-
-# Optional but recommended, declare the Python requirements required
-# to build your documentation
-# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
-python:
- install:
- - requirements: docs/requirements.txt
\ No newline at end of file
diff --git a/docs/Makefile b/Makefile
similarity index 92%
rename from docs/Makefile
rename to Makefile
index d4bb2cb..d0c3cbf 100644
--- a/docs/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
-SOURCEDIR = .
-BUILDDIR = _build
+SOURCEDIR = source
+BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
diff --git a/docs/_build/html/.buildinfo b/doc/.buildinfo
similarity index 100%
rename from docs/_build/html/.buildinfo
rename to doc/.buildinfo
diff --git a/docs/_build/html/_sources/index.rst.txt b/doc/_sources/index.rst.txt
similarity index 71%
rename from docs/_build/html/_sources/index.rst.txt
rename to doc/_sources/index.rst.txt
index 11cfb0c..cc49de9 100644
--- a/docs/_build/html/_sources/index.rst.txt
+++ b/doc/_sources/index.rst.txt
@@ -13,7 +13,7 @@ Installation
============
To install PyNeon, clone the PyNeon repository from
-https://github.com/NCCLabMPI/pyneon and run:
+https://github.com/NCCLabMPI/PyNeon and run:
.. code-block:: bash
@@ -24,7 +24,9 @@ PyPI and conda releases are planned for the future.
Data format
===========
-PyNeon works with the "Timeseries" data format as exported from Pupil Clouds. The data could be from a single recording or from a project with multiple recordings.
+PyNeon works with the "Timeseries Data" or "Timeseries Data + Scene Video" formats
+as exported from Pupil Clouds. The data could be from a single recording or from a
+project with multiple recordings.
.. toctree::
:maxdepth: 1
diff --git a/docs/_build/html/_sources/reference/dataset.rst.txt b/doc/_sources/reference/dataset.rst.txt
similarity index 100%
rename from docs/_build/html/_sources/reference/dataset.rst.txt
rename to doc/_sources/reference/dataset.rst.txt
diff --git a/docs/_build/html/_sources/reference/index.rst.txt b/doc/_sources/reference/index.rst.txt
similarity index 100%
rename from docs/_build/html/_sources/reference/index.rst.txt
rename to doc/_sources/reference/index.rst.txt
diff --git a/docs/_build/html/_sources/reference/preprocess.rst.txt b/doc/_sources/reference/preprocess.rst.txt
similarity index 100%
rename from docs/_build/html/_sources/reference/preprocess.rst.txt
rename to doc/_sources/reference/preprocess.rst.txt
diff --git a/docs/_build/html/_sources/reference/recording.rst.txt b/doc/_sources/reference/recording.rst.txt
similarity index 100%
rename from docs/_build/html/_sources/reference/recording.rst.txt
rename to doc/_sources/reference/recording.rst.txt
diff --git a/docs/_build/html/_sources/tutorials/index.rst.txt b/doc/_sources/tutorials/index.rst.txt
similarity index 100%
rename from docs/_build/html/_sources/tutorials/index.rst.txt
rename to doc/_sources/tutorials/index.rst.txt
diff --git a/docs/_build/html/_static/basic.css b/doc/_static/basic.css
similarity index 100%
rename from docs/_build/html/_static/basic.css
rename to doc/_static/basic.css
diff --git a/docs/_build/html/_static/doctools.js b/doc/_static/doctools.js
similarity index 100%
rename from docs/_build/html/_static/doctools.js
rename to doc/_static/doctools.js
diff --git a/docs/_build/html/_static/documentation_options.js b/doc/_static/documentation_options.js
similarity index 100%
rename from docs/_build/html/_static/documentation_options.js
rename to doc/_static/documentation_options.js
diff --git a/docs/_build/html/_static/file.png b/doc/_static/file.png
similarity index 100%
rename from docs/_build/html/_static/file.png
rename to doc/_static/file.png
diff --git a/docs/_build/html/_static/language_data.js b/doc/_static/language_data.js
similarity index 100%
rename from docs/_build/html/_static/language_data.js
rename to doc/_static/language_data.js
diff --git a/docs/_build/html/_static/minus.png b/doc/_static/minus.png
similarity index 100%
rename from docs/_build/html/_static/minus.png
rename to doc/_static/minus.png
diff --git a/docs/_build/html/_static/plus.png b/doc/_static/plus.png
similarity index 100%
rename from docs/_build/html/_static/plus.png
rename to doc/_static/plus.png
diff --git a/docs/_build/html/_static/pygments.css b/doc/_static/pygments.css
similarity index 100%
rename from docs/_build/html/_static/pygments.css
rename to doc/_static/pygments.css
diff --git a/docs/_build/html/_static/scripts/bootstrap.js b/doc/_static/scripts/bootstrap.js
similarity index 100%
rename from docs/_build/html/_static/scripts/bootstrap.js
rename to doc/_static/scripts/bootstrap.js
diff --git a/docs/_build/html/_static/scripts/bootstrap.js.LICENSE.txt b/doc/_static/scripts/bootstrap.js.LICENSE.txt
similarity index 100%
rename from docs/_build/html/_static/scripts/bootstrap.js.LICENSE.txt
rename to doc/_static/scripts/bootstrap.js.LICENSE.txt
diff --git a/docs/_build/html/_static/scripts/bootstrap.js.map b/doc/_static/scripts/bootstrap.js.map
similarity index 100%
rename from docs/_build/html/_static/scripts/bootstrap.js.map
rename to doc/_static/scripts/bootstrap.js.map
diff --git a/docs/_build/html/_static/scripts/pydata-sphinx-theme.js b/doc/_static/scripts/pydata-sphinx-theme.js
similarity index 100%
rename from docs/_build/html/_static/scripts/pydata-sphinx-theme.js
rename to doc/_static/scripts/pydata-sphinx-theme.js
diff --git a/docs/_build/html/_static/scripts/pydata-sphinx-theme.js.map b/doc/_static/scripts/pydata-sphinx-theme.js.map
similarity index 100%
rename from docs/_build/html/_static/scripts/pydata-sphinx-theme.js.map
rename to doc/_static/scripts/pydata-sphinx-theme.js.map
diff --git a/docs/_build/html/_static/searchtools.js b/doc/_static/searchtools.js
similarity index 100%
rename from docs/_build/html/_static/searchtools.js
rename to doc/_static/searchtools.js
diff --git a/docs/_build/html/_static/sphinx_highlight.js b/doc/_static/sphinx_highlight.js
similarity index 100%
rename from docs/_build/html/_static/sphinx_highlight.js
rename to doc/_static/sphinx_highlight.js
diff --git a/docs/_build/html/_static/styles/bootstrap.css b/doc/_static/styles/bootstrap.css
similarity index 100%
rename from docs/_build/html/_static/styles/bootstrap.css
rename to doc/_static/styles/bootstrap.css
diff --git a/docs/_build/html/_static/styles/bootstrap.css.map b/doc/_static/styles/bootstrap.css.map
similarity index 100%
rename from docs/_build/html/_static/styles/bootstrap.css.map
rename to doc/_static/styles/bootstrap.css.map
diff --git a/docs/_build/html/_static/styles/pydata-sphinx-theme.css b/doc/_static/styles/pydata-sphinx-theme.css
similarity index 100%
rename from docs/_build/html/_static/styles/pydata-sphinx-theme.css
rename to doc/_static/styles/pydata-sphinx-theme.css
diff --git a/docs/_build/html/_static/styles/pydata-sphinx-theme.css.map b/doc/_static/styles/pydata-sphinx-theme.css.map
similarity index 100%
rename from docs/_build/html/_static/styles/pydata-sphinx-theme.css.map
rename to doc/_static/styles/pydata-sphinx-theme.css.map
diff --git a/docs/_build/html/_static/styles/theme.css b/doc/_static/styles/theme.css
similarity index 100%
rename from docs/_build/html/_static/styles/theme.css
rename to doc/_static/styles/theme.css
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/LICENSE.txt b/doc/_static/vendor/fontawesome/6.5.2/LICENSE.txt
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/LICENSE.txt
rename to doc/_static/vendor/fontawesome/6.5.2/LICENSE.txt
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/css/all.min.css b/doc/_static/vendor/fontawesome/6.5.2/css/all.min.css
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/css/all.min.css
rename to doc/_static/vendor/fontawesome/6.5.2/css/all.min.css
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js b/doc/_static/vendor/fontawesome/6.5.2/js/all.min.js
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js
rename to doc/_static/vendor/fontawesome/6.5.2/js/all.min.js
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt b/doc/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt
rename to doc/_static/vendor/fontawesome/6.5.2/js/all.min.js.LICENSE.txt
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.ttf
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2 b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.ttf
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2 b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.ttf
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2 b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.ttf
diff --git a/docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2 b/doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2
similarity index 100%
rename from docs/_build/html/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2
rename to doc/_static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2
diff --git a/docs/_build/html/_static/webpack-macros.html b/doc/_static/webpack-macros.html
similarity index 100%
rename from docs/_build/html/_static/webpack-macros.html
rename to doc/_static/webpack-macros.html
diff --git a/docs/_build/html/genindex.html b/doc/genindex.html
similarity index 100%
rename from docs/_build/html/genindex.html
rename to doc/genindex.html
diff --git a/docs/_build/html/index.html b/doc/index.html
similarity index 97%
rename from docs/_build/html/index.html
rename to doc/index.html
index 39e5b64..be0e260 100644
--- a/docs/_build/html/index.html
+++ b/doc/index.html
@@ -329,7 +329,7 @@
To install PyNeon, clone the PyNeon repository from
-NCCLabMPI/pyneon and run:Installation#
pip install .
PyNeon works with the “Timeseries” data format as exported from Pupil Clouds. The data could be from a single recording or from a project with multiple recordings.
+PyNeon works with the “Timeseries Data” or “Timeseries Data + Scene Video” formats +as exported from Pupil Clouds. The data could be from a single recording or from a +project with multiple recordings.
resamp_other_kind (str, optional) – Resampling method for columns of other types, by default “nearest”.
+concat_data – Concatenated data.
+pd.DataFrame
+