Skip to content

Commit

Permalink
quick fix to index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
timdiller committed Feb 15, 2012
1 parent 5617847 commit 80add7c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/source/index.rst
Expand Up @@ -4,15 +4,14 @@ Welcome to the Pyface documentation!
If you want to display Traits-based user interfaces, you need, in addition to
the Traits project:

-The TraitsUI project or Enaml
-The TraitsUI project
-A Python GUI toolkit, either wxPython or PyQt
-A "backend" connector, either TraitsBackendWX or TraitsBackendQt

TraitsUI and Enaml contains a toolkit-independent GUI abstraction layers, used
to support the "visualization" features of the Traits package. Thus, you can
write code in terms of the Traits API (view, items, editors, etc.), and let
Pyface and your selected toolkit and backend take care of the details of
displaying them.
TraitsUI contains a toolkit-independent GUI abstraction layers, used to support
the "visualization" features of the Traits package. Thus, you can write code in
terms of the Traits API (view, items, editors, etc.), and let Pyface and your
selected toolkit and backend take care of the details of displaying them.

Pyface
------
Expand Down

0 comments on commit 80add7c

Please sign in to comment.