From 79031c2d62bac125f0e1bba65e38079c64673035 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Tue, 30 Apr 2013 15:57:36 -0500 Subject: [PATCH] Revisions to getttingstarted\diving.rst --- doc/sources/gettingstarted/diving.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/sources/gettingstarted/diving.rst b/doc/sources/gettingstarted/diving.rst index d06adc26f..6ee42c023 100644 --- a/doc/sources/gettingstarted/diving.rst +++ b/doc/sources/gettingstarted/diving.rst @@ -1,25 +1,28 @@ Diving in --------- -To further get into kivy take a look at :doc:`/index` +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. -Browse the `snippet wiki `_ . You can even add your snippet in the user snippets section. +Browse the `snippet wiki `_ . You can even add your own snippet in +the user snippets section. -Understand the basics about :mod:`kivy graphics ` +Understand the basics about :mod:`kivy graphics `. -Take a look at the built-in :mod:`widgets ` +Take a look at the built-in :mod:`widgets `. Follow the :doc:`/guide-index` to get even more familiar with kivy. -See how to use different :mod:`Modules ` like the Inspector for live inspection in the modules section. +See how to use different :mod:`Modules ` in the modules section, +like the :mod:`Inspector ` for live inspection. -Learn how to handle custom :mod:`Input ` +Learn how to handle custom :mod:`Input `. See how kivy has been extended with :mod:`extensions ` support. -Familiarize yourself with the :mod:`kivy framework ` +Familiarize yourself with the :mod:`kivy framework `. -Kivy is open source so you can **contribute** , take a look at :doc:`/contribute` section to see the guidelines. +Kivy is open source, so you can **contribute**. Take a look at the :doc:`/contribute` +section for guidelines. \ No newline at end of file