# NumPy docstrings

This page demonstrates NumPy docstrings for the theme, as well as some other common Sphinx directives for API documentation.

```{versionadded} 0.1.1
```

```{eval-rst}
.. automodule:: numpy
   :members: array, transpose
```
