Commit Graph

12 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
saurabhiiit 34d15ffeea kivy/examples/canvas/tesselate.py: Unused import 2016-03-15 14:53:34 +05:30
dessant af77ba463b use explicit floor division, fixes #3694 2015-10-14 00:03:29 +03: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 a61116bcfd tesselate.py fix logging misspelling and log on_touch_up 2015-02-01 22:53:05 -08:00
Charles Merriam a7850bb962 tesselate.py: Update top of screen display.
It had not been showing after a reset and failed to count the shapes.
2015-02-01 22:43:29 -08:00
Charles Merriam a55c0be8a5 tesslate.py: Move print statements to logging
Also dropped logging the number of vertices as it is displayed on the
screen
2015-02-01 22:42:25 -08:00
Charles Merriam 5227f4eabd tesselate.py: Add docstring 2015-02-01 22:40:55 -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
Mathieu Virbel 0b9186b649 tesselator: change the example to be compatible with python 3 2014-08-30 17:21:11 +02:00
Mathieu Virbel a77706a1b4 Separate meshes and vertices, 2 differents mode of result iterations. Added documentation, cleaned example. 2014-08-30 17:02:34 +02:00
Mathieu Virbel ae39a516a6 tesselator: add all the .c to the tesselator extension. basic mesh works, still wip. 2014-08-30 14:11:25 +02:00