Source files for a xenon
tutorial on ReadTheDocs.
/readthedocs
contains all the source files for the tutorial text. It also contains a number of subdirectories with code snippets:code-tabs/bash
contains the Bash snippets usingxenon-cli
.code-tabs/java
contains the Java snippets that use thexenon
library directly. This directory can be run as a self-contained Java project.code-tabs/python
contains the Python snippets that usepyxenon
andxenon-grpc
. This directory can be run as a self-contained Python project.
/vm-prep
contains instructions for setting up the Virtual Machine, as used during the tutorial.