Contrail forecast data and API specification. Hosted at contrailcirrus.github.io/contrail-forecast.
Documentation is written in MyST Markdown and reStructuredText then built into HTML and PDF with Sphinx.
To build documentation, install ["docs"]
dependencies (pip install -e ".[docs]"
) and run
$ make docs-build
To serve html documentation, run:
$ make docs-serve
To build pdf documentation, you must have pandoc and a LaTeX distribution installed.
$ make docs-pdf