Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jan 9, 2025
1 parent d7fce01 commit f052f78
Show file tree
Hide file tree
Showing 631 changed files with 1,132 additions and 1,093 deletions.
Binary file modified dev/_downloads/00e7696e0c5e504a25d80ad4f12395c4/set_theme.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/1da6595d849ac041f5c975e57f743bdd/add_image.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/1dfac501616088d72425dec7711622c0/swap_dims.zip
Binary file not shown.
Binary file modified dev/_downloads/1e274fb9b67e15af5487fcafc71b4340/add_3D_image.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.. tags:: gui
"""
import numpy as np

import napari

Expand All @@ -20,3 +21,14 @@

# get that reference again
viewer = napari.current_viewer()

# work with the viewer
x = np.arange(256)
y = np.arange(256).reshape((256, 1))
# from: https://botsin.space/@bitartbot/113553754823363986
image = (-(~((y - x) ^ (y + x)))) % 11
layer = viewer.add_image(image)
layer.contrast_limits = (8.5, 10)

if __name__ == '__main__':
napari.run()
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/3b252b54c600f14b324cb87b16587e6c/tracks_2d.zip
Binary file not shown.
Binary file modified dev/_downloads/3bebfb4bc3aee139ca3296606b6f6d0e/layers.zip
Binary file not shown.
Binary file modified dev/_downloads/3d5a3198b85f4e6fae5437ed1c4fa2f8/cursor_ray.zip
Binary file not shown.
Binary file modified dev/_downloads/42b41304b313e0d10a4d9e44735cc32b/labels3d.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/43eff8c243d1d9c4529eb0b685742b3b/image_depth.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/55239c1dbb11ca8c15cb695037108f68/nD_vectors.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/62a47e5370a74b2df2ef0779e96b4323/add_labels.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/79b42e22517b178b9c5bcefff29fc821/nD_shapes.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/88049abf11e4f38bc8c8df576b282427/nD_labels.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"outputs": [],
"source": [
"import napari\n\n# create viewer\nviewer = napari.Viewer()\n\n# lose reference to viewer\nviewer = 'oops no viewer here'\n\n# get that reference again\nviewer = napari.current_viewer()"
"import numpy as np\n\nimport napari\n\n# create viewer\nviewer = napari.Viewer()\n\n# lose reference to viewer\nviewer = 'oops no viewer here'\n\n# get that reference again\nviewer = napari.current_viewer()\n\n# work with the viewer\nx = np.arange(256)\ny = np.arange(256).reshape((256, 1))\n# from: https://botsin.space/@bitartbot/113553754823363986\nimage = (-(~((y - x) ^ (y + x)))) % 11\nlayer = viewer.add_image(image)\nlayer.contrast_limits = (8.5, 10)\n\nif __name__ == '__main__':\n napari.run()"
]
}
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/a087cb1d37a527025580995ced54e4c2/magic_viewer.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/a555a2e2ef6be1611cca7f2aa3da553a/point_cloud.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/ae1a69ef712161f215b8822accfc0896/labels-2d.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/b1c749b5e8302f3c9aaf957580b9514d/vortex.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/bfc3c15bc1b0285ab26e2a618ded23e0/add_points.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/c3f1b7629c47c11fa4a2f3185c327b76/add_shapes.zip
Binary file not shown.
Binary file modified dev/_downloads/c5beb79acf9c20c90d7159a3b37972b9/nD_image.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/d2855484663eb4df7dca67e3aa6b9e39/paint-nd.zip
Binary file not shown.
Binary file modified dev/_downloads/d5daff7ed42d12abe3c7e591aeee473c/scale_bar.zip
Binary file not shown.
Binary file modified dev/_downloads/d7afa369f20824da15dfb0f7dbb38dc2/annotate-2d.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/de537851ff14d25bcc013356255f986a/tracks_3d.zip
Binary file not shown.
Binary file modified dev/_downloads/df5beb5db4391713dce0764a3fa9b295/nD_surface.zip
Binary file not shown.
Binary file modified dev/_downloads/e048db026d884800dec78ff6c5c513c1/new_theme.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/e8e39cf1fd938bae4551b07221e41f9d/nD_points.zip
Binary file not shown.
Binary file modified dev/_downloads/edc80295dc32a55e42827195cc2cd57d/3D_paths.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/fbf230a2e8ba587c45d1d350b29a4c11/add_vectors.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified dev/_images/sphx_glr_3D_paths_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_3D_paths_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_3Dimage_plane_rendering_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_3Dimage_plane_rendering_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_action_manager_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add-points-3d_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add-points-3d_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_3D_image_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_3D_image_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_grayscale_image_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_grayscale_image_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_image_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_image_transformed_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_labels_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_labels_with_features_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_multiscale_image_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_points_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_points_on_nD_shapes_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_points_with_features_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_points_with_multicolor_text_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_points_with_text_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_shapes_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_shapes_with_features_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/_images/sphx_glr_add_shapes_with_text_001.png
Binary file modified dev/_images/sphx_glr_add_surface_2D_001.png
Binary file modified dev/_images/sphx_glr_add_vectors_001.png
Binary file modified dev/_images/sphx_glr_add_vectors_color_by_angle_001.png
Binary file modified dev/_images/sphx_glr_add_vectors_image_001.png
Binary file modified dev/_images/sphx_glr_add_vectors_image_thumb.png
Binary file modified dev/_images/sphx_glr_affine_transforms_001.png
Binary file modified dev/_images/sphx_glr_affine_transforms_thumb.png
Binary file modified dev/_images/sphx_glr_annotate-2d_001.png
Binary file modified dev/_images/sphx_glr_annotate_segmentation_with_text_001.png
Binary file modified dev/_images/sphx_glr_bbox_annotator_001.png
Binary file modified dev/_images/sphx_glr_concentric-spheres_001.png
Binary file modified dev/_images/sphx_glr_cursor_position_001.png
Binary file modified dev/_images/sphx_glr_cursor_ray_001.png
Binary file modified dev/_images/sphx_glr_custom_key_bindings_001.png
Binary file modified dev/_images/sphx_glr_custom_key_bindings_thumb.png
Binary file modified dev/_images/sphx_glr_custom_mouse_functions_001.png
Binary file modified dev/_images/sphx_glr_custom_mouse_functions_thumb.png
Binary file modified dev/_images/sphx_glr_dask_nD_image_001.png
Binary file modified dev/_images/sphx_glr_dask_nD_image_thumb.png
Binary file modified dev/_images/sphx_glr_dynamic-projections-dask_001.png
Binary file modified dev/_images/sphx_glr_dynamic-projections-dask_002.png
Binary file modified dev/_images/sphx_glr_dynamic-projections-dask_thumb.png
Binary file modified dev/_images/sphx_glr_export_figure_001.png
Binary file modified dev/_images/sphx_glr_fourier_transform_playground_001.png
Binary file modified dev/_images/sphx_glr_get_current_viewer_001.png
Binary file modified dev/_images/sphx_glr_get_current_viewer_thumb.png
Binary file modified dev/_images/sphx_glr_image-points-3d_001.png
Binary file modified dev/_images/sphx_glr_image_custom_kernel_001.png
Binary file modified dev/_images/sphx_glr_image_depth_001.png
Binary file modified dev/_images/sphx_glr_inherit_viewer_style_001.png
Binary file modified dev/_images/sphx_glr_interaction_box_image_001.png
Binary file modified dev/_images/sphx_glr_interactive_move_rectangle_3d_001.png
Binary file modified dev/_images/sphx_glr_interactive_scripting_001.png
Binary file modified dev/_images/sphx_glr_labels-2d_001.png
Binary file modified dev/_images/sphx_glr_labels3d_001.png
Binary file modified dev/_images/sphx_glr_layers_001.png
Binary file modified dev/_images/sphx_glr_layers_thumb.png
Binary file modified dev/_images/sphx_glr_linked_layers_001.png
Binary file modified dev/_images/sphx_glr_magic_image_arithmetic_001.png
Binary file modified dev/_images/sphx_glr_magic_parameter_sweep_001.png
Binary file modified dev/_images/sphx_glr_magic_viewer_001.png
Binary file modified dev/_images/sphx_glr_minimum_blending_001.png
Binary file modified dev/_images/sphx_glr_mixed-dimensions-labels_001.png
Binary file modified dev/_images/sphx_glr_mixed-dimensions-labels_thumb.png
Binary file modified dev/_images/sphx_glr_mouse_drag_callback_001.png
Binary file modified dev/_images/sphx_glr_mouse_drag_callback_thumb.png
Binary file modified dev/_images/sphx_glr_multiple_viewer_widget_001.png
Binary file modified dev/_images/sphx_glr_multiple_viewers_001.png
Binary file modified dev/_images/sphx_glr_multiple_viewers_002.png
Binary file modified dev/_images/sphx_glr_nD_image_001.png
Binary file modified dev/_images/sphx_glr_nD_image_thumb.png
Binary file modified dev/_images/sphx_glr_nD_labels_001.png
Binary file modified dev/_images/sphx_glr_nD_labels_thumb.png
Binary file modified dev/_images/sphx_glr_nD_multiscale_image_001.png
Binary file modified dev/_images/sphx_glr_nD_multiscale_image_non_uniform_001.png
Binary file modified dev/_images/sphx_glr_nD_points_001.png
Binary file modified dev/_images/sphx_glr_nD_points_thumb.png
Binary file modified dev/_images/sphx_glr_nD_points_with_features_001.png
Binary file modified dev/_images/sphx_glr_nD_points_with_features_thumb.png
Binary file modified dev/_images/sphx_glr_nD_shapes_001.png
Binary file modified dev/_images/sphx_glr_nD_shapes_thumb.png
Binary file modified dev/_images/sphx_glr_nD_shapes_with_text_001.png
Binary file modified dev/_images/sphx_glr_nD_shapes_with_text_thumb.png
Binary file modified dev/_images/sphx_glr_nD_surface_001.png
Binary file modified dev/_images/sphx_glr_nD_vectors_001.png
Binary file modified dev/_images/sphx_glr_nD_vectors_image_001.png
Binary file modified dev/_images/sphx_glr_nD_vectors_thumb.png
Binary file modified dev/_images/sphx_glr_new_theme_001.png
Binary file modified dev/_images/sphx_glr_paint-nd_001.png
Binary file modified dev/_images/sphx_glr_paint-nd_thumb.png
Binary file modified dev/_images/sphx_glr_pass_colormaps_001.png
Binary file modified dev/_images/sphx_glr_point_cloud_001.png
Binary file modified dev/_images/sphx_glr_points-over-time_001.png
Binary file modified dev/_images/sphx_glr_points-over-time_thumb.png
Binary file modified dev/_images/sphx_glr_scale_bar_001.png
Binary file modified dev/_images/sphx_glr_screenshot_and_export_figure_001.png
Binary file modified dev/_images/sphx_glr_set_colormaps_001.png
Binary file modified dev/_images/sphx_glr_set_theme_001.png
Binary file modified dev/_images/sphx_glr_shapes_to_labels_001.png
Binary file modified dev/_images/sphx_glr_show_points_based_on_feature_001.png
Binary file modified dev/_images/sphx_glr_spherical_points_001.png
Binary file modified dev/_images/sphx_glr_spherical_points_thumb.png
Binary file modified dev/_images/sphx_glr_surface_multi_texture_002.png
Binary file modified dev/_images/sphx_glr_surface_normals_wireframe_001.png
Binary file modified dev/_images/sphx_glr_surface_texture_and_colors_001.png
Binary file modified dev/_images/sphx_glr_swap_dims_001.png
Binary file modified dev/_images/sphx_glr_swap_dims_thumb.png
Binary file modified dev/_images/sphx_glr_to_screenshot_001.png
Binary file modified dev/_images/sphx_glr_tracks_2d_001.png
Binary file modified dev/_images/sphx_glr_tracks_3d_001.png
Binary file modified dev/_images/sphx_glr_tracks_3d_with_graph_001.png
Binary file modified dev/_images/sphx_glr_update_console_001.png
Binary file modified dev/_images/sphx_glr_viewer_fps_label_001.png
Binary file modified dev/_images/sphx_glr_vortex_001.png
Binary file modified dev/_images/sphx_glr_without_gui_qt_001.png
2 changes: 1 addition & 1 deletion dev/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../_static/documentation_options.js?v=24a8def0"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/_qt/qt_event_loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/_qt/qt_main_window.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/_qt/qt_resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/_qt/qt_viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/_qt/qthreading.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/_qt/widgets/qt_tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/_qt/widgets/qt_viewer_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/components/camera.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/components/dims.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/components/layerlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/components/viewer_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/base/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/image/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/labels/labels.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/points/points.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/shapes/shapes.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/surface/surface.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/tracks/tracks.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/layers/vectors/vectors.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/plugins/hook_specifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/plugins/io.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/utils/_dask_utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/utils/_testsupport.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/napari/utils/colormaps/colormap.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<link rel="preload" as="script" href="../../../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="../../../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="../../../../../_static/documentation_options.js?v=aa07c3d4"></script>
<script src="../../../../../_static/documentation_options.js?v=24a8def0"></script>
<script src="../../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Loading

0 comments on commit f052f78

Please sign in to comment.