.. rt documentation master file, created by
   sphinx-quickstart on Thu Jan 10 16:31:25 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to rt's documentation!
==============================

Contents:

.. toctree::
   :maxdepth: 2

   glossary

.. automodule:: rt.rt
   :members:

.. automodule:: rt.exceptions
   :members:

Get rt module
=============

Using pip::
    
    $ pip install rt

Using project git repository::
    
    $ git clone https://github.com/CZ-NIC/python-rt

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

