Commit Graph

8 Commits

Author SHA1 Message Date
Charles Merriam d9e2bbe838 Clean up spaces in files I touched.
This only affects spacing in documentation.  Specifically, I usually
put two spaces after a period, like I just did.  This rips out that
extra space in lots of documentation.
2015-02-11 20:43:21 -08: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
Alexander Taylor faff48dd2a Removed debug line in texture.py example 2014-08-02 01:42:25 +01:00
Alexander Taylor 256a9373b5 Added image for texture example 2014-07-30 22:33:53 +01:00
Alexander Taylor 92b0b54482 Changed texture example ui to be clearer 2014-07-30 22:27:22 +01:00
Alexander Taylor 8fc1c193ed Fixed texture example bug with finding texture 2014-07-30 22:23:36 +01:00
Alexander Taylor 1aac389b53 Added canvas texture example (tex_coords, wrap) 2014-07-30 22:19:13 +01:00