kivy/doc
Mathieu Virbel d6b301cf7e doc: update android packaging for usage with android sdk rev14. #294 2011-10-30 19:45:59 +01:00
..
sources doc: update android packaging for usage with android sdk rev14. #294 2011-10-30 19:45:59 +01:00
Makefile add options for generating gettext 2011-10-04 15:59:11 +02:00
README kivy: first import 2010-11-03 17:05:03 -04:00
autobuild.py urlrequest: new class for doing asynchronous web request. 2011-08-16 18:28:44 +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/