Fixed warnings about the experimental nature of the code, and subject-to-change notice.

This commit is contained in:
geojeff 2012-10-29 13:26:24 -05:00
parent 430f2e793b
commit 1ca0cbd33b
7 changed files with 9 additions and 6 deletions

View File

@ -6,7 +6,7 @@ Adapter
.. warning::
This widget is still experimental, and his API is subject to change in a
This code is still experimental, and its API is subject to change in a
future version.
:class:`~kivy.adapters.adapter.Adapter` is a bridge between data and

View File

@ -6,7 +6,7 @@ DictAdapter
.. warning::
This widget is still experimental, and his API is subject to change in a
This code is still experimental, and its API is subject to change in a
future version.
:class:`~kivy.adapters.dictadapter.DictAdapter` is an adapter around a python

View File

@ -6,7 +6,7 @@ ListAdapter
.. warning::
This widget is still experimental, and his API is subject to change in a
This code is still experimental, and its API is subject to change in a
future version.
:class:`ListAdapter` is an adapter around a python list.

View File

@ -6,7 +6,7 @@ SelectableDataItem
.. warning::
This widget is still experimental, and his API is subject to change in a
This code is still experimental, and its API is subject to change in a
future version.
Data Models

View File

@ -6,7 +6,7 @@ SimpleListAdapter
.. warning::
This widget is still experimental, and his API is subject to change in a
This code is still experimental, and its API is subject to change in a
future version.
:class:`~kivy.adapters.simplelistadapter.SimpleListAdapter` is for simple

View File

@ -4,6 +4,9 @@ Abstract View
.. versionadded:: 1.5
This code is still experimental, and its API is subject to change in a
future version.
The :class:`~kivy.uix.abstractview.AbstractView` widget has an adapter property
for an adapter that mediates to data. The adapter manages an
item_view_instances dict property that holds views for each data item,

View File

@ -6,7 +6,7 @@ List View
.. warning::
This widget is still experimental, and his API is subject to change in a
This code is still experimental, and its API is subject to change in a
future version.
The :class:`~kivy.uix.listview.ListView` widget provides a scrollable/pannable