diff --git a/AGENTS.md b/AGENTS.md index 6ab7a779..eef6dfbe 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,7 +17,7 @@ import `autolens` — lensing lives one layer up. ## Related repos -- **Source siblings:** PyAutoConf, PyAutoArray, PyAutoFit (upstream); +- **Source siblings:** PyAutoNerves, PyAutoArray, PyAutoFit (upstream); PyAutoLens (downstream — builds multi-plane lensing on autogalaxy). - **autogalaxy_workspace** — runnable tutorials/examples (`../autogalaxy_workspace`). - **autogalaxy_workspace_test** — integration + JAX/likelihood parity scripts. diff --git a/docs/general/configs.md b/docs/general/configs.md index 667002db..f7c71539 100644 --- a/docs/general/configs.md +++ b/docs/general/configs.md @@ -11,7 +11,7 @@ the [config directory of the workspace](https://github.com/PyAutoLabs/autogalaxy By default, **PyAutoGalaxy** looks for the config files in a `config` folder in the current working directory, which is why we run autogalaxy scripts from the `autogalaxy_workspace` directory. -The configuration path can also be set manually in a script using the project **PyAutoConf** and the following +The configuration path can also be set manually in a script using the project **PyAutoNerves** and the following command (the path to the `output` folder where the results of a non-linear search are stored is also set below): ```bash diff --git a/docs/installation/overview.md b/docs/installation/overview.md index b764cb59..b560aa58 100644 --- a/docs/installation/overview.md +++ b/docs/installation/overview.md @@ -22,7 +22,7 @@ our [building from source installation guide](https://pyautogalaxy.readthedocs.i **PyAutoGalaxy** has the following dependencies: -**PyAutoConf** +**PyAutoNerves** **PyAutoFit** diff --git a/docs/installation/source.md b/docs/installation/source.md index bab0ced1..77162dc6 100644 --- a/docs/installation/source.md +++ b/docs/installation/source.md @@ -93,7 +93,7 @@ git clone https://github.com/PyAutoLabs/PyAutoArray git clone https://github.com/PyAutoLabs/PyAutoGalaxy ``` -Next, install **PyAutoConf** via pip: +Next, install **PyAutoNerves** via pip: ```bash pip install autonerves diff --git a/llms.txt b/llms.txt index a3e5a60a..e14bf765 100644 --- a/llms.txt +++ b/llms.txt @@ -17,4 +17,4 @@ ## Ecosystem -- Built on PyAutoArray (data structures) + PyAutoFit (inference) + PyAutoConf (config); used by PyAutoLens, which builds multi-plane lensing on it. +- Built on PyAutoArray (data structures) + PyAutoFit (inference) + PyAutoNerves (config); used by PyAutoLens, which builds multi-plane lensing on it.