Skip to content

Commit 583370b

Browse files
author
Caitlin Lewis
committed
revert commit, run black on just the text graphic, regenerate the docs
1 parent a107f28 commit 583370b

17 files changed

+123
-11
lines changed

docs/source/api/graphic_features/CmapFeature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Properties
2121
:toctree: CmapFeature_api
2222

2323
CmapFeature.buffer
24+
CmapFeature.name
2425
CmapFeature.values
2526

2627
Methods

docs/source/api/graphic_features/HeatmapCmapFeature.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Properties
2020
.. autosummary::
2121
:toctree: HeatmapCmapFeature_api
2222

23+
HeatmapCmapFeature.name
2324
HeatmapCmapFeature.vmax
2425
HeatmapCmapFeature.vmin
2526

@@ -32,4 +33,5 @@ Methods
3233
HeatmapCmapFeature.block_events
3334
HeatmapCmapFeature.clear_event_handlers
3435
HeatmapCmapFeature.remove_event_handler
36+
HeatmapCmapFeature.reset_vmin_vmax
3537

docs/source/api/graphic_features/ImageCmapFeature.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Properties
2020
.. autosummary::
2121
:toctree: ImageCmapFeature_api
2222

23+
ImageCmapFeature.name
2324
ImageCmapFeature.vmax
2425
ImageCmapFeature.vmin
2526

@@ -32,4 +33,5 @@ Methods
3233
ImageCmapFeature.block_events
3334
ImageCmapFeature.clear_event_handlers
3435
ImageCmapFeature.remove_event_handler
36+
ImageCmapFeature.reset_vmin_vmax
3537

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. _api.PointsSizesFeature:
2+
3+
PointsSizesFeature
4+
******************
5+
6+
==================
7+
PointsSizesFeature
8+
==================
9+
.. currentmodule:: fastplotlib.graphics._features
10+
11+
Constructor
12+
~~~~~~~~~~~
13+
.. autosummary::
14+
:toctree: PointsSizesFeature_api
15+
16+
PointsSizesFeature
17+
18+
Properties
19+
~~~~~~~~~~
20+
.. autosummary::
21+
:toctree: PointsSizesFeature_api
22+
23+
PointsSizesFeature.buffer
24+
25+
Methods
26+
~~~~~~~
27+
.. autosummary::
28+
:toctree: PointsSizesFeature_api
29+
30+
PointsSizesFeature.add_event_handler
31+
PointsSizesFeature.block_events
32+
PointsSizesFeature.clear_event_handlers
33+
PointsSizesFeature.remove_event_handler
34+

docs/source/api/graphic_features/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Graphic Features
99
ImageCmapFeature
1010
HeatmapCmapFeature
1111
PointsDataFeature
12+
PointsSizesFeature
1213
ImageDataFeature
1314
HeatmapDataFeature
1415
PresentFeature

docs/source/api/graphics/HeatmapGraphic.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ Methods
3838
HeatmapGraphic.add_linear_region_selector
3939
HeatmapGraphic.add_linear_selector
4040
HeatmapGraphic.link
41+
HeatmapGraphic.reset_feature
42+
HeatmapGraphic.set_feature
4143

docs/source/api/graphics/ImageGraphic.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ Methods
3636
ImageGraphic.add_linear_region_selector
3737
ImageGraphic.add_linear_selector
3838
ImageGraphic.link
39+
ImageGraphic.reset_feature
40+
ImageGraphic.set_feature
3941

docs/source/api/graphics/LineCollection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ Methods
4141
LineCollection.add_linear_selector
4242
LineCollection.link
4343
LineCollection.remove_graphic
44+
LineCollection.reset_feature
45+
LineCollection.set_feature
4446

docs/source/api/graphics/LineGraphic.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ Methods
3636
LineGraphic.add_linear_region_selector
3737
LineGraphic.add_linear_selector
3838
LineGraphic.link
39+
LineGraphic.reset_feature
40+
LineGraphic.set_feature
3941

docs/source/api/graphics/LineStack.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ Methods
4141
LineStack.add_linear_selector
4242
LineStack.link
4343
LineStack.remove_graphic
44+
LineStack.reset_feature
45+
LineStack.set_feature
4446

0 commit comments

Comments
 (0)