Skip to content

Commit f8b6787

Browse files
committed
More preliminary doc pages
1 parent 4f6598a commit f8b6787

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

doc/source/apis.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
Accessing Android APIs
3+
======================
4+
5+
When writing an Android application you may want to access the normal
6+
Android APIs, which are available in Java. It is by calling these that
7+
you would normally accomplish everything from vibration, to opening
8+
other applications, to accessing sensor data.
9+
10+
These APIs can be accessed from Python to perform all of these tasks
11+
and many more.

doc/source/contribute.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Contributing
2+
============
3+
4+
Github etc.

doc/source/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ Contents:
3030
:maxdepth: 2
3131

3232
quickstart
33+
installation
3334
commands
3435
recipes
3536
bootstraps
37+
apis
38+
related
39+
contribute
3640

3741
To include:
3842

doc/source/quickstart.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ Quickstart
33
==========
44

55
These simple steps run through the most simple procedure to create an
6-
APK with some simple default parameters. See the :doc:`commands`
6+
APK with some simple default parameters. See the :doc:`commands
7+
documentation <commands>` for all the different commands and build
8+
options available.

doc/source/related.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Related projects
2+
================
3+
4+
python-for-android was originally created to package Kivy applications.

0 commit comments

Comments
 (0)