Update "toggle ndview" text#6192
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6192 +/- ##
==========================================
+ Coverage 91.60% 91.66% +0.05%
==========================================
Files 582 582
Lines 50965 50968 +3
==========================================
+ Hits 46689 46720 +31
+ Misses 4276 4248 -28
|
|
why it is draft? |
|
Because I like to keep my PRs in draft until I see that the CI has passed. |
psobolewskiPhD
left a comment
There was a problem hiding this comment.
Could you also update the docs: https://napari.org/stable/tutorials/fundamentals/viewer.html?highlight=toggle%20ndisplay#toggle-ndisplay-2d-3d-button
Or if you prefer make an issue over at the docs repo and tag me in it with a link to this PR to take care of.
Thanks!
Which bit of those docs needs updating? I'm not seeing anything obvious, but maybe I missed something 😄 |
|
For example this section title https://napari.org/stable/tutorials/fundamentals/viewer.html?highlight=ndisplay |
|
Ah I must have skipped the title 😄 . I've opened a PR, linked above this comment |
# Description Update the section title to reflect changes in the main repository. Depends on napari/napari#6192 ## Type of change - [x] Fixes or improves existing content
* main: (26 commits) Fix some typing in napari.components (napari#6203) Use class name for object that does not have qt name (napari#6222) test: [Automatic] Constraints upgrades: `hypothesis`, `magicgui`, `psygnal`, `tensorstore`, `tifffile`, `tqdm`, `virtualenv` (napari#6143) Replace more np.all( ... = ...) with np.array_equal (napari#6213) remove np.all(... == ...) in test_surface.py (napari#6218) Ensure pandas Series is initialized with a list as data (napari#6226) Stop using temporary directory for store array for paint test (napari#6191) Bugfix: ensure thumbnail represents canvas when multiscale (napari#6200) cleanup np.all(... == ...) from test_points.py (napari#6217) [pre-commit.ci] pre-commit autoupdate (napari#6221) use app-model for file menu (napari#4865) Add tests to cover slicing behavior when changing layers and data (napari#4819) [pre-commit.ci] pre-commit autoupdate (napari#6128) Add test coverage for async slicing of labels (napari#5325) Add collision check when set colors for labels layer (napari#6193) Update "toggle ndview" text (napari#6192) Prevent layer controls buttons changing layout while taking screenshots with flash effect on (napari#6194) Fix typing in napari.utils.perf (napari#6132) Add GUI test coverage for changes to Labels.show_selected_label (napari#5372) Fix types in 'napari.utils.colormaps.categorical_colormap' (napari#6154) ...
# References and relevant issues Fixes #5390 # Description Makes the tooltip shown for the switching between 2D/3D views clearer.
# Description Update the section title to reflect changes in the main repository. Depends on #6192 ## Type of change - [x] Fixes or improves existing content
References and relevant issues
Fixes #5390
Description
Makes the tooltip shown for the switching between 2D/3D views clearer.