# Documentation

This template uses [Jupyter Book](https://jupyterbook.org/en/stable/intro.html) and [Sphinx](https://www.sphinx-doc.org/en/master/) to build beautiful, interactive documentation. Source files are in the `docs/` folder. Serve locally with:

```zsh
hatch run docs:serve
```

## Configuration

- Jupyter Book: `_config.yml`, `_toc.yml`

You can add Markdown or reStructuredText files, and use MyST Markdown for advanced features. For more, see the [Jupyter Book documentation](https://jupyterbook.org/en/stable/intro.html) and [Sphinx Book Theme](https://sphinx-book-theme.readthedocs.io/en/stable/index.html).
