kivy/doc
Ryan Pessa ff9bb377e0 Merge branch 'master' of github.com:kived/kivy 2012-12-10 14:46:21 -06:00
..
sources Merge branch 'master' of github.com:kived/kivy 2012-12-10 14:46:21 -06:00
Makefile
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/