mirror of https://github.com/kivy/kivy.git
sphinx tag fixes
This commit is contained in:
parent
10a8ddb74c
commit
a28d0b6a32
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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 `''`
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue