From a8329d413958ff2c74a525694f5e7a98772a6f1a Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 30 Jul 2014 21:28:59 +0200 Subject: [PATCH] doc: quoted to section name in guide/packaging-android.rst --- doc/sources/guide/packaging-android.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/packaging-android.rst b/doc/sources/guide/packaging-android.rst index bdf2bd58d..f9a885947 100644 --- a/doc/sources/guide/packaging-android.rst +++ b/doc/sources/guide/packaging-android.rst @@ -264,5 +264,5 @@ some clear design decisions. It includes its own set of widgets and by default, builds an APK with all the required core dependencies and libraries. It is possible to target specific Android features, both directly and -in a (somewhat) cross-platform way. See the Using Android APIs section +in a (somewhat) cross-platform way. See the `Using Android APIs` section of the :doc:`Kivy on Android documentation ` for more details.