kivy/doc
qua-non 6fa2552f51 Merge pull request #718 from kivy/splitter
Splitter widget for re-sizing child widget/layout
2012-12-08 16:40:28 -08:00
..
sources Merge pull request #718 from kivy/splitter 2012-12-08 16:40:28 -08:00
Makefile more corrections to docs 2012-08-09 13:50:05 +02:00
README
autobuild.py screen: add module into the documentation 2012-11-02 18:27:32 +01:00

README

Kivy - Documentation
====================

You can access the API documentation on web :
  * last released version : http://kivy.org/docs/api-index.html


How to build the documentation
------------------------------

You need to install :
  * Python Sphinx (apt-get install python-sphinx)
  * Latest kivy

Generate documentation using make::
  make html

Documentation will be accessible in build/html/