davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=929812e39e816c3f641bf8c030f6609aa4496923
commit 929812e39e816c3f641bf8c030f6609aa4496923 Author: davemds <d...@gurumeditation.it> Date: Sun Apr 13 12:11:39 2014 +0200 docs: try a different structure for Eo --- doc/eo/eo.rst | 10 +++------- doc/eo/eo_module.rst | 6 ++++++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/eo/eo.rst b/doc/eo/eo.rst index 1587c83..a986a31 100644 --- a/doc/eo/eo.rst +++ b/doc/eo/eo.rst @@ -1,8 +1,3 @@ -:mod:`efl.eo` Module -======================= - -.. module:: efl.eo - What is Eo? -------------- @@ -20,10 +15,11 @@ number of methods from derived class, like :meth:`Eo.delete()` or :meth:`Eo.is_deleted()` -Reference ---------- +API Reference +------------- .. toctree:: :maxdepth: 4 + eo_module.rst eo_class.rst diff --git a/doc/eo/eo_module.rst b/doc/eo/eo_module.rst new file mode 100644 index 0000000..35a7535 --- /dev/null +++ b/doc/eo/eo_module.rst @@ -0,0 +1,6 @@ +:mod:`efl.eo` Module +======================= + +.. automodule:: efl.eo + :exclude-members: Eo + --