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 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) 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.