From facf01ea6bb785c6fb8beec3445b5201d6cf0625 Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Thu, 3 Aug 2017 23:09:39 +0200 Subject: [PATCH] updated docs because github has limited restructuredtext support --- README.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.rst b/README.rst index ddf1f426..8e4a2a8d 100644 --- a/README.rst +++ b/README.rst @@ -42,25 +42,25 @@ is given by a number of widgets. A widget is an object that may display differently depending on the state of the progress bar. There are many types of widgets: - - :py:class:`~progressbar.widgets.AbsoluteETA` - - :py:class:`~progressbar.widgets.AdaptiveETA` - - :py:class:`~progressbar.widgets.AdaptiveTransferSpeed` - - :py:class:`~progressbar.widgets.AnimatedMarker` - - :py:class:`~progressbar.widgets.Bar` - - :py:class:`~progressbar.widgets.BouncingBar` - - :py:class:`~progressbar.widgets.Counter` - - :py:class:`~progressbar.widgets.CurrentTime` - - :py:class:`~progressbar.widgets.DataSize` - - :py:class:`~progressbar.widgets.DynamicMessage` - - :py:class:`~progressbar.widgets.ETA` - - :py:class:`~progressbar.widgets.FileTransferSpeed` - - :py:class:`~progressbar.widgets.FormatCustomText` - - :py:class:`~progressbar.widgets.FormatLabel` - - :py:class:`~progressbar.widgets.Percentage` - - :py:class:`~progressbar.widgets.ReverseBar` - - :py:class:`~progressbar.widgets.RotatingMarker` - - :py:class:`~progressbar.widgets.SimpleProgress` - - :py:class:`~progressbar.widgets.Timer` + - `AbsoluteETA `_ + - `AdaptiveETA `_ + - `AdaptiveTransferSpeed `_ + - `AnimatedMarker `_ + - `Bar `_ + - `BouncingBar `_ + - `Counter `_ + - `CurrentTime `_ + - `DataSize `_ + - `DynamicMessage `_ + - `ETA `_ + - `FileTransferSpeed `_ + - `FormatCustomText `_ + - `FormatLabel `_ + - `Percentage `_ + - `ReverseBar `_ + - `RotatingMarker `_ + - `SimpleProgress `_ + - `Timer `_ The progressbar module is very easy to use, yet very powerful. It will also automatically enable features like auto-resizing when the system supports it.