From 8dc2075a2dff11fb21fb131f770675b5bf03af89 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Tue, 5 Feb 2013 18:02:50 +0530 Subject: [PATCH 1/2] docs/source/usage: link to recipes for full listing It is not immediately obvious to the new user to look up recipes, so link to it after the example. Signed-off-by: Ramkumar Ramachandra --- docs/source/usage.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index f7eebbdd71..20b5256c27 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -12,11 +12,13 @@ After a long time, you'll get a "dist/default" directory containing all the comp libraries and build.py script to package your application using thoses libraries. -You can include other libraries to compile using `-m`:: +You can include other modules (or "recipes") to compile using `-m`:: ./distribute.sh -m "openssl pyjnius kivy" ./distribute.sh -m "pil ffmpeg pyjnius kivy" +For a full list, refer to :ref:`recipes` + Available options to `distribute.sh`:: -d directory Name of the distribution directory From 6acfa3e22dd74619ded9c44b032e374cd37ffd6a Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Tue, 5 Feb 2013 18:03:51 +0530 Subject: [PATCH 2/2] docs/source/recipes: update available list Update the list of recipes from recipes/ in the source directory. Signed-off-by: Ramkumar Ramachandra --- docs/source/recipes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/recipes.rst b/docs/source/recipes.rst index cfce60f42b..8e24de7f5b 100644 --- a/docs/source/recipes.rst +++ b/docs/source/recipes.rst @@ -1,8 +1,10 @@ Available modules ================= -List of available modules: jpeg pil png sdl sqlite3 pygame kivy android -libxml2 libxslt lxml ffmpeg openssl chipmunk zope twisted +List of available recipes: android audiostream cymunk docutils ffmpeg +hostpython jpeg kivy kivy_stable libxml2 libxslt lxml mysql_connector +openssl pil png pyasn1 pycrypto pygame pyjnius pylibpd pyopenssl +pyqrcode python sdl setuptools sqlite3 twisted txws wokkel zope The up-to-date list is available at: https://github.com/kivy/python-for-android/tree/master/recipes