diff --git a/docs/index.md b/docs/index.md index 8fd8fb21..3602a90e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ AutoRA includes core functionality for running AutoRA experiments organized into - `autora.serializer`, utilities for saving and loading `States` - `autora.workflow`, command line tools for running experimentalists, experiment runners and theorists - `autora.variable`, for representing experimental metadata describing the type and domain of variables -- `autora.utils`, utilities and helper functions not specifically linked to any specific core functionality +- `autora.utils`, utilities and helper functions not linked to any specific core functionality It also provides some basic experimentalists in the `autora.experimentalist` submodule. However, most genuinely useful experimentalists and theorists are provided as optional dependencies to the `autora` package.