doc: revisions to doc/sources/gettingstarted/diving.rst

This commit is contained in:
Zen-CODE 2014-03-10 23:20:49 +02:00
parent 6a973a04f4
commit 9e13a4c1fa
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ Diving in
To get straight into kivy, take a look at :doc:`/index`.
Kivy comes with a set of :doc:`examples` in the ``kivy_installation/examples`` directory.
You should try modifying/improving/adapting them to your needs.
Kivy comes with a set of :doc:`examples` in the ``kivy_installation/examples``
directory. You should try modifying/improving/adapting them to your needs.
Browse the `snippet wiki <http://wiki.kivy.org>`_. You can even add your own snippet in
the user snippets section.
Browse the `snippet wiki <https://github.com/kivy/kivy/wiki/Snippets>`_. You can
even add your own snippet in the user snippets section.
Understand the basics about :mod:`kivy graphics <kivy.graphics>`.