mirror of https://github.com/kivy/kivy.git
34 lines
574 B
C++
34 lines
574 B
C++
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.
|
|
|
|
.. ifconfig:: format == 'html'
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
gettingstarted/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
philosophy
|
|
installation/installation
|
|
guide-index
|
|
tutorials-index
|
|
contribute
|
|
faq
|
|
contact
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
guide2-index
|
|
|
|
.. include:: api-index.rst
|