```{include} ../../README.md
```

```{toctree}
---
maxdepth: 1
caption: Introduction
---
markdown/readme.md
```

```{toctree}
---
maxdepth: 5
caption: User guide
---
notebooks/plangym_introduction.ipynb
notebooks/tutorial.md
```

```{toctree}
---
maxdepth: 2
caption: API Reference
---
autoapi/index.rst
```