From 8085f9a7b46378aec6c6b2a8908a524256481dbf Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Fri, 19 Jan 2024 11:31:17 -0500 Subject: [PATCH] Update docs/index.md Co-authored-by: Ben Andrew --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.