docs: point multi-dataset example links at the renamed multi_dataset package - #673
Merged
Merged
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 3 of the
multi→multi_datasetexample-package rename (PyAutoLabs/autolens_workspace#408).Docs-only — no library source touched.
This must merge after the workspace rename PR (autolens_workspace#414 / autogalaxy_workspace#194). The links updated here are
blob/mainURLs into the workspace; they resolve to the new path only once the package has actually moved onmain. Merging this first would 404 them.What changed
docs/general/model_cookbook.md— GitHubblob/mainlinks into the multi-dataset examples.docs/overview/overview_3_features.md— the*/multipackage pointer in prose.Deliberately NOT changed
bound: multiinconfig/non_linear.yaml(and thetest_*/config/copies) is a Dynesty search kwarg, unrelated to this package. A blinds/multi/multi_dataset/would have silently corrupted the sampler configuration.Refs PyAutoLabs/autolens_workspace#408