.. Interval Set documentation master file, created by sphinx-quickstart on Mon Jan 30 15:08:25 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Interval Set's documentation! ======================================== This library is a simple way to describe and manage closed interval set with native python object: a list of tuple. See the :ref:`library_doc` for more details and examples. This library was made to be simple and reliable. All functions are tested against the examples given in the docstrings. You can run the test with py.test like this:: py.test -v --doctest-module interval_set .. toctree:: :maxdepth: 2 :caption: Contents: library_doc Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`