davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f91999ac493b97412c8ceccb120e347b10de6776
commit f91999ac493b97412c8ceccb120e347b10de6776 Author: Dave Andreoli <[email protected]> Date: Tue Jan 6 18:10:43 2015 +0100 Fix doc build errors removing refs to ecore.x and SmartObject --- doc/ecore/ecore.rst | 1 - doc/ecore/x.rst | 8 -------- doc/evas/class-object-smart.rst | 11 ----------- doc/evas/evas.rst | 1 - efl/elementary/gengrid_item.pxi | 4 ++-- efl/evas/efl.evas_object.pxi | 2 +- 6 files changed, 3 insertions(+), 24 deletions(-) diff --git a/doc/ecore/ecore.rst b/doc/ecore/ecore.rst index 952d399..b7f6a7e 100644 --- a/doc/ecore/ecore.rst +++ b/doc/ecore/ecore.rst @@ -89,7 +89,6 @@ API Reference :maxdepth: 4 ecore_module - x timer animator animator_timeline diff --git a/doc/ecore/x.rst b/doc/ecore/x.rst deleted file mode 100644 index b369834..0000000 --- a/doc/ecore/x.rst +++ /dev/null @@ -1,8 +0,0 @@ -:mod:`efl.ecore.x` Module --------------------------- - -.. automodule:: efl.ecore.x - -.. inheritance-diagram:: - efl.ecore.x - :parts: 2 diff --git a/doc/evas/class-object-smart.rst b/doc/evas/class-object-smart.rst deleted file mode 100644 index 0163e0a..0000000 --- a/doc/evas/class-object-smart.rst +++ /dev/null @@ -1,11 +0,0 @@ -.. currentmodule:: efl.evas - -:class:`efl.evas.SmartObject` Class -=================================== - -.. autoclass:: efl.evas.SmartObject - -:class:`efl.evas.ClippedSmartObject` Class -========================================== - -.. autoclass:: efl.evas.ClippedSmartObject diff --git a/doc/evas/evas.rst b/doc/evas/evas.rst index 1993a8a..3f6e061 100644 --- a/doc/evas/evas.rst +++ b/doc/evas/evas.rst @@ -279,7 +279,6 @@ Reference class-object-text class-object-textblock class-object-box - class-object-smart class-grid class-table class-textgrid diff --git a/efl/elementary/gengrid_item.pxi b/efl/elementary/gengrid_item.pxi index df5db48..a66dd66 100644 --- a/efl/elementary/gengrid_item.pxi +++ b/efl/elementary/gengrid_item.pxi @@ -23,7 +23,7 @@ cdef class GengridItem(ObjectItem): def __init__(self, GengridItemClass item_class not None, item_data = None, \ func = None, func_data = None, *args, **kwargs): - """ + """GengridItem(..) :param item_class: a valid instance that defines the behavior of this item. See :py:class:`GengridItemClass`. @@ -364,7 +364,7 @@ cdef class GengridItem(ObjectItem): property tooltip_style: """Style for this object tooltip. - .. note::: before you set a style you should define a tooltip with + .. note:: before you set a style you should define a tooltip with elm_gengrid_item_tooltip_content_cb_set() or elm_gengrid_item_tooltip_text_set() diff --git a/efl/evas/efl.evas_object.pxi b/efl/evas/efl.evas_object.pxi index cee17b1..d60c896 100644 --- a/efl/evas/efl.evas_object.pxi +++ b/efl/evas/efl.evas_object.pxi @@ -1785,7 +1785,7 @@ cdef class Object(Eo): for the given keys. ``keyname`` is a platform dependent symbolic name for the key - pressed (see :ref:`Evas_Keys` for more information). + pressed ``modifiers`` and ``not_modifiers`` are bit masks of all the modifiers that must and mustn't, respectively, be pressed along --
