Swarm Virtual Research Environment - public repository
This repository contains the user-facing documentation for the VRE, and any other relevant resources.
- Documentation: https://swarm-vre.readthedocs.io/
- VRE login: http://vre.vires.services
Bugs and feature requests can be reported using the GitHub issue tracker (https://github.com/ESA-VirES/Swarm-VRE/issues)
Dependencies:
pip install sphinx sphinx-rtd-theme sphinx-autobuild
Build and watch for changes:
sphinx-autobuild docs docs/_build/html --ignore "*/docs/Swarm_notebooks/*"
NB: The Swarm_notebooks
directories are ignored because they get generated by conf.py
View the output at http://127.0.0.1:8000/