mirror of https://github.com/kivy/kivy.git
doc: reference the gettingstarted on the doc start page.
This commit is contained in:
parent
70891fce3e
commit
93cac98237
|
@ -1,3 +1,5 @@
|
|||
.. _guide-index:
|
||||
|
||||
Programming Guide
|
||||
=================
|
||||
|
||||
|
|
|
@ -8,12 +8,10 @@ Welcome to Kivy's documentation. Kivy is an open source software library for rap
|
|||
development of applications equipped with novel user interfaces, such as
|
||||
multi-touch apps.
|
||||
|
||||
You are probably wondering why you'd be interested in using Kivy. There is
|
||||
a document outlining our :ref:`philosophy` that we encourage you to read.
|
||||
We recommend that you get started with :doc:`/gettingstarted/index`. Then head over the :ref:`guide-index`. We also have a :ref:`quickstart` if you are impatient.
|
||||
|
||||
We recommend that you get started with :ref:`installation` and then head over to
|
||||
the :ref:`quickstart` document. Besides the quickstart, there is also a more
|
||||
detailed :ref:`architecture`.
|
||||
You are probably wondering why you'd be interested in using Kivy. There is
|
||||
a document outlining our :ref:`philosophy` that we encourage you to read, and an detailed :ref:`architecture`.
|
||||
|
||||
If you want to contribute to Kivy, make sure to read :ref:`contributing`. If your
|
||||
concern isn't addressed in the documentation, feel free to :ref:`contact`.
|
||||
|
|
Loading…
Reference in New Issue