Commit Graph

16 Commits

Author SHA1 Message Date
Mathieu Virbel bae94bc3db first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
Qua-non d9bd348cee uix: New widget CodeInput, highlited code editor 2012-10-19 04:15:10 +05:30
Edwin Marshall (aspidites) 278614d84a - updated references of ' ::' to '::' where appropriate
- made doc/Makefile call autodoc.py
- doc warnings treated as errors
2012-07-25 14:18:54 -05:00
Mathieu Virbel 5e29474863 doc: extend autodoc extension to fix/hide/live rename module in doc (hide the _event module to the user, always use event module instead.) 2012-05-29 03:19:58 +02:00
Mathieu Virbel 096427133d doc: fix cython extension for beeing correctly documented, using latest cython 0.15.1 2012-01-25 17:54:13 +01:00
Mathieu Virbel d03c00ddc6 highlight: move pygments lexer for kv in the good path + include it for kv highlight in sphinx. Use it in lang documentation. 2011-10-04 10:29:50 +02:00
Mathieu Virbel 483c30195c doc: fixes for sphinx 1.1 2011-09-28 22:58:15 +02:00
Mathieu Virbel c72858170f preprocess: remove the title in the documentation to prevent double title 2011-07-09 18:53:51 +02:00
Mathieu Virbel 35fea2af34 sphinx: fix preprocess for cython functions 2011-07-06 18:13:32 +02:00
Mathieu Virbel ba7a7dabb6 doc: pass everywhere to reduce the amount of doc error 2011-06-28 12:50:34 +02:00
Mathieu Virbel 3e2fc4c745 doc: lot of fixes to make cython class look like python documentation. Closes #17 2011-06-28 12:06:26 +02:00
Mathieu Virbel c1cdee84e5 doc: fix comment color (increase darkness, it's very hard to read) + add align-right css for beein able to align image to right (with margin) 2011-06-06 16:15:04 +02:00
Christopher Denter fe504d7553 Docs: First take at nicer PDF generation. Basic fonts/layout adapted by
Flask (thanks Armin). Adapted our website color scheme where applicable.
Also added a Pygments highlighting style for code snippets.

To generate: make pdf in root folder and the pdf will be in
doc/build/latex/Kivy.pdf

TODO:
	* Get proper logo file for frontpage
	* Write Pygments lexer for kv lang
	* Would be nice if code boxes were also rounded. Find LaTeX guru
2011-03-16 13:48:07 +01:00
Mathieu Virbel dd472c2483 update documentation for making toctree readable.
add ignore_list for autobuild.
2010-12-21 19:36:45 +01:00
Mathieu Virbel b5bf7130bc enhance preprocessing module to fully support signature generation for cython module.
all cython module must have the embedsignature=True activated to make it work.
2010-12-21 19:05:42 +01:00
Mathieu Virbel 5eb87c1221 change how the title documentation are generated. Now the title are not duplicated anymore.
+ move texture.py into graphics
+ remove obj.py, plugin.py
2010-12-21 15:57:47 +01:00