kuuko pushed a commit to branch master.
commit fa8e94276268ad28fa36fb4c165c37e89f856a58
Author: Kai Huuhko <[email protected]>
Date: Sat Apr 27 20:01:53 2013 +0000
Documentation: Position the widget example images so they are more
naturally in context with the description text.
---
efl/elementary/actionslider.pyx | 5 ++---
efl/elementary/background.pyx | 5 ++---
efl/elementary/box.pyx | 2 +-
efl/elementary/bubble.pyx | 5 ++---
efl/elementary/button.pyx | 2 +-
efl/elementary/calendar_elm.pyx | 2 +-
efl/elementary/check.pyx | 2 +-
efl/elementary/clock.pyx | 2 +-
efl/elementary/colorselector.pyx | 4 ++--
efl/elementary/conformant.pyx | 4 ++--
efl/elementary/ctxpopup.pyx | 3 +--
efl/elementary/dayselector.pyx | 4 ++--
efl/elementary/diskselector.pyx | 4 ++--
efl/elementary/entry.pyx | 2 +-
efl/elementary/fileselector.pyx | 4 ++--
efl/elementary/fileselector_button.pyx | 5 ++---
efl/elementary/fileselector_entry.pyx | 5 ++---
efl/elementary/flip.pyx | 5 ++---
efl/elementary/flipselector.pyx | 2 +-
efl/elementary/frame.pyx | 5 ++---
efl/elementary/gengrid.pyx | 5 ++---
efl/elementary/genlist.pyx | 5 ++---
efl/elementary/gesture_layer.pyx | 4 ++--
efl/elementary/grid.pyx | 5 ++---
efl/elementary/hover.pyx | 2 +-
efl/elementary/hoversel.pyx | 2 +-
efl/elementary/icon.pyx | 5 ++---
efl/elementary/index.pyx | 5 ++---
efl/elementary/innerwindow.pyx | 2 +-
efl/elementary/label.pyx | 5 ++---
efl/elementary/layout.pyx | 5 ++---
efl/elementary/list.pyx | 5 ++---
efl/elementary/map.pyx | 5 ++---
efl/elementary/mapbuf.pyx | 2 +-
efl/elementary/menu.pyx | 5 ++---
efl/elementary/multibuttonentry.pyx | 5 ++---
efl/elementary/naviframe.pyx | 5 ++---
efl/elementary/notify.pyx | 5 ++---
efl/elementary/panel.pyx | 5 ++---
efl/elementary/panes.pyx | 2 +-
efl/elementary/photo.pyx | 5 ++---
efl/elementary/photocam.pyx | 1 -
efl/elementary/popup.pyx | 5 ++---
efl/elementary/progressbar.pyx | 2 +-
efl/elementary/radio.pyx | 2 +-
efl/elementary/scroller.pyx | 5 ++---
efl/elementary/segment_control.pyx | 5 ++---
efl/elementary/separator.pyx | 2 +-
efl/elementary/slider.pyx | 5 ++---
efl/elementary/slideshow.pyx | 5 ++---
efl/elementary/spinner.pyx | 2 +-
efl/elementary/table.pyx | 1 +
efl/elementary/thumb.pyx | 5 ++---
efl/elementary/toolbar.pyx | 5 ++---
54 files changed, 88 insertions(+), 118 deletions(-)
diff --git a/efl/elementary/actionslider.pyx b/efl/elementary/actionslider.pyx
index 42f1fd6..c3101f3 100644
--- a/efl/elementary/actionslider.pyx
+++ b/efl/elementary/actionslider.pyx
@@ -16,14 +16,13 @@
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
#
-
"""
+.. image:: /images/actionslider-preview.png
+
Widget description
------------------
-.. image:: /images/actionslider-preview.png
-
An actionslider is a switcher for two or three labels with
customizable magnet properties.
diff --git a/efl/elementary/background.pyx b/efl/elementary/background.pyx
index 6919cd5..c84cf58 100644
--- a/efl/elementary/background.pyx
+++ b/efl/elementary/background.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/background-preview.png
+Widget description
+------------------
The background widget is used for setting a solid color, image or Edje group
as a background to a window or any container object.
diff --git a/efl/elementary/box.pyx b/efl/elementary/box.pyx
index 94b45c8..498f516 100644
--- a/efl/elementary/box.pyx
+++ b/efl/elementary/box.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/box-preview.png
-
+ :align: left
A box arranges objects in a linear fashion, governed by a layout function
that defines the details of this arrangement.
diff --git a/efl/elementary/bubble.pyx b/efl/elementary/bubble.pyx
index cde6f1f..99fd856 100644
--- a/efl/elementary/bubble.pyx
+++ b/efl/elementary/bubble.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/bubble-preview.png
+Widget description
+------------------
The Bubble is a widget to show text similar to how speech is
represented in comics.
diff --git a/efl/elementary/button.pyx b/efl/elementary/button.pyx
index 31f5857..a5be8ea 100644
--- a/efl/elementary/button.pyx
+++ b/efl/elementary/button.pyx
@@ -21,7 +21,7 @@ Widget description
------------------
.. image:: /images/button-preview.png
-
+ :align: left
This is a push-button. Press it and run some function. It can contain
a simple label and icon object and it also has an autorepeat feature.
diff --git a/efl/elementary/calendar_elm.pyx b/efl/elementary/calendar_elm.pyx
index a30cea7..b26d66f 100644
--- a/efl/elementary/calendar_elm.pyx
+++ b/efl/elementary/calendar_elm.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/calendar-preview.png
-
+ :align: left
This is a calendar widget.
diff --git a/efl/elementary/check.pyx b/efl/elementary/check.pyx
index bc034ab..a2f6d15 100644
--- a/efl/elementary/check.pyx
+++ b/efl/elementary/check.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/check-preview.png
-
+ :align: left
The check widget allows for toggling a value between true and false.
diff --git a/efl/elementary/clock.pyx b/efl/elementary/clock.pyx
index 12f4eec..0c10603 100644
--- a/efl/elementary/clock.pyx
+++ b/efl/elementary/clock.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/clock-preview.png
-
+ :align: left
This is a digital clock widget.
diff --git a/efl/elementary/colorselector.pyx b/efl/elementary/colorselector.pyx
index 3b28b51..8b62bea 100644
--- a/efl/elementary/colorselector.pyx
+++ b/efl/elementary/colorselector.pyx
@@ -18,11 +18,11 @@
"""
+.. image:: /images/colorselector-preview.png
+
Widget description
------------------
-.. image:: /images/colorselector-preview.png
-
A Colorselector is a color selection widget.
It allows application to set a series of colors. It also allows to
diff --git a/efl/elementary/conformant.pyx b/efl/elementary/conformant.pyx
index bb32dee..d804e44 100644
--- a/efl/elementary/conformant.pyx
+++ b/efl/elementary/conformant.pyx
@@ -17,11 +17,11 @@
"""
+.. image:: /images/conformant-preview.png
+
Widget description
------------------
-.. image:: /images/conformant-preview.png
-
The aim is to provide a widget that can be used in elementary apps to
account for space taken up by the indicator, virtual keypad & softkey
windows when running the illume2 module of E17.
diff --git a/efl/elementary/ctxpopup.pyx b/efl/elementary/ctxpopup.pyx
index 5de4006..c950da5 100644
--- a/efl/elementary/ctxpopup.pyx
+++ b/efl/elementary/ctxpopup.pyx
@@ -22,8 +22,7 @@ Widget description
------------------
.. image:: /images/ctxpopup-preview.png
-
-Context popup widget.
+ :align: left
A ctxpopup is a widget that, when shown, pops up a list of items. It
automatically chooses an area inside its parent object's view to
diff --git a/efl/elementary/dayselector.pyx b/efl/elementary/dayselector.pyx
index 2ef66c2..f634c60 100644
--- a/efl/elementary/dayselector.pyx
+++ b/efl/elementary/dayselector.pyx
@@ -18,11 +18,11 @@
"""
+.. image:: /images/dayselector-preview.png
+
Widget description
------------------
-.. image:: /images/dayselector-preview.png
-
Dayselector displays all seven days of the week and allows the user to
select multiple days.
diff --git a/efl/elementary/diskselector.pyx b/efl/elementary/diskselector.pyx
index a09672f..f892ac6 100644
--- a/efl/elementary/diskselector.pyx
+++ b/efl/elementary/diskselector.pyx
@@ -17,11 +17,11 @@
"""
+.. image:: /images/diskselector-preview.png
+
Widget description
------------------
-.. image:: /images/diskselector-preview.png
-
A diskselector is a kind of list widget. It scrolls horizontally,
and can contain label and icon objects. Three items are displayed
with the selected one in the middle.
diff --git a/efl/elementary/entry.pyx b/efl/elementary/entry.pyx
index 1243a26..80cadc0 100644
--- a/efl/elementary/entry.pyx
+++ b/efl/elementary/entry.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/entry-preview.png
-
+ :align: left
An entry is a convenience widget which shows a box that the user can
enter text into.
diff --git a/efl/elementary/fileselector.pyx b/efl/elementary/fileselector.pyx
index 1784cc1..2fedc74 100644
--- a/efl/elementary/fileselector.pyx
+++ b/efl/elementary/fileselector.pyx
@@ -18,11 +18,11 @@
"""
+.. image:: /images/fileselector-preview.png
+
Widget description
------------------
-.. image:: /images/fileselector-preview.png
-
A file selector is a widget that allows a user to navigate through a
file system, reporting file selections back via its API.
diff --git a/efl/elementary/fileselector_button.pyx
b/efl/elementary/fileselector_button.pyx
index d3d0503..0e299eb 100644
--- a/efl/elementary/fileselector_button.pyx
+++ b/efl/elementary/fileselector_button.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/fileselector-button-preview.png
+Widget description
+------------------
This is a button that, when clicked, creates an Elementary window (or
inner window) with a :py:class:`elementary.fileselector.Fileselector`
diff --git a/efl/elementary/fileselector_entry.pyx
b/efl/elementary/fileselector_entry.pyx
index f6b0088..b8e8838 100644
--- a/efl/elementary/fileselector_entry.pyx
+++ b/efl/elementary/fileselector_entry.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/fileselector-entry-preview.png
+Widget description
+------------------
This is an entry made to be filled with or display a file
system path string.
diff --git a/efl/elementary/flip.pyx b/efl/elementary/flip.pyx
index 90538ad..7351145 100644
--- a/efl/elementary/flip.pyx
+++ b/efl/elementary/flip.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/flip-preview.png
+Widget description
+------------------
This widget holds two content :py:class:`efl.evas.Object`: one on
the front and one on the back. It allows you to flip from front to back
diff --git a/efl/elementary/flipselector.pyx b/efl/elementary/flipselector.pyx
index 9d489b0..8e09669 100644
--- a/efl/elementary/flipselector.pyx
+++ b/efl/elementary/flipselector.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/flipselector-preview.png
-
+ :align: left
A flip selector is a widget to show a set of *text* items, one
at a time, with the same sheet switching style as the :py:class:`Clock`
diff --git a/efl/elementary/frame.pyx b/efl/elementary/frame.pyx
index d0f93dd..ff63a7e 100644
--- a/efl/elementary/frame.pyx
+++ b/efl/elementary/frame.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/frame-preview.png
+Widget description
+------------------
Frame is a widget that holds some content and has a title.
diff --git a/efl/elementary/gengrid.pyx b/efl/elementary/gengrid.pyx
index 5e860a5..3c35440 100644
--- a/efl/elementary/gengrid.pyx
+++ b/efl/elementary/gengrid.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/gengrid-preview.png
+Widget description
+------------------
This widget aims to position objects in a grid layout while actually
creating and rendering only the visible ones, using the same idea as the
diff --git a/efl/elementary/genlist.pyx b/efl/elementary/genlist.pyx
index cc172a0..e0271f1 100644
--- a/efl/elementary/genlist.pyx
+++ b/efl/elementary/genlist.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/genlist-preview.png
+Widget description
+------------------
This widget aims to have more expansive list than the simple list in
Elementary that could have more flexible items and allow many more
diff --git a/efl/elementary/gesture_layer.pyx b/efl/elementary/gesture_layer.pyx
index 867df45..20cf0b3 100644
--- a/efl/elementary/gesture_layer.pyx
+++ b/efl/elementary/gesture_layer.pyx
@@ -18,11 +18,11 @@
"""
+.. image:: /images/gesturelayer-preview.png
+
Widget description
------------------
-.. image:: /images/gesturelayer-preview.png
-
Use the GestureLayer to detect gestures. The advantage is that you don't
have to implement gesture detection, just set callbacks for gesture states.
diff --git a/efl/elementary/grid.pyx b/efl/elementary/grid.pyx
index 3506923..44ea02c 100644
--- a/efl/elementary/grid.pyx
+++ b/efl/elementary/grid.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/grid-preview.png
+Widget description
+------------------
A grid layout widget.
diff --git a/efl/elementary/hover.pyx b/efl/elementary/hover.pyx
index bc1213a..cfe9662 100644
--- a/efl/elementary/hover.pyx
+++ b/efl/elementary/hover.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/hover-preview.png
-
+ :align: left
A Hover object will hover over its ``parent`` object at the ``target``
location.
diff --git a/efl/elementary/hoversel.pyx b/efl/elementary/hoversel.pyx
index c40a44d..aef3b8f 100644
--- a/efl/elementary/hoversel.pyx
+++ b/efl/elementary/hoversel.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/hoversel-preview.png
-
+ :align: left
A hoversel is a button that pops up a list of items (automatically
choosing the direction to display) that have a label and, optionally, an
diff --git a/efl/elementary/icon.pyx b/efl/elementary/icon.pyx
index f19eaae..0f9b3be 100644
--- a/efl/elementary/icon.pyx
+++ b/efl/elementary/icon.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/icon-preview.png
+Widget description
+------------------
An icon object is used to display standard icon images ("delete",
"edit", "arrows", etc.) or images coming from a custom file (PNG, JPG,
diff --git a/efl/elementary/index.pyx b/efl/elementary/index.pyx
index 9032fca..da1a249 100644
--- a/efl/elementary/index.pyx
+++ b/efl/elementary/index.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/index-preview.png
+Widget description
+------------------
An index widget gives you an index for fast access to whichever
group of other UI items one might have.
diff --git a/efl/elementary/innerwindow.pyx b/efl/elementary/innerwindow.pyx
index d7fbf8d..4c688a8 100644
--- a/efl/elementary/innerwindow.pyx
+++ b/efl/elementary/innerwindow.pyx
@@ -21,7 +21,7 @@ Widget description
------------------
.. image:: /images/innerwindow-preview.png
-
+ :align: left
An inwin is a window inside a window that is useful for a quick popup.
It does not hover.
diff --git a/efl/elementary/label.pyx b/efl/elementary/label.pyx
index e5beb0e..15b0f32 100644
--- a/efl/elementary/label.pyx
+++ b/efl/elementary/label.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/label-preview.png
+Widget description
+------------------
Widget to display text, with simple html-like markup.
diff --git a/efl/elementary/layout.pyx b/efl/elementary/layout.pyx
index 5c6db97..c08626c 100644
--- a/efl/elementary/layout.pyx
+++ b/efl/elementary/layout.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/layout-preview.png
+Widget description
+------------------
This is a container widget that takes a standard Edje design file and
wraps it very thinly in a widget.
diff --git a/efl/elementary/list.pyx b/efl/elementary/list.pyx
index 38ed2b8..eb9139d 100644
--- a/efl/elementary/list.pyx
+++ b/efl/elementary/list.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/list-preview.png
+Widget description
+------------------
A list widget is a container whose children are displayed vertically or
horizontally, in order, and can be selected.
diff --git a/efl/elementary/map.pyx b/efl/elementary/map.pyx
index 4dbe25e..af227a1 100644
--- a/efl/elementary/map.pyx
+++ b/efl/elementary/map.pyx
@@ -18,12 +18,11 @@
"""
-Widget description
-------------------
-
.. image:: /images/map-preview.png
:width: 100%
+Widget description
+------------------
The *Map* is a widget specifically for displaying a geographic map.
It uses `OpenStreetMap <http://www.openstreetmap.org/>`_ as map tile provider,
diff --git a/efl/elementary/mapbuf.pyx b/efl/elementary/mapbuf.pyx
index ee79faf..8e37554 100644
--- a/efl/elementary/mapbuf.pyx
+++ b/efl/elementary/mapbuf.pyx
@@ -21,7 +21,7 @@ Widget description
------------------
.. image:: /images/mapbuf-preview.png
-
+ :align: left
This holds one content object and uses an Evas Map of transformation
points to be later used with this content. So the content will be
diff --git a/efl/elementary/menu.pyx b/efl/elementary/menu.pyx
index 66b3290..9d4e8f6 100644
--- a/efl/elementary/menu.pyx
+++ b/efl/elementary/menu.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/menu-preview.png
+Widget description
+------------------
A menu is a list of items displayed above its parent.
diff --git a/efl/elementary/multibuttonentry.pyx
b/efl/elementary/multibuttonentry.pyx
index fd7385c..7dc7fef 100644
--- a/efl/elementary/multibuttonentry.pyx
+++ b/efl/elementary/multibuttonentry.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/multibuttonentry-preview.png
+Widget description
+------------------
A Multibuttonentry is a widget to allow a user enter text and manage
it as a number of buttons. Each text button is inserted by pressing the
diff --git a/efl/elementary/naviframe.pyx b/efl/elementary/naviframe.pyx
index 3d6b808..d908450 100644
--- a/efl/elementary/naviframe.pyx
+++ b/efl/elementary/naviframe.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/naviframe-preview.png
+Widget description
+------------------
Naviframe stands for navigation frame. It's a views manager
for applications.
diff --git a/efl/elementary/notify.pyx b/efl/elementary/notify.pyx
index 7527861..11931cb 100644
--- a/efl/elementary/notify.pyx
+++ b/efl/elementary/notify.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/notify-preview.png
+Widget description
+------------------
Display a container in a particular region of the parent.
diff --git a/efl/elementary/panel.pyx b/efl/elementary/panel.pyx
index 156f3e2..0d53368 100644
--- a/efl/elementary/panel.pyx
+++ b/efl/elementary/panel.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/panel-preview.png
+Widget description
+------------------
A panel is a type of animated container that contains subobjects.
diff --git a/efl/elementary/panes.pyx b/efl/elementary/panes.pyx
index c15132b..49f6448 100644
--- a/efl/elementary/panes.pyx
+++ b/efl/elementary/panes.pyx
@@ -21,7 +21,7 @@ Widget description
------------------
.. image:: /images/panes-preview.png
-
+ :align: left
The panes widget adds a draggable bar between two contents. When
dragged this bar will resize contents' size.
diff --git a/efl/elementary/photo.pyx b/efl/elementary/photo.pyx
index cc2b434..e85e654 100644
--- a/efl/elementary/photo.pyx
+++ b/efl/elementary/photo.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/photo-preview.png
+Widget description
+------------------
An Elementary photo widget is intended for displaying a photo, for
ex., a person's image (contact).
diff --git a/efl/elementary/photocam.pyx b/efl/elementary/photocam.pyx
index c834752..8a04d4f 100644
--- a/efl/elementary/photocam.pyx
+++ b/efl/elementary/photocam.pyx
@@ -21,7 +21,6 @@
Widget description
------------------
-
This is a widget specifically for displaying high-resolution digital
camera photos giving speedy feedback (fast load), low memory footprint
and zooming and panning as well as fitting logic. It is entirely focused
diff --git a/efl/elementary/popup.pyx b/efl/elementary/popup.pyx
index 8d94bff..ad5c283 100644
--- a/efl/elementary/popup.pyx
+++ b/efl/elementary/popup.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/popup-preview.png
+Widget description
+------------------
This widget is an enhancement of :py:class:`Notify`.
In addition to Content area, there are two optional sections namely Title
diff --git a/efl/elementary/progressbar.pyx b/efl/elementary/progressbar.pyx
index b408abf..b5ab3df 100644
--- a/efl/elementary/progressbar.pyx
+++ b/efl/elementary/progressbar.pyx
@@ -22,7 +22,7 @@ Widget description
------------------
.. image:: /images/progressbar-preview.png
-
+ :align: left
The progress bar is a widget for visually representing the progress
status of a given job/task.
diff --git a/efl/elementary/radio.pyx b/efl/elementary/radio.pyx
index a25537a..22e93cf 100644
--- a/efl/elementary/radio.pyx
+++ b/efl/elementary/radio.pyx
@@ -21,7 +21,7 @@ Widget description
------------------
.. image:: /images/radio-preview.png
-
+ :align: left
Radio is a widget that allows for one or more options to be displayed
and have the user choose only one of them.
diff --git a/efl/elementary/scroller.pyx b/efl/elementary/scroller.pyx
index 07aa498..dd51954 100644
--- a/efl/elementary/scroller.pyx
+++ b/efl/elementary/scroller.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/scroller-preview.png
+Widget description
+------------------
A scroller holds a single object and "scrolls it around".
diff --git a/efl/elementary/segment_control.pyx
b/efl/elementary/segment_control.pyx
index f589909..d48c0e8 100644
--- a/efl/elementary/segment_control.pyx
+++ b/efl/elementary/segment_control.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/segmentcontrol-preview.png
+Widget description
+------------------
Segment control widget is a horizontal control made of multiple
segment items, each segment item functioning similar to discrete two
diff --git a/efl/elementary/separator.pyx b/efl/elementary/separator.pyx
index bc025ea..45a65a4 100644
--- a/efl/elementary/separator.pyx
+++ b/efl/elementary/separator.pyx
@@ -21,7 +21,7 @@ Widget description
------------------
.. image:: /images/separator-preview.png
-
+ :align: left
Separator is a very thin object used to separate other objects.
diff --git a/efl/elementary/slider.pyx b/efl/elementary/slider.pyx
index 35f7376..e4b3c06 100644
--- a/efl/elementary/slider.pyx
+++ b/efl/elementary/slider.pyx
@@ -17,11 +17,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/slider-preview.png
+Widget description
+------------------
The slider adds a draggable "slider" widget for selecting the value of
something within a range.
diff --git a/efl/elementary/slideshow.pyx b/efl/elementary/slideshow.pyx
index 7a5deda..781d6dd 100644
--- a/efl/elementary/slideshow.pyx
+++ b/efl/elementary/slideshow.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/slideshow-preview.png
+Widget description
+------------------
This widget, as the name indicates, is a pre-made image
slideshow panel, with API functions acting on (child) image
diff --git a/efl/elementary/spinner.pyx b/efl/elementary/spinner.pyx
index 797eb7a..b441cb1 100644
--- a/efl/elementary/spinner.pyx
+++ b/efl/elementary/spinner.pyx
@@ -21,7 +21,7 @@ Widget description
------------------
.. image:: /images/spinner-preview.png
-
+ :align: left
A spinner is a widget which allows the user to increase or decrease
numeric values using arrow buttons, or edit values directly, clicking
diff --git a/efl/elementary/table.pyx b/efl/elementary/table.pyx
index 8f92cb0..ebb5ef4 100644
--- a/efl/elementary/table.pyx
+++ b/efl/elementary/table.pyx
@@ -21,6 +21,7 @@ Widget description
------------------
.. image:: /images/table-preview.png
+ :align: left
A container widget to arrange other widgets in a table where items can
span multiple columns or rows - even overlap (and then be raised or
diff --git a/efl/elementary/thumb.pyx b/efl/elementary/thumb.pyx
index 7bc38ff..92a8ab9 100644
--- a/efl/elementary/thumb.pyx
+++ b/efl/elementary/thumb.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/thumb-preview.png
+Widget description
+------------------
A thumbnail object is used for displaying the thumbnail of an image
or video. You must have compiled Elementary with ``Ethumb_Client``
diff --git a/efl/elementary/toolbar.pyx b/efl/elementary/toolbar.pyx
index bbffb8a..510cd87 100644
--- a/efl/elementary/toolbar.pyx
+++ b/efl/elementary/toolbar.pyx
@@ -18,11 +18,10 @@
"""
-Widget description
-------------------
-
.. image:: /images/toolbar-preview.png
+Widget description
+------------------
A toolbar is a widget that displays a list of items inside a box. It
can be scrollable, show a menu with items that don't fit to toolbar size
--
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1