# Diagrams

The documentation toolchain supports rendering diagrams and charts using [Mermaid](https://mermaid.js.org/intro/), a library designed for creating sequence diagrams, flowcharts, and other visualizations.

Using:

```python
.. mermaid ::

   graph TD
   A --> B
   B -- Label --> C
```

Renders:

For more details, refer to the [sphinxcontrib-mermaid](https://sphinxcontrib-mermaid-demo.readthedocs.io/en/latest/) documentation.
