Skip to content
Open
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
2 changes: 2 additions & 0 deletions docs/getting_started/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ napari
Starting with release 0.6.0, you can use the [command palette](command-palette) to launch any command. 🎨
```

After napari opens, you can start an interactive overview of the viewer from **Help > Take a tour**.

## Open an image

napari natively supports tiff and many other formats supported by [skimage.io.imread](https://scikit-image.org/docs/dev/api/skimage.io.html) as input image file format.
Expand Down
4 changes: 4 additions & 0 deletions docs/getting_started/viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ This tour assumes you have already installed **napari** and know how to launch t

This tour will teach you about the **napari** viewer, including how to use its graphical user interface (GUI) and how the data within it is organized. At the end, you should understand both the layout of the viewer on the screen and the data inside of it.

```{tip}
napari also includes an interactive version of this viewer overview at **Help > Take a tour**.
```

+++

## Launching the viewer
Expand Down