kivy/doc
Mathieu Virbel b3c4dd93e1 fix checkout / clone 2011-01-23 18:20:33 +01:00
..
sources fix checkout / clone 2011-01-23 18:20:33 +01: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 enable animation documentation 2011-01-04 12:44:00 +01: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/