Skip to content

Commit

Permalink
Merge branch 'main' into issue_93
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz authored Dec 23, 2024
2 parents 5e1df11 + ff61632 commit 179d031
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/_static/version_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
"url": "https://napari.org/dev/"
},
{
"name": "stable (0.5.4)",
"version": "0.5.4",
"name": "stable (0.5.5)",
"version": "0.5.5",
"preferred": true,
"url": "https://napari.org/stable/"
},
{
"name": "0.5.4",
"version": "0.5.4",
"url": "https://napari.org/0.5.4/"
},
{
"name": "0.5.3",
"version": "0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/fundamentals/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jupyter:
This guide will teach you how to do a clean install of **napari** and launch the viewer.

```{note}
If you want to contribute code back into napari, you should follow the [development installation instructions in the contributing guide](https://napari.org/developers/contributing.html) instead.
If you want to contribute code back into napari, you should follow the [development installation instructions in the contributing guide](dev-installation) instead.
```

(install-python-package)=
Expand Down

0 comments on commit 179d031

Please sign in to comment.