mirror of https://github.com/kivy/kivy.git
29 lines
578 B
HTML
29 lines
578 B
HTML
User's Guide
|
|
------------
|
|
|
|
This part of the documentation explains the basic ideas behind Kivy's design
|
|
and why you'd want to use it.
|
|
It goes on with a discussion of the architecture and shows you how to create
|
|
stunning applications in short time using the framework.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
philosophy.rst
|
|
guide-index.rst
|
|
contribute.rst
|
|
faq.rst
|
|
contact.rst
|
|
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
The API reference is a lexicographic list of all the different classes,
|
|
methods and features that Kivy offers.
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
api-index.rst
|