From 6d0406c974edf70b2fd011a1cf10ecfec8d00adc Mon Sep 17 00:00:00 2001 From: Sebastian Musslick Date: Sun, 20 Oct 2024 23:25:02 +0200 Subject: [PATCH 1/2] fixed link --- docs/tutorials/basic/Tutorial Ia Theorists.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/basic/Tutorial Ia Theorists.ipynb b/docs/tutorials/basic/Tutorial Ia Theorists.ipynb index f7d4aa550..2731bc3c3 100644 --- a/docs/tutorials/basic/Tutorial Ia Theorists.ipynb +++ b/docs/tutorials/basic/Tutorial Ia Theorists.ipynb @@ -6,7 +6,7 @@ "source": [ "# Basic Tutorial Ib: Theorists \n", "\n", - "[Theorists](../../theorist) are classes designed to automate the construction of interpretable models from data. AutoRA theorists are implemented as sklearn regressors and can be used with the `fit` and `predict` methods.\n", + "[Theorists](https://autoresearch.github.io/autora/theorist/) are classes designed to automate the construction of interpretable models from data. AutoRA theorists are implemented as sklearn regressors and can be used with the `fit` and `predict` methods.\n", "\n", "\"Theorist\n", "\n", From bd390fe0cca3b8695a308a7cc69f64b96325cd19 Mon Sep 17 00:00:00 2001 From: Sebastian Musslick Date: Sun, 20 Oct 2024 23:25:28 +0200 Subject: [PATCH 2/2] fixed two links --- docs/tutorials/basic/Tutorial Ib Experimentalists.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/basic/Tutorial Ib Experimentalists.ipynb b/docs/tutorials/basic/Tutorial Ib Experimentalists.ipynb index ef86c8f0c..c30eadcfa 100644 --- a/docs/tutorials/basic/Tutorial Ib Experimentalists.ipynb +++ b/docs/tutorials/basic/Tutorial Ib Experimentalists.ipynb @@ -11,9 +11,9 @@ "source": [ "# Basic Tutorial Ib: Experimentalists\n", "\n", - "[Experimentalists](../../experimentalist/) are functions designed to return novel experimental conditions that yield scientific merit.\n", + "[Experimentalists](https://autoresearch.github.io/autora/experimentalist/) are functions designed to return novel experimental conditions that yield scientific merit.\n", "\n", - "![Experimentalist](attachment:experimentalist.png)\n", + "![Experimentalist](https://autoresearch.github.io/autora/img/experimentalist.png)\n", "\n", "Experimentalists may use information about candidate models $M$ obtained from a theorist,\n", "experiment conditions that have already been probed $\\vec{x}' \\in X'$, or\n",