From 3fb1b3e954e7d14052ce0a90d941559181414531 Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Sat, 31 Jan 2015 18:16:40 -0800 Subject: [PATCH] Add examples/canvas/circle.py docstring --- examples/canvas/circle.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/canvas/circle.py b/examples/canvas/circle.py index 82469d4e1..093dc1d32 100644 --- a/examples/canvas/circle.py +++ b/examples/canvas/circle.py @@ -1,4 +1,13 @@ -# this is for testing angle_stop/angle_start +''' +Circle Example +============== + +This example exercises circle (ellipse) drawing. You should see sliders at the +top of the screen with the Kivy logo below it. The sliders control the +angle start and stop and the height and width scales. There is a button +to reset the sliders. The entire example is coded in the +kv language description. +''' from kivy.app import App from kivy.lang import Builder