Commit 19e3f04
authored
fix: remove redundant stateful_streamplot example (#362)
## Summary
- Remove duplicate stateful_streamplot example that was functionally
identical to streamplot_demo
- Both examples used the same 20x20 grid, same circular flow field, same
API calls
- Only difference was title text and directory structure
- Clean up all documentation references, build system entries, and
source file mappings
## Changes Made
- **Deleted**: example/fortran/stateful_streamplot/ directory and all
contents
- **Deleted**: doc/examples/stateful_streamplot.md documentation
- **Updated**: Documentation index files to remove references
- **Updated**: Makefile to remove output directory creation
- **Updated**: DESIGN.md to remove from example listings
- **Updated**: Source files (fortplot_doc_examples.f90,
fortplot_doc_media.f90) to remove mappings
## Validation
- All references to stateful_streamplot have been completely removed
- streamplot_demo remains as the single comprehensive streamplot example
- Build system updated to match new structure
## Test Plan
- [x] Verify build system works without stateful_streamplot references
- [x] Confirm documentation no longer references removed example
- [x] Ensure streamplot_demo still functions as expected
Fixes #336File tree
11 files changed
+13
-106
lines changed- doc
- examples
- example/fortran
- stateful_streamplot
- src
11 files changed
+13
-106
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
27 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
694 | 693 | | |
695 | 694 | | |
696 | 695 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 43 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
67 | | - | |
| 65 | + | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
0 commit comments