8000 Merge branch 'KeyWeeUsr-build_errors' · suriyan/python-for-android@70b324b · GitHub
[go: up one dir, main page]

Skip to content

Commit 70b324b

Browse files
committed
Merge branch 'KeyWeeUsr-build_errors'
2 parents 970641e + 9e50e0d commit 70b324b

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

doc/source/_static/.empty

Whitespace-only changes.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

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

8787
# The reST default role (used for this markup: `text`) to use for all
8888
# documents.

doc/source/old_toolchain/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ arm-linux-androideabi-gcc: Internal error: Killed (program cc1)
55
---------------------------------------------------------------
66

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

1010
_sqlite3.so not found
1111
---------------------

doc/source/quickstart.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This will first build a distribution that contains `python2` and `kivy`, and usi
110110
You can also use ``--bootstrap=pygame``, but this bootstrap is deprecated for use with Kivy and SDL2 is preferred.
111111

112112
Build a WebView application
113-
~~~~~~~~~~~~~~~~~~~~~~~~~
113+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
114114

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

161-
See :ref:`Troubleshooting <troubleshooting>` for more information.
161+
See :doc:`troubleshooting` for more information.
162162

163163

164164
Advanced usage
165165
--------------
166166

167167
Recipe management
168-
~~~~~~~~~~~~~~~~~~
168+
~~~~~~~~~~~~~~~~~
169169

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

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

189189
Distribution management
190-
~~~~~~~~~~~~~~~~~~~~~~~~
190+
~~~~~~~~~~~~~~~~~~~~~~~
191191

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

220220
--dist_name my_example
221221
--android_api 19

doc/source/related.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/source/troubleshooting.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. _troubleshooting:
12

23
Troubleshooting
34
===============

0 commit comments

Comments
 (0)
0