Merge pull request #2241 from bionoid/settingsdocs

Fix incorrect attr links in uix/settings
This commit is contained in:
Akshay Arora 2014-06-07 19:48:46 +05:30
commit 6396929f66
1 changed files with 5 additions and 5 deletions

View File

@ -359,8 +359,8 @@ class SettingString(SettingItem):
'''(internal) Used to store the current textinput from the popup and
to listen for changes.
:attr:`popup` is an :class:`~kivy.properties.ObjectProperty` and defaults
to None.
:attr:`textinput` is an :class:`~kivy.properties.ObjectProperty` and
defaults to None.
'''
def on_panel(self, instance, value):
@ -436,8 +436,8 @@ class SettingPath(SettingItem):
'''(internal) Used to store the current textinput from the popup and
to listen for changes.
:attr:`popup` is an :class:`~kivy.properties.ObjectProperty` and defaults
to None.
:attr:`textinput` is an :class:`~kivy.properties.ObjectProperty` and
defaults to None.
'''
def on_panel(self, instance, value):
@ -666,7 +666,7 @@ class InterfaceWithSidebar(BoxLayout):
'''(internal) A reference to the panel display widget (a
:class:`ContentPanel`).
:attr:`menu` is an :class:`~kivy.properties.ObjectProperty` and
:attr:`content` is an :class:`~kivy.properties.ObjectProperty` and
defaults to None.
'''