File: index.rst

package info (click to toggle)
python-atom 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,676 kB
  • sloc: cpp: 9,254; python: 6,181; makefile: 123
file content (29 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. 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`