mirror of https://github.com/kivy/pyjnius.git
doc fixes
This commit is contained in:
parent
1d401b9da2
commit
443c2de64a
|
@ -7,7 +7,7 @@ API
|
|||
|
||||
This part of the documentation covers all the interfaces of Pyjnius.
|
||||
|
||||
Reflection Classes
|
||||
Reflection classes
|
||||
------------------
|
||||
|
||||
.. class:: JavaClass
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
Welcome to Pyjnius
|
||||
==================
|
||||
|
||||
Welcome to Pyjnius's documentation. This documentation is divided into
|
||||
differents parts. We recommend you to start with :ref:`installation`,
|
||||
and then head over to the :ref:`quickstart`. You can also check :ref:`android`
|
||||
for specific example for the Android platform. If you'd rather dive into the
|
||||
internals of Pyjnius, check out the :ref:`api` documentation.
|
||||
Pyjnius is a Python library for accessing Java classes.
|
||||
|
||||
This documentation is divided into differents parts. We recommend you to start
|
||||
with :ref:`installation`, and then head over to the :ref:`quickstart`. You can
|
||||
also check :ref:`android` for specific example for the Android platform. If
|
||||
you'd rather dive into the internals of Pyjnius, check out the :ref:`api`
|
||||
documentation.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
Loading…
Reference in New Issue