mirror of https://github.com/kivy/kivy.git
c7408e0b0d
- added exclude_patterns to sphinx config - changed doc reference to module reference in inputs.rst - reformated FloatLayout's documentation a bit - replaced references of RelativeFloatLayout with RelativeLayout |
||
---|---|---|
.. | ||
sources | ||
Makefile | ||
README | ||
autobuild.py |
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/