Skip to content

Commit 2153b5b

Browse files
committed
Updated with review comments.
1 parent adfee4d commit 2153b5b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/source/apis.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ Example::
193193
Activity lifecycle handling
194194
~~~~~~~~~~~~~~~~~~~~~~~~~~~
195195

196-
.. module:: android.activitylifecycle
197-
198196
The Android ``Application`` class provides the `ActivityLifecycleCallbacks
199197
<https://developer.android.com/reference/android/app/Application.ActivityLifecycleCallbacks>`_
200198
interface where callbacks can be registered corresponding to `activity

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python-for-android is an open source build tool to let you package
55
Python code into standalone android APKs. These can be passed around,
66
installed, or uploaded to marketplaces such as the Play Store just
77
like any other Android app. This tool was originally developed for the
8-
`Kivy cross-platform graphical framework <http://kivy.org/>`_,
8+
`Kivy cross-platform graphical framework <https://kivy.org/>`_,
99
but now supports multiple bootstraps and can be easily extended to
1010
package other types of Python apps for Android.
1111

0 commit comments

Comments
 (0)