Skip to content

Commit 669b500

Browse files
committed
docs(progress): remove reverted IterationSpeedColumn
Remove `IterationSpeedColumn` from the progress documentation, as this addition was reverted not long after being merged (see Textualize#3332 (comment)). Closes Textualize#3739.
1 parent 8c4d3d1 commit 669b500

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/progress.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ The following column objects are available:
163163
- :class:`~rich.progress.TransferSpeedColumn` Displays transfer speed (assumes the steps are bytes).
164164
- :class:`~rich.progress.SpinnerColumn` Displays a "spinner" animation.
165165
- :class:`~rich.progress.RenderableColumn` Displays an arbitrary Rich renderable in the column.
166-
- :class:`~rich.progress.IterationSpeedColumn` Displays iteration speed in it/s (iterations per second).
167166

168167
To implement your own columns, extend the :class:`~rich.progress.ProgressColumn` class and use it as you would the other columns.
169168

0 commit comments

Comments
 (0)