Skip to content

Commit 01485d9

Browse files
committed
Add space before colons in docs
1 parent 0335d6f commit 01485d9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/spikeinterface/widgets/unit_summary.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ class UnitSummaryWidget(BaseWidget):
2222
2323
Parameters
2424
----------
25-
sorting_analyzer: SortingAnalyzer
25+
sorting_analyzer : SortingAnalyzer
2626
The SortingAnalyzer object
27-
unit_id: int or str
27+
unit_id : int or str
2828
The unit id to plot the summary of
29-
unit_colors: dict or None, default: None
29+
unit_colors : dict or None, default: None
3030
If given, a dictionary with unit ids as keys and colors as values,
31-
sparsity: ChannelSparsity or None, default: None
31+
sparsity : ChannelSparsity or None, default: None
3232
Optional ChannelSparsity to apply.
3333
If SortingAnalyzer is already sparse, the argument is ignored
34-
subwidget_kwargs: dict or None, default: None
34+
subwidget_kwargs : dict or None, default: None
3535
Parameters for the subwidgets in a nested dictionary
36-
unit_locations: UnitLocationsWidget (see UnitLocationsWidget for details)
37-
unit_waveforms: UnitWaveformsWidget (see UnitWaveformsWidget for details)
38-
unit_waveform_density_map: UnitWaveformDensityMapWidget (see UnitWaveformDensityMapWidget for details)
39-
autocorrelograms: AutoCorrelogramsWidget (see AutoCorrelogramsWidget for details)
40-
amplitudes: AmplitudesWidget (see AmplitudesWidget for details)
36+
unit_locations : UnitLocationsWidget (see UnitLocationsWidget for details)
37+
unit_waveforms : UnitWaveformsWidget (see UnitWaveformsWidget for details)
38+
unit_waveform_density_map : UnitWaveformDensityMapWidget (see UnitWaveformDensityMapWidget for details)
39+
autocorrelograms : AutoCorrelogramsWidget (see AutoCorrelogramsWidget for details)
40+
amplitudes : AmplitudesWidget (see AmplitudesWidget for details)
4141
Please note that the unit_colors should not be set in subwidget_kwargs, but directly as a parameter of plot_unit_summary.
4242
"""
4343

0 commit comments

Comments
 (0)