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:: .. toctree::
:maxdepth: 4 :titlesonly:
eo_module.rst module-eo.rst
eo_class.rst

View File

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

View File

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

View File

@ -15,6 +15,20 @@
# You should have received a copy of the GNU Lesser General Public License # 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/>. # 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 cpython cimport PyObject, Py_INCREF, Py_DECREF, PyUnicode_AsUTF8String
from libc.stdint cimport uintptr_t from libc.stdint cimport uintptr_t