mirror of https://github.com/kivy/kivy.git
doc: revisions to doc/sources/gettingstarted/diving.rst
This commit is contained in:
parent
6a973a04f4
commit
9e13a4c1fa
|
@ -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>`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue