doc: Added intro doc to kivy.base

This commit is contained in:
Zen-CODE 2014-01-10 15:41:46 +02:00
parent c49f3a9461
commit 34f35ee991
1 changed files with 8 additions and 1 deletions

View File

@ -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
=====================
---------------------
'''