Commit Graph

18 Commits

Author SHA1 Message Date
Peter Badida f5d8a339f2 Docs: Fix warnings in RST build 2017-11-11 21:48:15 +01:00
dessant 4c6690bd6f pep8 fixes 2016-12-18 16:11:41 +02:00
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
Piotr Kasprzyk c7cc3c6724 Fix remaining misspellings 2016-09-07 11:23:44 +02:00
dessant 6f660002ff remove unused imports in examples 2016-03-15 12:17:09 +02:00
dessant 67b0332868 remove shebangs 2015-10-13 23:50:51 +03:00
Zen-CODE 240ce422a0 doc: tweaks to examples/demo/multistroke/main.py 2015-04-04 17:58:01 +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
Terje Skjaeveland 9b3f2bbe80 Use pickle protocol 0 and use lambda for sorted key to avoid unicode problem for str.lower 2014-06-17 21:02:14 +02:00
Terje Skjaeveland 30617fda05 Python3 compatibility for multistroke and demo 2014-06-17 20:48:05 +02:00
Suriyan b3707dab81 Fix missing 'string.lower()' after cleanup 2014-05-21 21:55:07 +07:00
Terje Skjaeveland 4ee204c553 pep8 fixes 2014-05-04 11:09:29 +02:00
Terje Skjaeveland 89b5c78fd9 py3 compatible print in docs, move __all__ to top of files 2014-05-04 10:49:51 +02:00
Terje Skjaeveland cbb8de5576 Rename GestureContainer.get_candidate() to .get_vectors()
Avoid confusion with GestureCandidate, this function is used for both
templates and candidates.
2014-04-10 17:23:30 +02:00
Terje Skjaeveland c38cacae1f pep8 fixes 2014-04-06 14:42:30 +02:00
Terje Skjaeveland 59d89c1320 Cleanup - remove unused imports 2014-04-06 14:11:52 +02:00
Terje Skjaeveland e6b3812e6d Initial import of new multistroke recognizer and demo app 2014-04-06 01:07:42 +02:00