.. AbstractTree documentation master file, created by sphinx-quickstart on Mon Feb 19 18:11:55 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to AbstractTree's documentation! ======================================== Trees are very common data structure that represents a hierarchy of common nodes. This package defines abstract base classes for these data structure in order to make code reusable. It also provides an ``astree`` adapter in case it's not possible to inherit from any of these classes. Finally, it provides many exports that even work on objects that don't inherit from any of the abstract base classes. .. toctree:: :maxdepth: 2 :caption: Contents: installation usage_bundled api CHANGES Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`