kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=52c60b0e0866a7f389643e39f5303b3d004d9f3b
commit 52c60b0e0866a7f389643e39f5303b3d004d9f3b Author: Kai Huuhko <kai.huu...@gmail.com> Date: Thu Nov 7 11:37:29 2013 +0200 Evas: Add module level functions to documentation. --- doc/evas/evas.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/evas/evas.rst b/doc/evas/evas.rst index 1b698a9..10bfeaf 100644 --- a/doc/evas/evas.rst +++ b/doc/evas/evas.rst @@ -200,6 +200,18 @@ Recommended reading: Reference --------- +.. autofunction:: init +.. autofunction:: shutdown +.. autofunction:: render_method_lookup +.. autofunction:: render_method_list +.. autofunction:: color_parse +.. autofunction:: color_argb_premul +.. autofunction:: color_argb_unpremul +.. autofunction:: color_hsv_to_rgb +.. autofunction:: color_rgb_to_hsv + +.. autoexception:: EvasLoadError + .. toctree:: :maxdepth: 4 --