Commit Graph

6 Commits

Author SHA1 Message Date
Saqib Azim 5913d861f4 Fix for pep8 errors (#4815)
* Fix pep8 errors

* Fix pep8 errors

* Fixing pep8 errors

* fixing pep8 errors

* E731 pep8 fixes resolved for some files

* fix for E741 and E305 for some files

* pep8 fixes
2016-12-17 09:50:52 +02:00
Charles Merriam f16fe11ac9 examples/ - Update docstrings
Update or create docstrings from many of the examples.  This is part of
the gallery project, as the new docstrings will be the website visible
documentation for the example.   Some changes are to use the main
phrase of ‘the file xx.py’ to include related files on the gallery page.

These are all documentation changes only.
2015-02-11 20:00:30 -08:00
Charles Merriam 02c30a4e9f Fix examples/ PEP8 errors. Mostly white space.
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long.   Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Charles Merriam 3fb1b3e954 Add examples/canvas/circle.py docstring 2015-01-31 18:16:40 -08:00
Alexander Taylor 9790cbfb72 Fixed texture cropping for new circle drawing alg. 2013-09-28 17:52:43 +01:00
Mathieu Virbel 9d349a6501 ellipse: add faster algo when drawing circle (credits goes to http://slabode.exofire.net/circle_draw.shtml) 2013-09-27 18:24:21 +02:00