kivy/doc
Mathieu Virbel ccf2b77fad doc: add send-to method for executing kivy app. Closes #124 2011-05-02 20:30:55 +02:00
..
sources doc: add send-to method for executing kivy app. Closes #124 2011-05-02 20:30:55 +02:00
Makefile kivy: first import 2010-11-03 17:05:03 -04:00
README kivy: first import 2010-11-03 17:05:03 -04:00
autobuild.py window: remove any reference to KIVY_SHADOW, this is not used anymore at all. Window is created as soon as kivy.core.window is imported + as soon as opengl is used. Closes #126 2011-05-02 10:09:29 +02:00

README

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

You can access to the API documentation on web :
  * last released version : http://kivy.org/docs/api
  * trunk version, nightly updated : http://kivy.org/docs/api-trunk/


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

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

Run autobuild.py :
  python autobuild.py

And generate documentation
  make html

Documentation will be accessible in build/html/