napari / docs

Documentation for napari (other than API docs)
BSD 3-Clause "New" or "Revised" License
9 stars 37 forks source link

Fix rendering example code #441

Closed andy-sweet closed 4 days ago

andy-sweet commented 4 days ago

References and relevant issues

Fixes #436

Description

This fixes the rendering example code by adding a 2D layer rather than replacing an existing 3D one. This ensures that the new layer is properly set up (e.g. a corresponding a vispy layer is mapped to it).

This also improves the alt text for the related screenshots.

melissawm commented 4 days ago

Merging as this will fix the broken docs build and there is really very little content changed except for the better alt-text. Thanks again!