kivy/doc
Mathieu Virbel b8f1cca4c3 doc: fix sidebar scrolling and avoid to scroll out of the documents bounds. closes #438 2012-04-05 11:09:23 +02:00
..
sources doc: fix sidebar scrolling and avoid to scroll out of the documents bounds. closes #438 2012-04-05 11:09:23 +02:00
Makefile Remove whitespace [Gun.io WhitespaceBot] 2011-10-30 18:15:46 -04:00
README kivy: first import 2010-11-03 17:05:03 -04:00
autobuild.py doc: ignore _event module 2012-03-25 13:20:45 +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/