Source files for a xenon tutorial on ReadTheDocs.
/readthedocscontains all the source files for the tutorial text. It also contains a number of subdirectories with code snippets:code-tabs/bashcontains the Bash snippets usingxenon-cli.code-tabs/javacontains the Java snippets that use thexenonlibrary directly. This directory can be run as a self-contained Java project.code-tabs/pythoncontains the Python snippets that usepyxenonandxenon-grpc. This directory can be run as a self-contained Python project.
/vm-prepcontains instructions for setting up the Virtual Machine, as used during the tutorial.