Blame src/python-problem/doc/index.rst

Packit Service 8a8a03
.. abrt-python documentation master file, created by
Packit Service 8a8a03
   sphinx-quickstart on Tue Dec  4 12:03:58 2012.
Packit Service 8a8a03
   You can adapt this file completely to your liking, but it should at least
Packit Service 8a8a03
   contain the root `toctree` directive.
Packit Service 8a8a03
Packit Service 8a8a03
abrt-python
Packit Service 8a8a03
===========
Packit Service 8a8a03
Packit Service 8a8a03
High-level API for querying, creating and manipulating
Packit Service 8a8a03
problems handled by `ABRT <https://fedorahosted.org/abrt/>`_ 
Packit Service 8a8a03
in Python.
Packit Service 8a8a03
Packit Service 8a8a03
It works on top of low-level DBus or socket API provided
Packit Service 8a8a03
by ABRT. Socket API serves only as a fallback option
Packit Service 8a8a03
for systems without new DBus problem API
Packit Service 8a8a03
as it can only handle the creation of new problems.
Packit Service 8a8a03
Packit Service 8a8a03
This project lives in the
Packit Service 8a8a03
`abrt repository <http://git.fedorahosted.org/git/abrt.git>`_ 
Packit Service 8a8a03
and is distributed under GPLv2 license.
Packit Service 8a8a03
Packit Service 8a8a03
Contents:
Packit Service 8a8a03
Packit Service 8a8a03
.. toctree::
Packit Service 8a8a03
   :maxdepth: 2
Packit Service 8a8a03
Packit Service 8a8a03
   usage
Packit Service 8a8a03
   api
Packit Service 8a8a03
   properties
Packit Service 8a8a03
Packit Service 8a8a03
Indices and tables
Packit Service 8a8a03
==================
Packit Service 8a8a03
Packit Service 8a8a03
* :ref:`genindex`
Packit Service 8a8a03
* :ref:`modindex`
Packit Service 8a8a03
* :ref:`search`
Packit Service 8a8a03