examples/demo/kivycatalog - Remove README

Removed the ReadMe file as all information is now in the kivycatalog
docstring.
This commit is contained in:
Charles Merriam 2015-02-11 19:57:20 -08:00
parent 31cdcaa468
commit d5c2443835
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
This is the Kivy Catalog viewer.
1. It showcases various widgets available in Kivy.
2. It allows interactive editing of Kivy language files
to get immediate feedback as to how they work
Adding a new .kv file to the Kivy Catalog.
1. Add the .kv file to the container_kvs directory.
2. Reference the .kv file in kivycatalog.kv, in the ScreenManager section.
Known bugs:
* The DropDown
* Some widgets are still missing