Skip to content

Canonicalize pyAMICA URLs to pAMICA - #185

Merged
neuromechanist merged 2 commits into
mainfrom
feature/issue-184-url-sweep
Jul 18, 2026
Merged

Canonicalize pyAMICA URLs to pAMICA#185
neuromechanist merged 2 commits into
mainfrom
feature/issue-184-url-sweep

Conversation

@neuromechanist

Copy link
Copy Markdown
Member

Summary

The GitHub repo was renamed sccn/pyAMICA -> sccn/pAMICA, which moved the GitHub Pages site to https://eeglab.org/pAMICA/ and made the old https://eeglab.org/pyAMICA/ return 404. That broke the README docs badge and every eeglab.org/pyAMICA link, including the one shown on the PyPI project page.

Sweeps live pyAMICA -> pAMICA references via three substring rules (/pyAMICA, %2FpyAMICA badge label, cd pyAMICA clone dir): docs-domain URLs, GitHub repo URLs, codecov, the resolver _REPO default, and git clone/cd snippets.

Deliberately preserved: the changelog's historical prose (the 0.2.0 entry describing the then-current sccn/pyAMICA) and the internal .context/ archive. No code identifier, import path, or package name was touched.

Test plan

  • ruff/ty clean (resolver.py).
  • resolver._REPO == "sccn/pAMICA".
  • mkdocs build --strict passes.
  • New URLs return 200: github.com/sccn/pAMICA, eeglab.org/pAMICA/, eeglab.org/pAMICA/guides/validation/.

Closes #184

The GitHub repo was renamed sccn/pyAMICA -> sccn/pAMICA, moving the Pages site to https://eeglab.org/pAMICA/ and 404-ing the old eeglab.org/pyAMICA doc links (including the README docs badge shown on PyPI). Sweep live references /pyAMICA -> /pAMICA across docs URLs, GitHub repo URLs, codecov, the badge label, the resolver _REPO default, and git clone/cd snippets. Historical changelog prose (the 0.2.0 entry's then-current sccn/pyAMICA) is preserved; .context/ archive left as-is. All new URLs verified to return 200. Closes #184.
@neuromechanist neuromechanist linked an issue Jul 18, 2026 that may be closed by this pull request
@neuromechanist
neuromechanist merged commit 96243b2 into main Jul 18, 2026
@neuromechanist
neuromechanist deleted the feature/issue-184-url-sweep branch July 18, 2026 09:24
@neuromechanist neuromechanist mentioned this pull request Jul 18, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sweep pyAMICA -> pAMICA URLs after GitHub repo rename

1 participant