sphinx tag fixes

This commit is contained in:
dessant 2015-05-03 14:03:17 +03:00
parent 10a8ddb74c
commit a28d0b6a32
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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`

View File

@ -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 `''`

View File

@ -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