kivy/doc
Oscar Ramirez 0fa3694494 Fixed path for docs and resulting html when building docs
Seems docs/README was located in the sources directory at one point.
Similarly, the build directory is now located inside the docs folder.
Some trailing whitespaces were also removed.
2012-12-18 08:54:50 -07:00
..
sources Fixed path for docs and resulting html when building docs 2012-12-18 08:54:50 -07:00
Makefile more corrections to docs 2012-08-09 13:50:05 +02:00
README README links to correct API doc location 2012-08-09 13:20:14 +02:00
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/