davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=1d8ffd1ed4b921f4526cebad2275e66546463dd6

commit 1d8ffd1ed4b921f4526cebad2275e66546463dd6
Author: Dave Andreoli <[email protected]>
Date:   Sat Jan 31 17:00:18 2015 +0100

    Restructured eo docs
---
 doc/eo/{eo_class.rst => class-eo.rst}   |  0
 doc/eo/eo.rst                           |  5 ++---
 doc/eo/{eo_module.rst => module-eo.rst} |  2 --
 doc/index.rst                           |  1 +
 efl/eo/efl.eo.pyx                       | 14 ++++++++++++++
 5 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/doc/eo/eo_class.rst b/doc/eo/class-eo.rst
similarity index 100%
rename from doc/eo/eo_class.rst
rename to doc/eo/class-eo.rst
diff --git a/doc/eo/eo.rst b/doc/eo/eo.rst
index a986a31..fc6115a 100644
--- a/doc/eo/eo.rst
+++ b/doc/eo/eo.rst
@@ -19,7 +19,6 @@ API Reference
 -------------
 
 .. toctree::
-   :maxdepth: 4
+   :titlesonly:
 
-   eo_module.rst
-   eo_class.rst
+   module-eo.rst
diff --git a/doc/eo/eo_module.rst b/doc/eo/module-eo.rst
similarity index 52%
rename from doc/eo/eo_module.rst
rename to doc/eo/module-eo.rst
index 35a7535..9e5fc70 100644
--- a/doc/eo/eo_module.rst
+++ b/doc/eo/module-eo.rst
@@ -1,5 +1,3 @@
-:mod:`efl.eo` Module
-=======================
 
 .. automodule:: efl.eo
     :exclude-members: Eo
diff --git a/doc/index.rst b/doc/index.rst
index 8631019..32f177d 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -42,6 +42,7 @@ EO
 ==
 
 .. toctree:: eo/eo.rst
+   :titlesonly:
 
 
 Ecore
diff --git a/efl/eo/efl.eo.pyx b/efl/eo/efl.eo.pyx
index d3b2466..a20cdc6 100644
--- a/efl/eo/efl.eo.pyx
+++ b/efl/eo/efl.eo.pyx
@@ -15,6 +15,20 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with this Python-EFL.  If not, see <http://www.gnu.org/licenses/>.
 
+"""
+
+:mod:`efl.eo` Module
+####################
+
+Classes
+=======
+
+.. toctree::
+
+   class-eo.rst
+
+"""
+
 from cpython cimport PyObject, Py_INCREF, Py_DECREF, PyUnicode_AsUTF8String
 
 from libc.stdint cimport uintptr_t

-- 


Reply via email to