Skip to content

Commit 9c19904

Browse files
committed
More small doc fixes
1 parent 8e6a56c commit 9c19904

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

doc/source/bootstraps.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ of Python project for Android.
1919

2020

2121
Current bootstraps
22-
==================
22+
------------------
2323

2424
python-for-android includes the following bootstraps by default, which
2525
may be chosen by name with a build parameter, or (by default) are
@@ -33,7 +33,7 @@ background to serve a flask or django site from the phone itself.
3333

3434

3535
pygame
36-
------
36+
%%%%%%
3737

3838
This builds APKs exactly like the old p4a toolchain, using Pygame as
3939
the windowing and input backend.
@@ -42,7 +42,7 @@ This bootstrap automatically includes pygame, kivy, and python. It
4242
could potentially be modified to work for non-Kivy projects.
4343

4444
sdl2
45-
----
45+
%%%%
4646

4747
This builds APKs using SDL2 as the window and input backend. It is not
4848
fully developed compared to the Pygame backend, but has many
@@ -56,15 +56,15 @@ pysdl2 and pyopengl. `Vispy <http://vispy.org/>`_ also runs on android
5656
this way.
5757

5858
empty
59-
-----
59+
%%%%%
6060

6161
This bootstrap has no dependencies and cannot actually build an
6262
APK. It is useful for testing recipes without building unnecessary
6363
components.
6464

6565

6666
Creating a new bootstrap
67-
========================
67+
------------------------
6868

6969
A bootstrap class consists of just a few basic components, though one of them must do a lot of work.
7070

doc/source/contribute.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Contributing
22
============
33

4-
Github etc.
4+
The development of python-for-android is managed by the Kivy team `via
5+
Github <https://github.com/kivy/python-for-android>`_.
6+
7+
Issues and pull requests are welcome via the integrated `issue tracker
8+
<https://github.com/kivy/python-for-android/issues>`_.

doc/source/old_toolchain/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.. Python For Android documentation master file, created by
2-
sphinx-quickstart on Wed Jan 11 02:31:33 2012.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
51

62
Old p4a toolchain doc
73
=====================

doc/source/troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ in the compilation and packaging steps.
1111

1212
If reporting a problem by email or irc, it is usually helpful to
1313
include this full log, via e.g. a `pastebin
14-
<http://paste.ubuntu.com/>` or `Github gist
15-
<https://gist.github.com/>`.
14+
<http://paste.ubuntu.com/>`_ or `Github gist
15+
<https://gist.github.com/>`_.
1616

1717
Getting help
1818
------------

0 commit comments

Comments
 (0)