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
Original file line number Original file line Diff line number Diff line change
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 If you want to display Traits-based user interfaces, you need, in addition to
the Traits project: the Traits project:


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


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


Pyface Pyface
------ ------
Expand Down

0 comments on commit 80add7c

Please sign in to comment.