Skip to content

Commit facf01e

Browse files
committed
updated docs because github has limited restructuredtext support
1 parent ba44055 commit facf01e

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ is given by a number of widgets. A widget is an object that may display
4242
differently depending on the state of the progress bar. There are many types
4343
of widgets:
4444

45-
- :py:class:`~progressbar.widgets.AbsoluteETA`
46-
- :py:class:`~progressbar.widgets.AdaptiveETA`
47-
- :py:class:`~progressbar.widgets.AdaptiveTransferSpeed`
48-
- :py:class:`~progressbar.widgets.AnimatedMarker`
49-
- :py:class:`~progressbar.widgets.Bar`
50-
- :py:class:`~progressbar.widgets.BouncingBar`
51-
- :py:class:`~progressbar.widgets.Counter`
52-
- :py:class:`~progressbar.widgets.CurrentTime`
53-
- :py:class:`~progressbar.widgets.DataSize`
54-
- :py:class:`~progressbar.widgets.DynamicMessage`
55-
- :py:class:`~progressbar.widgets.ETA`
56-
- :py:class:`~progressbar.widgets.FileTransferSpeed`
57-
- :py:class:`~progressbar.widgets.FormatCustomText`
58-
- :py:class:`~progressbar.widgets.FormatLabel`
59-
- :py:class:`~progressbar.widgets.Percentage`
60-
- :py:class:`~progressbar.widgets.ReverseBar`
61-
- :py:class:`~progressbar.widgets.RotatingMarker`
62-
- :py:class:`~progressbar.widgets.SimpleProgress`
63-
- :py:class:`~progressbar.widgets.Timer`
45+
- `AbsoluteETA <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#AbsoluteETA>`_
46+
- `AdaptiveETA <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#AdaptiveETA>`_
47+
- `AdaptiveTransferSpeed <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#AdaptiveTransferSpeed>`_
48+
- `AnimatedMarker <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#AnimatedMarker>`_
49+
- `Bar <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#Bar>`_
50+
- `BouncingBar <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#BouncingBar>`_
51+
- `Counter <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#Counter>`_
52+
- `CurrentTime <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#CurrentTime>`_
53+
- `DataSize <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#DataSize>`_
54+
- `DynamicMessage <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#DynamicMessage>`_
55+
- `ETA <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#ETA>`_
56+
- `FileTransferSpeed <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#FileTransferSpeed>`_
57+
- `FormatCustomText <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#FormatCustomText>`_
58+
- `FormatLabel <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#FormatLabel>`_
59+
- `Percentage <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#Percentage>`_
60+
- `ReverseBar <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#ReverseBar>`_
61+
- `RotatingMarker <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#RotatingMarker>`_
62+
- `SimpleProgress <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#SimpleProgress>`_
63+
- `Timer <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html#Timer>`_
6464

6565
The progressbar module is very easy to use, yet very powerful. It will also
6666
automatically enable features like auto-resizing when the system supports it.

0 commit comments

Comments
 (0)