Commit Graph

19 Commits

Author SHA1 Message Date
Peter Badida 77f8882ae4 Fix typos and links 2016-05-21 11:45:03 +02:00
Zen-CODE 0b983ed0bf doc: revisions to examples 2015-03-23 22:56:34 +02:00
Zen-CODE 6eb1a8f132 doc:tweaks 2015-03-22 17:50:53 +02:00
Zen-CODE 2e30d13fd1 doc: tweaks/spelling fixes to examples/application/app_suite.py 2015-03-22 17:46:14 +02:00
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 31cdcaa468 examples/application - label kv files
Change button text  on examples/application files so that button says
from which file it came.
2015-02-11 19:50:47 -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 40e930bfcc Convert print statements to print function
Use print_function from __futures__ and covert print statements to
function calls for later use in Python 3.  Also, clean up minor
verbiage.
2014-12-13 12:15:00 -08:00
Charles Merriam 029796c42e Add prebuilt widget example
Add another example to the app_suite.py, showing how to use builder
during initialization to create the widget, then adding it from a
build() function.
2014-12-13 01:55:09 -08:00
Charles Merriam 427d1bc30f Create app_suite demo
Create another example to demonstrate ways of starting an application.
Other demos covered some of these, though not the kivy language from a
string.  Each demonstration prints the source code of the executed
window onto stdout to interleave with debugging output.
2014-12-12 13:55:00 -08:00
Richard Larkin a4e087f307 Merge pull request #1816 from k4rtik/patch-3
Thanks ;-)
2014-01-26 09:42:48 -08:00
Kartik Singhal 1e87a9803c Correct description comment, add a line break 2014-01-26 14:41:03 +05:30
Kartik Singhal d5b8763d94 Fix a minor typo 2014-01-26 14:37:59 +05:30
tshirtman 20bf42f885 fix a lot of tab characters in examples… 2012-08-07 11:45:53 +02:00
tshirtman 9719aaed80 replace tab with spaces in example kv. 2012-08-07 11:38:27 +02:00
Mathieu Virbel 4378afca9c doc: add some comments for examples 2011-06-19 19:42:40 +02:00
Mathieu Virbel e49c3298b5 App: add kv_directory parameter to load kv from a different directory than the current App class file. Closes #62
(Credits to SparrowG for the initial patch)
2011-04-19 11:46:27 +02:00
Mathieu Virbel 571911f3c5 App: automatic loading of corresponding kv file if exist
+ rewrite app documentation
+ include example about how to create an app with build or kv
2011-01-31 17:42:41 +01:00