Skip to content

Refactor examples_dev.m into smaller, independent examples and move it to the toolbox folder.#146

Open
slahoti1 wants to merge 2 commits intopiermorel:masterfrom
slahoti1:fix/issue-1-RefactorExamples
Open

Refactor examples_dev.m into smaller, independent examples and move it to the toolbox folder.#146
slahoti1 wants to merge 2 commits intopiermorel:masterfrom
slahoti1:fix/issue-1-RefactorExamples

Conversation

@slahoti1
Copy link

This PR splits the large examples_dev.m file into smaller, individual example files and moves them into a new gramm/examples folder. The goal is to make examples easier to find, easier to understand, and ensure they ship inside the toolbox package.

What this change includes:

  • Refactored "examples_dev.m" into separate example files.
  • Added all examples under "gramm/examples/", along with the sample data they need
  • Updated the test suite to use these new modular examples
  • Have not removed the original "examples_dev.m"

Why this helps

  • Examples are easier to navigate
  • Users get all examples directly after installing the toolbox
  • Each example is focused on a specific functionality, which makes things clearer
  • Modular examples also act as quick smoke tests for "gramm" functionality

Issue
Fixes #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor examples_dev.m into smaller, independent examples and move it to the toolbox folder.

1 participant