Synthetic Heart Documentation

Synthetic Heart banner

The Documentation for Synthetic Heart is below; use the quickstart to get running and the User / Developer sections to explore features and internals.

Welcome to the Synthetic Heart documentation. These pages are built with Sphinx and hosted on Read the Docs. Every push to the repository triggers a new build of this wiki.

The following sections provide an overview of the project and instructions for getting started.

User guide:

Developer guide:

Building the Documentation

Install the documentation requirements from the repository root and run:

sphinx-build -b html docs docs/_build/html

The generated HTML files will be available under docs/_build/html.