Skip to content

Commit e094656

Browse files
Jammy2211Jammy2211
authored andcommitted
docs: point multi-dataset example links at the renamed multi_dataset package
The `multi` example package in autolens_workspace is renamed to `multi_dataset` (autolens_workspace#408). This updates the doc links and prose that point into it. Docs-only — no library source touched. `bound: multi` in the non_linear.yaml configs is a Dynesty search kwarg and is deliberately left alone. MERGE ORDER: this must merge *after* the autolens_workspace rename PR, since these are `blob/main` URLs that 404 until the package moves. Refs PyAutoLabs/autolens_workspace#408
1 parent 280eb04 commit e094656

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/general/model_cookbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ but certain parameters are free to vary across the datasets.
436436

437437
The following example notebooks show how to compose and fit these models:
438438

439-
<https://github.com/PyAutoLabs/autolens_workspace/blob/main/notebooks/multi/start_here.ipynb>
439+
<https://github.com/PyAutoLabs/autolens_workspace/blob/main/notebooks/multi_dataset/start_here.ipynb>
440440

441441
## Relations (Advanced)
442442

@@ -445,7 +445,7 @@ We can compose models where the free parameter(s) vary according to a user-speci
445445

446446
The following example notebooks show how to compose and fit these models:
447447

448-
<https://github.com/PyAutoLabs/autolens_workspace/blob/main/notebooks/multi/features/wavelength_dependence/modeling.ipynb>
448+
<https://github.com/PyAutoLabs/autolens_workspace/blob/main/notebooks/multi_dataset/features/wavelength_dependence/modeling.ipynb>
449449

450450
## PyAutoFit API
451451

docs/overview/overview_3_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The appearance of the strong changes as a function of wavelength, therefore mult
166166
more about the different components in a galaxy (e.g a redder bulge and bluer disk) or when imaging and interferometer
167167
data are combined, we can compare the emission from stars and dust.
168168

169-
Checkout the `autolens_workspace/*/multi` package to get started, however combining datasets is a more advanced
169+
Checkout the `autolens_workspace/*/multi_dataset` package to get started, however combining datasets is a more advanced
170170
feature and it is recommended you first get to grips with the core API.
171171

172172
### Ellipse Fitting

0 commit comments

Comments
 (0)