Doc: restructure edje and emotion documentation

This commit is contained in:
Davide Andreoli 2015-01-09 20:54:59 +01:00
parent e917da6abf
commit 7687adb6d9
9 changed files with 21 additions and 27 deletions

View File

@ -1,7 +0,0 @@
.. currentmodule:: efl.edje_edit
:class:`efl.edje_edit.EdjeEdit` Class
=======================================
.. autoclass:: efl.edje_edit.EdjeEdit
:undoc-members:

View File

@ -1,7 +1,3 @@
:mod:`efl.edje` Module
=======================
.. module:: efl.edje
What is Edje?
--------------
@ -65,14 +61,14 @@ Before digging into changing or creating your own Edje source (edc)
files, read the @ref edcref.
Reference
---------
API Reference
-------------
.. toctree::
:maxdepth: 4
class-edje
class-edje_edit
edje_module
edje_object
Inheritance diagram

5
doc/edje/edje_module.rst Normal file
View File

@ -0,0 +1,5 @@
:mod:`efl.edje` Module
=======================
.. automodule:: efl.edje
:exclude-members: Edje

View File

@ -1,7 +1,3 @@
:mod:`efl.emotion` Module
============================
.. module:: efl.emotion
What is Emotion?
----------------
@ -86,7 +82,8 @@ Reference
.. toctree::
:maxdepth: 4
class-emotion
emotion_module
emotion_object
Inheritance diagram

View File

@ -0,0 +1,5 @@
:mod:`efl.emotion` Module
=========================
.. automodule:: efl.emotion
:exclude-members: Emotion

View File

@ -45,31 +45,31 @@ EO
Ecore
-----
.. toctree:: ecore/ecore
.. toctree:: ecore/ecore.rst
Evas
----
.. toctree:: evas/evas
.. toctree:: evas/evas.rst
Ethumb
------
.. toctree:: ethumb/ethumb
.. toctree:: ethumb/ethumb.rst
Edje
----
.. toctree:: edje/edje
.. toctree:: edje/edje.rst
Emotion
-------
.. toctree:: emotion/emotion
.. toctree:: emotion/emotion.rst
Elementary

View File

@ -99,8 +99,6 @@ cdef class Emotion(evasObject):
The Emotion object
.. seealso:: :py:mod:`The documentation page<efl.emotion>`
.. versionchanged:: 1.8
Keyword argument module_filename was renamed to module_name.