kivy/doc/README

20 lines
405 B
Plaintext
Raw Normal View History

2010-11-03 21:05:03 +00:00
Kivy - Documentation
====================
You can access the API documentation on web :
* 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/