Update docs.
[pyutils.git] / docs / pyutils.collectionz.rst
index 0b0123797f7cfa159ea5b0f58aebed67830a3347..fa609a07664e4538a56c5066d683e70d22aadab0 100644 (file)
@@ -1,9 +1,12 @@
 pyutils.collectionz package
 ===========================
 
-This subpackage contains some homegrown collections that try to emulate
-:mod:`collections` included in the Python standard library.  It ends
-with a 'z' so as not to collide with the standard library package.
+This subpackage contains some homegrown collections that try to
+emulate :mod:`collections` included in the Python standard library
+(see:
+https://docs.python.org/3/library/collections.html#module-collections).
+It ends with a 'z' so as not to collide with the standard library
+package.
 
 Submodules
 ----------
@@ -25,6 +28,14 @@ pyutils.collectionz.bst module
    :undoc-members:
    :show-inheritance:
 
+pyutils.collectionz.interval\_tree module
+-----------------------------------------
+
+.. automodule:: pyutils.collectionz.interval_tree
+   :members:
+   :undoc-members:
+   :show-inheritance:
+
 pyutils.collectionz.shared\_dict module
 ---------------------------------------