From 34f35ee991468097ba7fb88950f4d7db0b3f1a67 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 10 Jan 2014 15:41:46 +0200 Subject: [PATCH] doc: Added intro doc to kivy.base --- kivy/base.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kivy/base.py b/kivy/base.py index e65919bbe..31c04da1d 100644 --- a/kivy/base.py +++ b/kivy/base.py @@ -1,7 +1,14 @@ # pylint: disable=W0611 ''' +Kivy Base +========= + +This module contains core Kivy functionality and is not intended for end users. +Feel free to look though it, but calling any of these methods directly may well +result in unpredicatable behavior. + Event loop management -===================== +--------------------- '''