sandbox: add documentation generation + register sandbox

This commit is contained in:
Mathieu Virbel 2013-10-11 11:01:30 +02:00
parent f5771974c5
commit d8d1874937
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import kivy
import kivy.app
import kivy.metrics
import kivy.atlas
import kivy.context
import kivy.core.audio
import kivy.core.camera
import kivy.core.clipboard

View File

@ -145,6 +145,7 @@ r('SlideTransition', module='kivy.uix.screenmanager')
r('SwapTransition', module='kivy.uix.screenmanager')
r('WipeTransition', module='kivy.uix.screenmanager')
r('FadeTransition', module='kivy.uix.screenmanager')
r('Sandbox', module='kivy.uix.sandbox')
r('Video', module='kivy.uix.video')
r('VideoPlayer', module='kivy.uix.videoplayer')
r('VideoPlayerVolume', module='kivy.uix.videoplayer')