mirror of https://github.com/kivy/kivy.git
20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
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/
|
|
|