Delete interactive models#24
Open
soerendomroes wants to merge 2 commits intoeclipse-elk:masterfrom
Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR removes multiple interactive example models that were originally created for documentation purposes but are now deemed unnecessary. The deletion focuses on interactive layout examples for both layered and rectpacking algorithms.
- Removes 22 interactive model files demonstrating various layout scenarios
- Cleans up documentation that was specific to certain editors (KIELER, Keith)
- Retains one file with updated documentation that removes editor-specific constraints
Reviewed Changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| interactiveRectpacking_oneBigNode.elkt | Deleted rectpacking example with one large node and multiple small nodes |
| interactiveRectpacking_hierarchy.elkt | Deleted hierarchical rectpacking example |
| interactiveLayout_mixedHierarchy.elkt | Deleted mixed interactive layout example combining rectpacking and layered |
| interactiveLayereredLayout_layerConstraint.elkt | Deleted layered layout example with layer constraints |
| interactiveLayeredLayout_sortingTask_pseudo_positions.elkt | Updated documentation to remove editor-specific text |
| interactiveLayeredLayout_snake_pseudo_positions.elkt | Deleted snake layout example with pseudo positions |
| interactiveLayeredLayout_snake.elkt | Deleted interactive snake layout example |
| interactiveLayeredLayout_simpleDirectionTest_pseudo_positions.elkt | Deleted direction test example with pseudo positions |
| interactiveLayeredLayout_simpleDirectionTest.elkt | Deleted interactive direction test example |
| interactiveLayeredLayout_separateComponents_pseudo_positions.elkt | Deleted separate components example with pseudo positions |
| interactiveLayeredLayout_separateComponents.elkt | Deleted interactive separate components example |
| interactiveLayeredLayout_nodeSizes_pseudo_positions.elkt | Deleted node sizes example with pseudo positions |
| interactiveLayeredLayout_nodeSizes.elkt | Deleted interactive node sizes example |
| interactiveLayeredLayout_motor_pseudo_positions.elkt | Deleted motor example with pseudo positions |
| interactiveLayeredLayout_motor.elkt | Deleted interactive motor example |
| interactiveLayeredLayout_hierarchy_pseudo_positions.elkt | Deleted hierarchy example with pseudo positions |
| interactiveLayeredLayout_hierarchyDirection_pseudo_positions.elkt | Deleted hierarchy direction example with pseudo positions |
| interactiveLayeredLayout_hierarchyDirection.elkt | Deleted interactive hierarchy direction example |
| interactiveLayeredLayout_hierarchy.elkt | Deleted interactive hierarchy example |
| interactiveLayeredLayout_circle_pseudo_positions.elkt | Deleted circle example with pseudo positions |
| interactiveLayeredLayout_circle.elkt | Deleted interactive circle example |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have a whole lot of interactive models, which I added because I wanted to document them at some point. Now, I however think that most of them are unnecessary.