@@ -110,7 +110,7 @@ This will first build a distribution that contains `python2` and `kivy`, and usi
110110You can also use ``--bootstrap=pygame ``, but this bootstrap is deprecated for use with Kivy and SDL2 is preferred.
111111
112112Build a WebView application
113- ~~~~~~~~~~~~~~~~~~~~~~~~~
113+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
114114
115115To build your application, you need to have a name, version, a package
116116identifier, 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
158158group <https://groups.google.com/forum/#!forum/kivy-users> `__ or irc
159159channel #kivy at irc.freenode.net .
160160
161- See :ref: ` Troubleshooting < troubleshooting > ` for more information.
161+ See :doc: ` troubleshooting ` for more information.
162162
163163
164164Advanced usage
165165--------------
166166
167167Recipe management
168- ~~~~~~~~~~~~~~~~~~
168+ ~~~~~~~~~~~~~~~~~
169169
170170You can see the list of the available recipes with::
171171
@@ -187,7 +187,7 @@ it (edit the ``__init__.py``)::
187187
188188
189189Distribution management
190- ~~~~~~~~~~~~~~~~~~~~~~~~
190+ ~~~~~~~~~~~~~~~~~~~~~~~
191191
192192Every time you start a new project, python-for-android will internally
193193create a new distribution (an Android build project including Python
@@ -215,7 +215,7 @@ Configuration file
215215python-for-android checks in the current directory for a configuration
216216file named ``.p4a ``. If found, it adds all the lines as options to the
217217command 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
0 commit comments