Documentation: Remove class- prefix from ecore doc files

This commit is contained in:
Kai Huuhko 2013-09-14 15:01:01 +03:00
parent 7b27b5ac03
commit da71cedc0a
12 changed files with 12 additions and 12 deletions

View File

@ -92,16 +92,16 @@ Reference
.. toctree::
:maxdepth: 4
class-timer
class-animator
class-poller
class-idler
class-idleenterer
class-idleexiter
class-exe
class-fdhandler
class-filedownload
class-filemonitor
timer
animator
poller
idler
idleenterer
idleexiter
exe
fdhandler
filedownload
filemonitor
Inheritance diagram

View File

@ -784,7 +784,7 @@ def exe_pipe_run(exe_cmd, int flags=0, data=None):
cdef class EventExeAdd(Event):
""""Represents Ecore_Exe_Event_Add event from C-api.
"""Represents Ecore_Exe_Event_Add event from C-api.
This event notifies the process created with :py:class:`Exe` was started.
@ -806,7 +806,7 @@ cdef class EventExeAdd(Event):
cdef class EventExeDel(Event):
""""Represents Ecore_Exe_Event_Del from C-api.
"""Represents Ecore_Exe_Event_Del from C-api.
This event notifies the process created with ``Exe`` is now dead.