From e963c7d31aa1eaaf97f53b2e21938c1a86a7d9f3 Mon Sep 17 00:00:00 2001 From: florence-bockting Date: Fri, 21 Nov 2025 13:22:27 +0100 Subject: [PATCH 1/4] remove old code from docs/Navigation --- docs/NAVIGATION.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/NAVIGATION.md b/docs/NAVIGATION.md index f4a7a47..0dc65ec 100644 --- a/docs/NAVIGATION.md +++ b/docs/NAVIGATION.md @@ -6,8 +6,6 @@ See https://oprypin.github.io/mkdocs-literate-nav/ - [Home](index.md) - [Installation](installation.md) - [How-to guides](how-to-guides/index.md) - - [Do a basic calculation](how-to-guides/basic-calculation.md) - - [Run code in a notebook](how-to-guides/run-code-in-a-notebook.py) - [Tutorials](tutorials/index.md) - [Further background](further-background/index.md) - [Dependency pinning and testing](further-background/dependency-pinning-and-testing.md) From e24bc566d204fe2db9a18255af55b593d646d384 Mon Sep 17 00:00:00 2001 From: florence-bockting Date: Fri, 21 Nov 2025 13:27:06 +0100 Subject: [PATCH 2/4] uncomment conda-forge link in development docs --- docs/development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development.md b/docs/development.md index 8b3735a..33ee6ba 100644 --- a/docs/development.md +++ b/docs/development.md @@ -71,7 +71,9 @@ The steps required are the following: (which you can then add to the release if you want). 1. Go to your conda feedstock repository + and make a new merge request that updates your `recipe/meta.yaml` file to point to the newly released version on PyPI. From 7666070088e27d7d8274da61f4d60b7897eaeef3 Mon Sep 17 00:00:00 2001 From: florence-bockting Date: Fri, 21 Nov 2025 13:28:46 +0100 Subject: [PATCH 3/4] changelog --- changelog/6.fix.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/6.fix.md diff --git a/changelog/6.fix.md b/changelog/6.fix.md new file mode 100644 index 0000000..f51c73f --- /dev/null +++ b/changelog/6.fix.md @@ -0,0 +1,3 @@ ++ fix remaining problems with initial repository setup ++ remove old code from Navigation in Docs ++ uncomment link pointing to conda-forge From 5c9502dafd142743875d480941e7dbcad9bbaab0 Mon Sep 17 00:00:00 2001 From: florence-bockting Date: Fri, 21 Nov 2025 13:31:11 +0100 Subject: [PATCH 4/4] trigger CI