X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.collectionz.rst;h=fa609a07664e4538a56c5066d683e70d22aadab0;hb=505e977297f5a81e1039402184f10422f63a140d;hp=0b0123797f7cfa159ea5b0f58aebed67830a3347;hpb=993b0992473c12294ed659e52b532e1c8cf9cd1e;p=pyutils.git diff --git a/docs/pyutils.collectionz.rst b/docs/pyutils.collectionz.rst index 0b01237..fa609a0 100644 --- a/docs/pyutils.collectionz.rst +++ b/docs/pyutils.collectionz.rst @@ -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 ---------------------------------------