Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed links in basic tutorial notebooks #670

Merged
merged 2 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/basic/Tutorial Ia Theorists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<img src=\"https://autoresearch.github.io/autora/img/theorist.png\" width=\"75%\" alt=\"Theorist Overview\">\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/basic/Tutorial Ib Experimentalists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading