File: index.rst

package info (click to toggle)
python-enaml 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,284 kB
  • sloc: python: 31,443; cpp: 4,499; makefile: 140; javascript: 68; lisp: 53; sh: 20
file content (41 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
.. _dev_guides:

================
Developer Guides
================

The Enaml developer guides are intended as the primary reference for learning
and becoming an effective developer with the framework. The guides covers a
variety of topics ranging from language features and syntax rules to
application development and best practices. For the implementation details of
the framework see the :ref:`arch_ref`.

.. This simply prevents the :doc: to create entries in the sidebar
.. container::

    .. rubric:: :doc:`stylesheets`

    Styles sheets are a powerful feature which allow the developer to
    customize the visual appearance of a view independent from the
    view's structural definition. Inspired by CSS, but with all the
    dynamism provided by the Enaml language.

    .. rubric:: :doc:`languagebasedtools`

    Enaml introduces a new syntax. Language-based tools can be
    configured to recognise this syntax. Several such configurations and
    plug-ins are provided.

    .. rubric:: :doc:`workbenches`

    Enaml Workbenches provide a set of low-level components which can
    be used to develop high-level plugin applications.  Workbenches
    enable the developer to write large UI applications which can be
    *safely extended at runtime* by other developers.

.. toctree::
    :hidden:

    stylesheets
    languagebasedtools
    workbenches