/datajoint-tutorial

Tutorial Documentation https://tutorials.datajoint.io/

Primary LanguageHTML

DataJoint Tutorials

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.

Building locally

  • 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 with make html.