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
3 changes: 3 additions & 0 deletions changelog/6.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+ fix remaining problems with initial repository setup
+ remove old code from Navigation in Docs
+ uncomment link pointing to conda-forge
2 changes: 0 additions & 2 deletions docs/NAVIGATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!--
(likely something like https://github.com/conda-forge/pymc-elicito-feedstock)
-->
and make a new merge request that updates your `recipe/meta.yaml` file
to point to the newly released version on PyPI.

Expand Down
Loading