Commit Graph

27 Commits

Author SHA1 Message Date
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
Davide Andreoli c103b5d3b3 Docs: try to improve the style of the Inheritance Diagram 2015-01-06 20:51:57 +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 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 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 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 cfbd5db819 Attempt to fix inheritance graphs by changing output format to svg 2013-11-21 23:20:31 +02:00
Davide Andreoli 3ca0ccd040 PythonEFL: make a little more readable the include directory for sphinx. Also some tweaks to the INSTALL file. 2013-09-15 15:16:44 +02:00
Kai Huuhko 174082a836 Documentation: Use colors that match the default theme for inheritance diagrams. 2013-08-10 10:43:21 +03:00
Davide Andreoli 1faa12996d Python-EFL: improved dark theme for docs
* done matching footer and header
 * quite good now... I leave it as the default one :)
2013-05-01 00:03:40 +02:00
Davide Andreoli 224cfb92c4 Python-EFL: move the sphinx themes into a proper directory 2013-04-04 21:09:39 +02:00
Davide Andreoli 03ecbfe5c8 Python-EFL: put in the new theme from sphinx site (for reference) 2013-04-04 21:03:59 +02:00
Davide Andreoli 23d388732f Python-EFL: new sphinx theme that match (more or less) the e.org site
This is not enabled by default, to enable just uncomment the
appropriate line in doc/conf.py

NOTE: This is a work in progress, the global style is there but needs
more love (it's not well readable atm)
2013-04-04 20:22:56 +02:00
Davide Andreoli 7c6afeb25f Python-EFL: add a preview image to the map docs 2013-04-04 13:23:25 +02:00
Kai Huuhko 9ac077a8d1 python-efl: Make inheritance diagrams optional.
SVN revision: 84394
2013-02-28 16:10:36 +00:00
Kai Huuhko ed4dc9e41d python-efl: Experimenting with Youtube videos in documentation.
SVN revision: 84355
2013-02-25 12:16:17 +00:00
Kai Huuhko 7681740149 python-efl: Add inheritance diagrams for evas and elm.
SVN revision: 84343
2013-02-24 14:57:02 +00:00
Kai Huuhko 2ce957823a python-efl: Enable documentation coverage analysis.
Building docs with this enabled you'll find simple .txt files in 
build/sphinx/coverage dir.


SVN revision: 84340
2013-02-24 13:23:33 +00:00
Kai Huuhko 8a964bf7ca python-efl: Update documentation config and index page.
SVN revision: 84317
2013-02-23 11:18:50 +00:00
Kai Huuhko b320b094e7 python-efl: Fix generating documentation locally (without installing it).
Update documentation version strings.


SVN revision: 84244
2013-02-19 23:08:42 +00:00
Kai Huuhko 743a747a30 python-efl: Add Sphinx documentation files.
SVN revision: 84096
2013-02-19 09:53:30 +00:00