From 94d1bfd3be56dad13b1644f34e777fcf98bee048 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Fri, 24 Jan 2014 04:51:01 -0800 Subject: [PATCH] Updated wiki_proposed (markdown) --- wiki_proposed.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki_proposed.md b/wiki_proposed.md index 8022057..2e92ce4 100644 --- a/wiki_proposed.md +++ b/wiki_proposed.md @@ -12,7 +12,7 @@ You have just landed at the Kivy wiki, a collection of useful information for th * [[Snippets]]: Collection of useful code snippets for common tasks. (point to what's on existing wiki home) * [[Kivy Blogs and Blog Posts]]: Blog posts about Kivy by Kivy users from around the world -* [[Profiling your Kivy application]]: Learn to optimize and tweak you Kivy app +* [Profiling your Kivy application](https://github.com/chaosbuffalolabs/kivy-profilers): Learn to optimize and tweak you Kivy app * [The Kivy Garden](https://github.com/kivy-garden/): A collection of Kivy widgets from the community # Gaming @@ -21,10 +21,10 @@ You have just landed at the Kivy wiki, a collection of useful information for th # Mobiles -Plyer: a platform-independant api to use features commonly found on various platforms, notably mobile ones (https://github.com/kivy/plyer) -Pyjnius: a Python module to access Java class as Python class, using JNI. (https://github.com/kivy/pyjnius) -Pyobjus: a Python module to access Objective-C class as Python class, using Objective-C runtime reflection (https://github.com/kivy/pyobjus) -Knappdor on github: For Facebook/Twitter on Android, native Android dialogs an Toast, billing examples and more (https://github.com/knappador?tab=repositories) +* [Plyer](https://github.com/kivy/plyer): a platform-independant api to use features commonly found on various platforms, notably mobile ones () +* [Pyjnius](https://github.com/kivy/pyjnius): a Python module to access Java class as Python class, using JNI. +* [Pyobjus](https://github.com/kivy/pyobjus): a Python module to access Objective-C class as Python class, using Objective-C runtime reflection +* [Knappdor on github](https://github.com/knappador?tab=repositories): For Facebook/Twitter on Android, native Android dialogs an Toast, billing examples and more # Getting help