From ad6ac5a8083acf36ff3ec4d0079860e0f1051f23 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 19 Aug 2026 20:16:58 -0400 Subject: [PATCH] docs: add cookbooks folder to scripts README Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QZgtrvhRLwTk17ywRJAFRk --- notebooks/README.md | 1 + scripts/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/notebooks/README.md b/notebooks/README.md index 2ea48d91..742c3b89 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -2,6 +2,7 @@ The `scripts` folder contains example scripts for using different **PyAutoFit** # Folders (Beginner) +- `cookbooks`: Cookbooks concisely explaining how to use different aspects of **PyAutoFit** (model composition, analysis, searches, results). - `overview`: Examples providing a concise overview of **PyAutoFit**'s core features. - `plot`: Examples showing how to plot the results of model-fits. - `searches`: Examples illustrating how to use and customize every non-linear search in **PyAutoFit**. diff --git a/scripts/README.md b/scripts/README.md index 2ea48d91..742c3b89 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -2,6 +2,7 @@ The `scripts` folder contains example scripts for using different **PyAutoFit** # Folders (Beginner) +- `cookbooks`: Cookbooks concisely explaining how to use different aspects of **PyAutoFit** (model composition, analysis, searches, results). - `overview`: Examples providing a concise overview of **PyAutoFit**'s core features. - `plot`: Examples showing how to plot the results of model-fits. - `searches`: Examples illustrating how to use and customize every non-linear search in **PyAutoFit**.