Skip to content
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 AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/general/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ our [building from source installation guide](https://pyautogalaxy.readthedocs.i

**PyAutoGalaxy** has the following dependencies:

**PyAutoConf** <https://github.com/PyAutoLabs/PyAutoConf>
**PyAutoNerves** <https://github.com/PyAutoLabs/PyAutoNerves>

**PyAutoFit** <https://github.com/PyAutoLabs/PyAutoFit>

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading