From 443c2de64ab760b19645d7c92d62085fbb11a0c6 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 20 Aug 2012 14:51:28 +0200 Subject: [PATCH] doc fixes --- docs/source/api.rst | 2 +- docs/source/index.rst | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index 80bfccc..398ef67 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -7,7 +7,7 @@ API This part of the documentation covers all the interfaces of Pyjnius. -Reflection Classes +Reflection classes ------------------ .. class:: JavaClass diff --git a/docs/source/index.rst b/docs/source/index.rst index d2476f2..dcbdff5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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