1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
.. _advanced-index:
Advanced features of atom
=========================
The discussion provided in the previous section of the docs should cover most
usecases. However atom does offer some advanced features that advanced users
can take advantage of. Those will be described in the following sections
.. toctree::
:maxdepth: 1
The Property Member <property.rst>
Atom and weak references <weakref.rst>
Atom's containers <containers.rst>
Advanced members customisation <customization.rst>
Manual notifications <manual_notifications.rst>
Static type checking explained <typing.rst>
|