Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

ESA-VirES/Swarm-VRE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swarm-VRE

Swarm Virtual Research Environment - public repository

This repository contains the user-facing documentation for the VRE, and any other relevant resources.

Bugs and feature requests can be reported using the GitHub issue tracker (https://github.com/ESA-VirES/Swarm-VRE/issues)

Documentation build instructions

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/