napari / docs

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

Fixes display of inherited members of classes #404

Closed melissawm closed 2 months ago

melissawm commented 2 months ago

References and relevant issues

Follow-up to #316

Description

I inadvertently added a Jinja syntax error in #316. Also adds a comment to explain why this is necessary.

melissawm commented 2 months ago

Before: https://napari.org/dev/api/napari.components.Camera.html (for example)

Screenshot_20240412_153727

After:

Screenshot_20240412_160930