Commit Graph

106 Commits

Author SHA1 Message Date
Davide Andreoli 92c05e801a Doc for SegmentControlItem 2015-05-14 20:46:42 +02:00
Kai Huuhko a1f36bb073 Elm: Unify modules into a monolithic module 2015-05-07 22:37:48 +03:00
Kai Huuhko 8f68e52ecc Documentation: Prettify warning/note boxes, class headers
Sphinx 1.3 includes class constructor's signature in the class header;
reduced font size slightly to accommodate this change.
2015-04-23 04:45:20 +03:00
Kai Huuhko c3b9a5b18f Documentation: Sphinx 1.3 compatibility fixes 2015-04-22 13:06:07 +03:00
Kai Huuhko aee5433cdc Fix method/prop highlight color with Sphinx 1.3 2015-03-25 07:15:20 +02:00
Kai Huuhko 16f04ee2ec Evas.SmartObject: Move documentation to right places 2015-03-09 17:40:34 +02:00
Kai Huuhko 3dd81c4f60 Evas.SmartObject: Switch to using C implementation of ClippedSO 2015-03-08 23:48:21 +02:00
Kai Huuhko 4af81e96a7 Evas.SmartObject: rewrite because of changes in Cython 0.21.1
Unfortunately it was impossible to keep api compatibility.

Compiles but didn't test it yet, need to rewrite the tests and
examples too.
2015-03-07 21:38:08 +02:00
Kai Huuhko d3357619f7 Evas: Bring back SmartObject
Possible TODO: support per-child delete cb like in C
2015-03-05 21:07:38 +02:00
Kai Huuhko 2dcc34230e Documentation: Switch syntax highlighting (pygments) style to monokai
It suits our dark background coloring better.
2015-03-04 11:21:59 +02:00
Kai Huuhko aabeef1bae Documentation: Add some functional coloring and visual cues 2015-03-03 22:32:31 +02:00
Kai Huuhko 2ce228be96 Elementary: Add module systray
Test/example needs more work
2015-02-21 05:41:14 +02:00
Davide Andreoli 806fad39cb Prepare a first 1.13.0 pre-release 2015-02-03 20:51:35 +01:00
Davide Andreoli 7eb3217a69 Restructured Emotion docs 2015-01-31 17:21:32 +01:00
Davide Andreoli 24025e6d81 Restructured edje docs 2015-01-31 17:14:42 +01:00
Davide Andreoli 1d8ffd1ed4 Restructured eo docs 2015-01-31 17:00:18 +01:00
Davide Andreoli 588d28ab12 Restructured ecore doc 2015-01-31 16:51:54 +01:00
Davide Andreoli a4273b1095 Docs: improved evas pages 2015-01-19 23:34:28 +01:00
Davide Andreoli 660c0a7e51 Huge documentation work
Improved structure, contents and style for better readability
2015-01-18 19:07:06 +01:00
Davide Andreoli afc49ca595 Doc: restructure elementary documentation 2015-01-09 21:17:02 +01:00
Davide Andreoli 7687adb6d9 Doc: restructure edje and emotion documentation 2015-01-09 20:54:59 +01:00
Davide Andreoli e917da6abf Doc: restructure ethumb docs 2015-01-09 20:39:36 +01:00
Davide Andreoli 1d740612d9 Doc: restructure evas documentaion 2015-01-09 20:28:49 +01:00
Davide Andreoli 29d1b41f44 Docs: removed some really old evas writes, they do not apply anymore 2015-01-06 21:35:36 +01:00
Davide Andreoli c103b5d3b3 Docs: try to improve the style of the Inheritance Diagram 2015-01-06 20:51:57 +01:00
Davide Andreoli 24d4e16cfa Docs for the provided distutils commands 2015-01-06 18:43:31 +01:00
Davide Andreoli f91999ac49 Fix doc build errors removing refs to ecore.x and SmartObject 2015-01-06 18:10:43 +01:00
Davide Andreoli 783e2ba6c8 Evas.Object: New convenience props, size_hint_expand and size_hint_fill
Also added some docs for size hints usage
2015-01-06 17:46:18 +01:00
Davide Andreoli 1910563604 Docs: fix some text to not show up
Pygments css for some highlightend text are the same color of our gray bg, just make them white
2015-01-03 20:25:47 +01:00
Davide Andreoli 6ff9998258 Lots of documentation fixes for ALL the classes
Mainly with regard of class __init__ params and the **keyword param
2015-01-03 20:17:24 +01:00
Davide Andreoli a4f2cc37cc Another year has passed... 2015-01-02 20:03:53 +01:00
Davide Andreoli 17733d7e23 Unbreak doc generation 2014-08-16 15:42:03 +02:00
Davide Andreoli 042dc0f835 emotion: implemented missed smart signals 2014-08-11 23:30:46 +02:00
Kai Huuhko 4f702bc04d Documentation: warnings-- 2014-06-01 16:35:38 +03:00
Kai Huuhko 1466ea7207 efl.ecore: Return of ecore.x (from python-ecore)
Made some corrections to make it compile and fixed doc formatting.
2014-05-13 17:59:48 +03:00
Davide Andreoli 7d5c2082bb docs: better (I hope) structure for ecore 2014-04-22 20:50:41 +02:00
Davide Andreoli 929812e39e docs: try a different structure for Eo 2014-04-13 12:11:50 +02:00
Kai Huuhko 6ebdf2b607 Bring back Python bindings for Ethumb. 2014-04-11 18:12:49 +03:00
Davide Andreoli ea8f7ca9d6 docs: make the Eo class appear in the homapage toctree 2014-04-07 19:59:30 +02:00
Davide Andreoli beff74c28a added docs for Eo 2014-04-06 23:36:05 +02:00
Davide Andreoli c259d3f783 doc: ignore cython generated signature for classes 2014-04-06 16:25:08 +02:00
Davide Andreoli b84c109fef doc: automatically show parameters in functions and methods documentation
This require the Cython "embedsignature" directive, that automatically add the signature in the first line of the docstring.
Then the Sphinx Autodoc module parse the docstring and extract the signature.

Signature is also cleaned using the 'autodoc-process-signature' callback to remove the 'self' param and all the cython params type,
2014-04-06 16:17:27 +02:00
Davide Andreoli 2b9fdb8f35 Python-EFL: start to prepare the 1.9 release
* raised version to 1.9.0
* removed versions from docs conf, they now comes automatically from setup.py
* updated some years around
* added a favicon to the docs
2014-03-02 23:09:54 +01:00
Kai Huuhko 264491875d Edje: Re-enable edje-edit. 2013-12-30 14:04:57 +02:00
Kai Huuhko 728ba96115 Bump version for 1.9 development 2013-12-10 09:55:46 +02:00
Kai Huuhko 363bfbe334 Bump version for release, update TODO, add changes.html 2013-12-07 12:20:59 +02:00
Kai Huuhko 7344ad361f API review: Documented changes, corrected str repr, clean up. 2013-12-07 08:09:04 +02:00
Kai Huuhko 4e4b8e2fea Documentation: Fix invalid references and minor issues. 2013-12-05 08:48:34 +02:00
Kai Huuhko 4c9ab89426 Documentation: Fixed invalid references and other misc. issues. 2013-12-03 21:56:47 +02:00
Kai Huuhko b6e9552735 Documentation: Remove elm glview for now. 2013-12-03 07:33:28 +02:00