From ea31b563bd38782e5a727ea3835a78977b2ec044 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:41:47 -0600 Subject: [PATCH 1/2] fix link to example cookbook config file --- portal/cookbook-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/cookbook-guide.md b/portal/cookbook-guide.md index b41ba9fd2..7ed74e3db 100644 --- a/portal/cookbook-guide.md +++ b/portal/cookbook-guide.md @@ -96,7 +96,7 @@ Required changes to your `myst.yml` file are all under the `project` section. Up - `toc` (table of contents) - `Jupyter -> Binder -> Repo` -Take a look at the [`radar-cookbook/myst.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/_toc.yml) for example syntax. +Take a look at the [`radar-cookbook/myst.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/myst.yml) for example syntax. ### 3. Customize Your Home Page From e39863092dafd28f4cf35cb74f5dacb84cb9f126 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:13:51 -0600 Subject: [PATCH 2/2] fix link formatting --- portal/cookbook-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/cookbook-guide.md b/portal/cookbook-guide.md index 7ed74e3db..01739d299 100644 --- a/portal/cookbook-guide.md +++ b/portal/cookbook-guide.md @@ -61,7 +61,7 @@ For many concepts, we encourage writing self-contained functions to generate sim Screenshot 2023-01-13 at 3 12 47 PM ```{note} -In the rest of this guide, we assume that you are familiar with the basics of using git and GitHub. If not, we strongly recommend reading through our [GitHub tutorials in Foundations](https://foundations.projectpythia.org/foundations/getting-started-github. +In the rest of this guide, we assume that you are familiar with the basics of using git and GitHub. If not, we strongly recommend reading through our [GitHub tutorials in Foundations](https://foundations.projectpythia.org/foundations/getting-started-github). ``` Your cookbook is now ready to have content added!