TOROS goal is to enable optical follow-up to gravitational wave alerts issued by the LIGO/Virgo Public Alerts.
This repository contains the files that are compiled and hosted on the official TOROS pipeline website.
The documentation is created using Sphinx. And uses the Sphinx RTD theme.
To compile locally, install the dependencies and make the html pages:
$ pip install sphinx sphinx_rtd_theme
$ make html
The html output should be in build/html/index.html
.
(c) 2020, TOROS Dev Team.