diff --git a/kivy/_event.pyx b/kivy/_event.pyx index bbeb1e1eb..dc2ef5123 100644 --- a/kivy/_event.pyx +++ b/kivy/_event.pyx @@ -849,7 +849,7 @@ cdef class EventDispatcher(ObjectWithUid): property proxy_ref: '''Default implementation of proxy_ref, returns self. - ..versionadded:: 1.9.0 + .. versionadded:: 1.9.0 ''' def __get__(self): return self diff --git a/kivy/config.py b/kivy/config.py index 5e9a021ba..448f5aeba 100644 --- a/kivy/config.py +++ b/kivy/config.py @@ -299,7 +299,7 @@ class ConfigParser(PythonConfigParser, object): `name`: string The name of the instance. See :attr:`name`. Defaults to `''`. - ..versionchanged:: 1.9.0 + .. versionchanged:: 1.9.0 Each ConfigParser can now be named, :attr:`name`. You can get the ConfigParser associated with a name using :meth:`get_configparser`. In addition, you can now control the config values with diff --git a/kivy/effects/kinetic.py b/kivy/effects/kinetic.py index a91428d84..868f96d3d 100644 --- a/kivy/effects/kinetic.py +++ b/kivy/effects/kinetic.py @@ -97,7 +97,7 @@ class KineticEffect(EventDispatcher): '''Velocity below this quantity is normalized to 0. In other words, any motion whose velocity falls below this number is stopped. - .. versionadded::1.8.0 + .. versionadded:: 1.8.0 :attr:`min_velocity` is a :class:`~kivy.properties.NumericProperty` and defaults to 0.5. diff --git a/kivy/uix/behaviors.py b/kivy/uix/behaviors.py index 8c0345aca..76ce835ff 100644 --- a/kivy/uix/behaviors.py +++ b/kivy/uix/behaviors.py @@ -93,7 +93,7 @@ class ButtonBehavior(object): '''This determines if the widget fires a `on_release` event if the touch_up is outside the widget. - ..versionadded:: 1.9.0 + .. versionadded:: 1.9.0 :attr:`always_release` is a :class:`~kivy.properties.BooleanProperty`, defaults to `True`. @@ -213,7 +213,7 @@ class ToggleButtonBehavior(ButtonBehavior): '''This specifies whether the checkbox in group allows everything to be deselected. - ..versionadded::1.9.0 + .. versionadded:: 1.9.0 :attr:`allow_no_selection` is a :class:`BooleanProperty` defaults to `True` diff --git a/kivy/uix/textinput.py b/kivy/uix/textinput.py index 462c9f046..520b93394 100644 --- a/kivy/uix/textinput.py +++ b/kivy/uix/textinput.py @@ -2485,7 +2485,7 @@ class TextInput(FocusBehavior, Widget): text. This can also be used by the IME to setup the current word being edited - ..versionadded:: 1.9.0 + .. versionadded:: 1.9.0 :attr:`suggestion_text` is a :class:`~kivy.properties.StringProperty` defaults to `''` diff --git a/kivy/uix/vkeyboard.py b/kivy/uix/vkeyboard.py index 30a4e6cdc..a0450a4c0 100755 --- a/kivy/uix/vkeyboard.py +++ b/kivy/uix/vkeyboard.py @@ -275,7 +275,7 @@ class VKeyboard(Scatter): '''Filename of the key background image for use when no touches are active on the widget and vkeyboard is disabled. - ..versionadded:: 1.8.0 + .. versionadded:: 1.8.0 :attr:`key_disabled_background_normal` a :class:`~kivy.properties.StringProperty` and defaults to