From ae0bf717754a24cd931b5b50c0b1af4f519669ff Mon Sep 17 00:00:00 2001 From: Peter Badida Date: Thu, 1 Sep 2016 13:51:51 +0200 Subject: [PATCH] Fix typos in 541b5cf It worked locally. --- doc/sources/gettingstarted/diving.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/sources/gettingstarted/diving.rst b/doc/sources/gettingstarted/diving.rst index 4b8bdbee5..bacbc85d2 100644 --- a/doc/sources/gettingstarted/diving.rst +++ b/doc/sources/gettingstarted/diving.rst @@ -9,20 +9,20 @@ directory. You should try modifying/improving/adapting them to your needs. Browse our `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 is open source, so you can **contribute**. Take a look at the :doc:`/contribute` section for guidelines.