1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
.. 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: 1
rest1
rest2
usage
changelog
exceptions
glossary
.. csv-table:: Python version compatibility:
:header: "Python", "rt"
:widths: 15, 15
"2.7", "< 2.0.0"
">= 3.5, <3.7", ">= 2.0.0, < 3.0.0"
">= 3.7", ">= 3.0.0, < 3.1.0"
">= 3.8", ">= 3.0.0"
.. note:: Please note that starting with the major release of v3.0.0, this library requires Python version >= 3.8.
See the *Python version compatibility* table above for more detailed information.
.. warning:: Although version 3.x still supports RT REST API version 1, it contains minor breaking changes.
Please see the :doc:`changelog` in the documentation for details.
Get the rt module
=================
Using pip::
pip install rt
Using project git repository::
git clone https://github.com/python-rt/python-rt
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|