kivy/doc
Edwin Marshall (aspidites) e7b8df48e0 - updated pre-commit hook to work with other distros (eg. python 2 and 3 installed) 2012-06-13 15:17:17 -07:00
..
sources - updated pre-commit hook to work with other distros (eg. python 2 and 3 installed) 2012-06-13 15:17:17 -07: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 reST docs do not generate errors on make html. 2012-05-15 21:41:15 -05: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/