doc fixes

This commit is contained in:
Mathieu Virbel 2012-08-20 14:51:28 +02:00
parent 1d401b9da2
commit 443c2de64a
2 changed files with 8 additions and 6 deletions

View File

@ -7,7 +7,7 @@ API
This part of the documentation covers all the interfaces of Pyjnius.
Reflection Classes
Reflection classes
------------------
.. class:: JavaClass

View File

@ -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