Open
Conversation
I tasked Cursor with synchronizing the documentation across ModelArray, ModelArrayIO, and ConFixel.
This was referenced Mar 24, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates ModelArrayIO documentation to reflect the current CLI naming and project positioning (ModelArrayIO superseding ConFixel/ConVoxel), and adds a lightweight GitHub Pages redirect.
Changes:
- Refreshes README + walkthroughs to reference ModelArrayIO commands (
confixel,convoxel,*stats_write) instead of legacy ConFixel/ConVoxel wording. - Updates package metadata (
pyproject.toml) description and adds a Documentation URL. - Adds
docs/redirect assets (index.html,.nojekyll) to forward GitHub Pages to the GitHub README installation section.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/data_voxel_toy/README.md | Updates toy dataset description to align with ModelArrayIO voxel pipeline naming. |
| pyproject.toml | Updates project description and adds a Documentation URL. |
| notebooks/walkthrough_voxel-wise_data.md | Rewords voxel workflow docs to use convoxel / volumestats_write. |
| notebooks/walkthrough_fixel-wise_data.md | Rewords fixel workflow docs to use confixel / fixelstats_write and updates export notes. |
| notebooks/README.md | Updates notebook index bullets to reflect current CLI commands. |
| docs/index.html | Adds HTML redirect page pointing to GitHub README installation section. |
| docs/.nojekyll | Ensures GitHub Pages serves raw files without Jekyll processing. |
| README.md | Replaces legacy ConFixel-moved notice with ModelArrayIO-centric README and command list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
=======================================
Coverage 39.62% 39.62%
=======================================
Files 8 8
Lines 954 954
=======================================
Hits 378 378
Misses 576 576 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mattcieslak
approved these changes
Mar 24, 2026
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.
I tasked Cursor with synchronizing the documentation across ModelArray, ModelArrayIO, and ConFixel.
Related to PennLINC/ModelArray#107 and PennLINC/ConFixel#43.