Skip to content

Commit 367f4d2

Browse files
committed
Remove examples/demo.py
1 parent 5498b09 commit 367f4d2

File tree

2 files changed

+2
-176
lines changed

2 files changed

+2
-176
lines changed

AGENTS.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,15 @@ from plotnine.scales import scale_color_gradientn, scale_fill_gradientn
7272
scale_colour_npg = scale_color_npg # etc.
7373
```
7474

75-
## Testing & demo
75+
## Testing
7676

7777
- `tests/`: Unit tests using pytest
78-
- `examples/demo.py`: Visual demos with plot generation
7978

8079
## Commands for development
8180

8281
```bash
8382
# Run tests
84-
uv run python test.py
85-
86-
# Generate demo plots
87-
uv run python examples/demo.py
88-
89-
# Check structure
90-
find src/ -name "*.py"
83+
uv run pytest
9184
```
9285

9386
## Import usage

examples/demo.py

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)