Restructured eo docs

This commit is contained in:
Davide Andreoli 2015-01-31 17:00:18 +01:00
parent 588d28ab12
commit 1d8ffd1ed4
5 changed files with 17 additions and 5 deletions

View File

@ -19,7 +19,6 @@ API Reference
-------------
.. toctree::
:maxdepth: 4
:titlesonly:
eo_module.rst
eo_class.rst
module-eo.rst

View File

@ -1,5 +1,3 @@
:mod:`efl.eo` Module
=======================
.. automodule:: efl.eo
:exclude-members: Eo

View File

@ -42,6 +42,7 @@ EO
==
.. toctree:: eo/eo.rst
:titlesonly:
Ecore

View File

@ -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