kivy/doc
Edwin Marshall (aspidites) 4ae1b14d11 - trying a more flexible method of suppressing warnings
- added reference to clock documentation
2012-07-28 02:46:38 -05:00
..
sources - trying a more flexible method of suppressing warnings 2012-07-28 02:46:38 -05:00
Makefile - trying a more flexible method of suppressing warnings 2012-07-28 02:46:38 -05:00
README - updated readme 2012-07-25 14:18:54 -05:00
autobuild.py dont activate the warning as error on sphinx, we need the gettingstarted generated, even if its not referenced in the toc + optim to not rewrite rst file if the content didnt change, it prevent sphinx to reread the source. 2012-07-28 08:05:05 +02:00

README

Kivy - Documentation
====================

You can access the API documentation on web :
  * last released version : http://kivy.org/docs/api
  * trunk version, updated nightly  : http://kivy.org/docs/api-trunk/


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/