Rename/rebrand project and artifacts to LeafContourEFD#15
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1c7b96b69d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ### 1. Standalone App (Recommended) (**In preparation**) | ||
|
|
||
| Download the latest release from the [Releases page](https://github.com/maple60/morphometrics-tool/releases/new) | ||
| Download the latest release from the [Releases page](https://github.com/maple60/leaf-contour-efd/releases/new) |
There was a problem hiding this comment.
Regenerate published docs after renaming website content
website/_quarto.yml publishes the site from ../docs, but this change only updates website/*.qmd text and does not regenerate the checked-in docs/ output, so GitHub Pages will still serve old branding/commands (for example docs/index.html still shows LeafShapeTool and old repo links). This leaves user-facing installation instructions inconsistent with the renamed CLI and artifacts until someone runs quarto render and commits the updated docs/* files.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
@codex, thank you.
After renaming, I will manually regenerate the docs by rendering website/.
Are there any issues?
Motivation
leaf-shape-tooltoLeafContourEFDto reflect the new product name and update distribution artifacts, documentation, and entry points.Description
pyproject.toml(name = "leaf-contour-efd") and changing the console script toleaf-contour-efd.LeafContourEFDinbuild.specand updated references to thedist/LeafContourEFD/folder./.github/workflows/release-standalone.ymlto produce and upload artifacts namedLeafContourEFD-*.zip|tar.gzand to inspect executables namedLeafContourEFD(.exe)when generating release notes.setup_unix.sh,setup_windows.bat), and in-source strings (docstrings and window title) toLeafContourEFD, and updated repo/Docs URLs and references accordingly; also updateduv.lockpackage name.Testing
release-standalone.yml) was updated to use the new artifact names and will run PyInstaller and artifact upload when triggered by CI (build/release runs have not been observed in this PR).Codex Task