.. atom documentation main file, created by
   sphinx-quickstart on Mon Nov 19 20:12:11 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to atom's documentation!
================================

Atom is a framework for creating memory efficient Python objects with enhanced
features such as dynamic initialization, validation, and change notification
for object attributes. It provides the default model binding behaviour for the
`Enaml <https://enaml.readthedocs.io/en/latest/>`_ UI framework.

.. toctree::
   :maxdepth: 2

   Getting started <basis/index.rst>
   Advanced Features <advanced/index.rst>
   Examples <examples/index.rst>
   Developer notes <developer_notes/index.rst>
   API Documentation <api/atom.rst>


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
