chore: Refactor to use standardized naming and color scheme in project.#40
Merged
chore: Refactor to use standardized naming and color scheme in project.#40
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request refactors the project to use standardized naming conventions (changing "HeartKit" to "heartKIT") and updates the color scheme from blue to red in the documentation theme.
Changes:
- Rebranded product name from "HeartKit" to "heartKIT" across all documentation, code comments, and user-facing strings
- Updated MkDocs theme primary color from blue to red
- Updated Python version from 3.11 to 3.12 in CI workflows and notebook metadata
- Bumped package version from 1.6.0 to 1.7.0
Reviewed changes
Copilot reviewed 79 out of 88 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Version bump from 1.6.0 to 1.7.0 |
| mkdocs.yml | Site name and description updated to "heartKIT", primary color changed from blue to red |
| Multiple .ipynb files | Product name changed to "heartKIT", kernel display name changed to "heartkit", Python version updated to 3.13.9 |
| Multiple .py files | Updated docstrings and demo titles from "HeartKit" to "heartKIT" |
| Multiple .md files | Documentation updated with "heartKIT" naming and removed HTML span wrappers from headings |
| docs/css/custom.css | Added red color (#F52543) for h2 headings |
| docs/assets/* | New logo files added for light/dark themes |
| .github/workflows/*.yaml | Updated Python version to 3.12, workflow name changed to "heartKIT CI" |
| AGENTS.md | New file with repository maintenance notes |
💡 Add Copilot custom instructions for smarter, more guided reviews. 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.
No description provided.