doc: reference the gettingstarted on the doc start page.

This commit is contained in:
Mathieu Virbel 2012-10-25 12:11:23 +02:00
parent 70891fce3e
commit 93cac98237
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,5 @@
.. _guide-index:
Programming Guide
=================

View File

@ -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`.