Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added doc/source/_static/.empty
Empty file.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = []
exclude_patterns = ['ext/*', ]

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Contents
apis
troubleshooting
contribute
related
old_toolchain/index.rst


Expand Down
2 changes: 1 addition & 1 deletion doc/source/old_toolchain/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ arm-linux-androideabi-gcc: Internal error: Killed (program cc1)
---------------------------------------------------------------

This could happen if you are not using a validated SDK/NDK with Python for
Android. Go to :doc:`prerequisites.rst` to see which one are working.
Android. Go to :doc:`prerequisites` to see which one are working.

_sqlite3.so not found
---------------------
Expand Down
10 changes: 5 additions & 5 deletions doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This will first build a distribution that contains `python2` and `kivy`, and usi
You can also use ``--bootstrap=pygame``, but this bootstrap is deprecated for use with Kivy and SDL2 is preferred.

Build a WebView application
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~

To build your application, you need to have a name, version, a package
identifier, and explicitly use the webview bootstrap, as
Expand Down Expand Up @@ -158,14 +158,14 @@ If something goes wrong and you don't know how to fix it, add the
group <https://groups.google.com/forum/#!forum/kivy-users>`__ or irc
channel #kivy at irc.freenode.net .

See :ref:`Troubleshooting <troubleshooting>` for more information.
See :doc:`troubleshooting` for more information.


Advanced usage
--------------

Recipe management
~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~

You can see the list of the available recipes with::

Expand All @@ -187,7 +187,7 @@ it (edit the ``__init__.py``)::


Distribution management
~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~

Every time you start a new project, python-for-android will internally
create a new distribution (an Android build project including Python
Expand Down Expand Up @@ -215,7 +215,7 @@ Configuration file
python-for-android checks in the current directory for a configuration
file named ``.p4a``. If found, it adds all the lines as options to the
command line. For example, you can add the options you would always
include such as:
include such as::

--dist_name my_example
--android_api 19
Expand Down
3 changes: 2 additions & 1 deletion doc/source/related.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Related projects
================

python-for-android was originally created to package Kivy applications.
python-for-android was originally created to package `Kivy <https://kivy.org>`
applications.
1 change: 1 addition & 0 deletions doc/source/troubleshooting.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _troubleshooting:

Troubleshooting
===============
Expand Down