All DataJoint tutorials are presented at DataJoint tutorial website. Tutorials are generated using Sphinx with custom rendering theme largely based on the Read The Doc theme.
- Fork and clone the repository to your local machine.
- Install requirements using
pip3 install -r requirements.txt
- Build the website by running
make site
. This will build and generate the static website in the_build/html
directory. - Some structural changes might require you to first clean the output directory by running
make clean
before generating the doc withmake html
.