2010-11-03 21:05:03 +00:00
|
|
|
Kivy - Documentation
|
|
|
|
====================
|
|
|
|
|
2012-07-22 15:08:33 +00:00
|
|
|
You can access the API documentation on web :
|
2012-08-09 11:20:14 +00:00
|
|
|
* last released version : http://kivy.org/docs/api-index.html
|
2010-11-03 21:05:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
How to build the documentation
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
You need to install :
|
|
|
|
* Python Sphinx (apt-get install python-sphinx)
|
|
|
|
* Latest kivy
|
|
|
|
|
2012-07-24 02:20:59 +00:00
|
|
|
Generate documentation using make::
|
2010-11-03 21:05:03 +00:00
|
|
|
make html
|
|
|
|
|
|
|
|
Documentation will be accessible in build/html/
|
|
|
|
|