diff --git a/docs/source/android.rst b/docs/source/android.rst index 4c9ed92..2c069d1 100644 --- a/docs/source/android.rst +++ b/docs/source/android.rst @@ -215,8 +215,7 @@ You'll obtain something like this:: Using TextToSpeech ------------------ -Same as the audio capture, by looking at the -By looking at the `An introduction to Text-To-Speech in Android +Same as the audio capture, by looking at the `An introduction to Text-To-Speech in Android `_ blog post, it's easy to do it with Pyjnius:: from jnius import autoclass diff --git a/docs/source/api.rst b/docs/source/api.rst index 5a99be3..959be7c 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -1,5 +1,5 @@ -.. _api: +.. _api: API === @@ -169,6 +169,10 @@ Reflection functions >>> autoclass('java.lang.System') + autoclass can also represent a nested Java class: + + >>> autoclass('android.provider.Settings$Secure') + Java class implementation in Python -----------------------------------