diff --git a/doc/sources/guide-index.rst b/doc/sources/guide-index.rst index d503d7d66..2109134b1 100644 --- a/doc/sources/guide-index.rst +++ b/doc/sources/guide-index.rst @@ -1,3 +1,5 @@ +.. _guide-index: + Programming Guide ================= diff --git a/doc/sources/index.rst b/doc/sources/index.rst index 737e38e3d..fc38b1914 100644 --- a/doc/sources/index.rst +++ b/doc/sources/index.rst @@ -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`.