-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Milestone
Description
Summary
All example code is currently stored in a single file (doc/examples.py).
This issue proposes moving the examples into a new top‑level examples/ directory and splitting them into multiple files based on use cases.
Motivation
- The current single-file structure makes examples harder to navigate
- Splitting by use case improves readability and discoverability
- A dedicated
examples/directory is a more conventional layout - Easier to add or update examples
Proposed changes
- Create a new
examples/directory at the project root - Move
doc/examples.pyinto this directory - Split the content into multiple files, such as:
examples/basic_usage.pyexamples/hand_evaluation.pyexamples/yaku_examples.pyexamples/advanced_features.py
- Update wiki links that reference the old path
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels