docs: README refresh follow-ups - honest install docs and Alpha classifiers - #187
Conversation
…assifiers to Alpha (#181)
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d55885cb4f
ℹ️ 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".
|
Lint triage: the |
Fixes #181
Summary
Doc-side follow-ups from the README refresh (#180). Recon against current
trunkconfirmed both doc items were still stale; the PyPI publish itself remains an operator action (verifiedpypi.orgstill returns 404 forhonua-sdkandhonua-admin).Changes Made
INSTALL.md: replaced the barepip install honua-sdk/pip install honua-adminsection with the from-source clone install and git-URL install, matching the README, with a clear "not yet published to PyPI" statement and a note that the commands collapse to plainpip installafter first publish.README.md: dropped the now-obsolete caveat that INSTALL.md'spip install honua-sdkcommands "apply once the packages are published" (INSTALL.md no longer shows them as the current path).packages/honua-sdk/pyproject.toml,packages/honua-admin/pyproject.toml: downgradedDevelopment Status :: 5 - Production/StabletoDevelopment Status :: 3 - Alpha, matching the documented alpha 0.x status. (honua-gpwas already3 - Alpha;honua-arcpyis7 - Inactive.)Verification
tomllib).docs_dir, so the strict docs build is unaffected; no build/test matrix run for this doc-only change.Operator items remaining (not addressed here)
honua-sdk/honua-adminto PyPI via the Trusted Publishing workflow — tracked separately in Complete PyPI trusted publishing for honua-sdk and honua-admin #178; docs intentionally continue to state that the packages are not yet on PyPI.