We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba059e commit 0d45a34Copy full SHA for 0d45a34
docs/source/progress.rst
@@ -135,6 +135,7 @@ The following column objects are available:
135
- :class:`~rich.progress.TransferSpeedColumn` Displays transfer speed (assumes the steps are bytes).
136
- :class:`~rich.progress.SpinnerColumn` Displays a "spinner" animation.
137
- :class:`~rich.progress.RenderableColumn` Displays an arbitrary Rich renderable in the column.
138
+- :class:`~rich.progress.IterationSpeedColumn` Displays iteration speed in it/s (iterations per second).
139
140
To implement your own columns, extend the :class:`~rich.progress.ProgressColumn` class and use it as you would the other columns.
141
0 commit comments