This Repo contains the documentation for the public instance of the Shepherd Testbed.
The documentation is compiled with Sphinx and uses the MyST-extension to allow embedding Markdown-files.
Example-workflow using git and pip.
git clone https://github.com/nes-lab/shepherd-nova
cd shepherd-nova
pip install .Sphinx is used to build the website.
sphinx-build -b html ./docs ./docs/_build/htmlViewing the document in a browser:
cd ./docs/_build/html
python -m http.serverIn browser go to localhost:8000 to view the documentation.