Restructured ecore doc

This commit is contained in:
Davide Andreoli 2015-01-31 16:51:54 +01:00
parent b71a0af896
commit 588d28ab12
15 changed files with 35 additions and 16 deletions

View File

@ -1,4 +1,6 @@
.. _ecore_main_intro:
What is Ecore?
--------------
@ -54,6 +56,14 @@ anything your program should do just before processing events (also timers,
pollers, file descriptor handlers and animators)
Process Execution
-----------------
The :py:class:`~efl.ecore.Exe` class is used to spawn child processes in a
full async fashion. Standard in/out/error of the child are available for
communication using callbacks.
File descriptor handlers
------------------------
@ -86,20 +96,9 @@ API Reference
-------------
.. toctree::
:maxdepth: 4
:titlesonly:
ecore_module
timer
animator
animator_timeline
poller
idler
idleenterer
idleexiter
exe
fdhandler
filedownload
filemonitor
module-ecore
Inheritance diagram

View File

@ -1,5 +1,3 @@
:mod:`efl.ecore` Module
=======================
.. automodule:: efl.ecore
:exclude-members: Animator, AnimatorTimeline, Exe, FdHandler, FileDownload,

View File

@ -48,7 +48,7 @@ Ecore
=====
.. toctree:: ecore/ecore.rst
:maxdepth: 2
:titlesonly:
Evas
====

View File

@ -17,6 +17,28 @@
"""
:mod:`efl.ecore` Module
#######################
Classes
=======
.. toctree::
class-timer.rst
class-animator.rst
class-animator_timeline.rst
class-poller.rst
class-idler.rst
class-idleenterer.rst
class-idleexiter.rst
class-exe.rst
class-filemonitor.rst
class-filedownload.rst
class-fdhandler.rst
Enumerations
============