# Documentation example with Sphinx

A small example of how to use Sphinx and MyST 
to create easily readable and aesthetically pleasing
documentation.

```{toctree}
:maxdepth: 2
:caption: Contents:
:hidden:
some-feature.md
another-feature.md
hello
```

```{toctree}
:maxdepth: 2
:caption: "Reference"
:hidden:

reference/modules

```