davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=7687adb6d9caf58d5a799296d6fc94e9ec853985

commit 7687adb6d9caf58d5a799296d6fc94e9ec853985
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri Jan 9 20:54:59 2015 +0100

    Doc: restructure edje and emotion documentation
---
 doc/edje/class-edje_edit.rst                          |  7 -------
 doc/edje/edje.rst                                     | 12 ++++--------
 doc/edje/edje_module.rst                              |  5 +++++
 doc/edje/{class-edje.rst => edje_object.rst}          |  0
 doc/emotion/emotion.rst                               |  7 ++-----
 doc/emotion/emotion_module.rst                        |  5 +++++
 doc/emotion/{class-emotion.rst => emotion_object.rst} |  0
 doc/index.rst                                         | 10 +++++-----
 efl/emotion/efl.emotion.pyx                           |  2 --
 9 files changed, 21 insertions(+), 27 deletions(-)

diff --git a/doc/edje/class-edje_edit.rst b/doc/edje/class-edje_edit.rst
deleted file mode 100644
index ede8f6b..0000000
--- a/doc/edje/class-edje_edit.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-.. currentmodule:: efl.edje_edit
-
-:class:`efl.edje_edit.EdjeEdit` Class
-=======================================
-
-.. autoclass:: efl.edje_edit.EdjeEdit
-    :undoc-members:
diff --git a/doc/edje/edje.rst b/doc/edje/edje.rst
index 011a8d1..6ff3bc1 100644
--- a/doc/edje/edje.rst
+++ b/doc/edje/edje.rst
@@ -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
diff --git a/doc/edje/edje_module.rst b/doc/edje/edje_module.rst
new file mode 100644
index 0000000..e47bdad
--- /dev/null
+++ b/doc/edje/edje_module.rst
@@ -0,0 +1,5 @@
+:mod:`efl.edje` Module
+=======================
+
+.. automodule:: efl.edje
+   :exclude-members: Edje
diff --git a/doc/edje/class-edje.rst b/doc/edje/edje_object.rst
similarity index 100%
rename from doc/edje/class-edje.rst
rename to doc/edje/edje_object.rst
diff --git a/doc/emotion/emotion.rst b/doc/emotion/emotion.rst
index 3fce189..b2714be 100644
--- a/doc/emotion/emotion.rst
+++ b/doc/emotion/emotion.rst
@@ -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
diff --git a/doc/emotion/emotion_module.rst b/doc/emotion/emotion_module.rst
new file mode 100644
index 0000000..8845624
--- /dev/null
+++ b/doc/emotion/emotion_module.rst
@@ -0,0 +1,5 @@
+:mod:`efl.emotion` Module
+=========================
+
+.. automodule:: efl.emotion
+   :exclude-members: Emotion
diff --git a/doc/emotion/class-emotion.rst b/doc/emotion/emotion_object.rst
similarity index 100%
rename from doc/emotion/class-emotion.rst
rename to doc/emotion/emotion_object.rst
diff --git a/doc/index.rst b/doc/index.rst
index 7924d64..0f9c537 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -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
diff --git a/efl/emotion/efl.emotion.pyx b/efl/emotion/efl.emotion.pyx
index 27a75f5..ba3f1c5 100644
--- a/efl/emotion/efl.emotion.pyx
+++ b/efl/emotion/efl.emotion.pyx
@@ -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.
 

-- 


Reply via email to