mirror of https://github.com/kivy/kivy.git
parent
541b5cfb33
commit
ae0bf71775
|
@ -9,20 +9,20 @@ directory. You should try modifying/improving/adapting them to your needs.
|
|||
Browse our `wiki <https://github.com/kivy/kivy/wiki>`_ for info on related
|
||||
projects, tutorials and snippets.
|
||||
|
||||
Understand the basics about :doc:`api-kivy.graphics`.
|
||||
Understand the basics about :doc:`/api-kivy.graphics`.
|
||||
|
||||
Take a look at the built-in :doc:`api-kivy.uix`.
|
||||
Take a look at the built-in :doc:`/api-kivy.uix`.
|
||||
|
||||
Follow the :doc:`/guide-index` to get even more familiar with kivy.
|
||||
|
||||
See how to use different :doc:`api-kivy.modules` in the modules section,
|
||||
such as the :doc:`api-kivy.modules.inspector` for live inspection.
|
||||
See how to use different :doc:`/api-kivy.modules` in the modules section,
|
||||
such as the :doc:`/api-kivy.modules.inspector` for live inspection.
|
||||
|
||||
Learn how to handle custom :doc:`api-kivy.input`.
|
||||
Learn how to handle custom :doc:`/api-kivy.input`.
|
||||
|
||||
See how kivy has been extended with :doc:`api-kivy.ext` support.
|
||||
See how kivy has been extended with :doc:`/api-kivy.ext` support.
|
||||
|
||||
Familiarize yourself with the :doc:`api-kivy`.
|
||||
Familiarize yourself with the :mod:`Kivy Framework <kivy>`.
|
||||
|
||||
Kivy is open source, so you can **contribute**. Take a look at the
|
||||
:doc:`/contribute` section for guidelines.
|
||||
|
|
Loading…
Reference in New Issue