Skip to content

Commit d44521f

Browse files
committed
Use per-stage README instead of a "Detailed Outline"
1 parent a2cb907 commit d44521f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

stage3.0_first_views/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Stage 3 of the application adds a GUI using a simple TraitsUI view:
2+
- Invoking `configure_traits` on the `ImageFile` model creates a simple
3+
view.
4+
- Separately, a matplotlib window reports detected faces.

stage3.1_first_views/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Building on Stage 3.0, this version:
2+
- Adds a dedicated model-view for the `ImageFile` model.
3+
- Uses the `MplFigureEditor` to embed the matplotlib figure inside the
4+
TraitsUI view.

0 commit comments

Comments
 (0)