Skip to content
Merged
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
19 changes: 0 additions & 19 deletions docs/api/napari_matplotlib.HistogramWidget.rst
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to confirm, this all now comes from docs/api.rst right? The automodapi directive handles all of this for us.

I never used the sphinx-automodapi extension (and it looks like it would have saved me a lot of time).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Astrophysicists makin' cool toys.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's right. This should never have been committed 🙈

This file was deleted.

5 changes: 5 additions & 0 deletions examples/features_scatter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Scattering features
===================
"""

import napari
import numpy as np
from skimage.measure import regionprops_table
Expand Down