This repository contains the documentation for ERIC/internal and ERIC/open.
It utilizes Jupyterbook to generate HTML from .md and .ipynb files.
Follow this Guide on how to set up your python environment.
To build run:
jupyter-book build --all docs/With this command you can generate gifs from all png files in folder:
convert -delay 150 -loop 0 *.png output.gifYou might need to copy videos (.mp4) to the build directory manually.