-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patterns: get CI green for guides migration #1462
Labels
Comments
This was referenced Jun 10, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Jun 14, 2024
Part of #1462 This PR prepares our checks for the guides migration to get green CI when we make the change. Changes: - Added API docs links to `ignore.ts`. Those links need to be updated from the other repos and from the Box artifacts for historical versions. Once the migration is done we'll have redirects set up for those links as explained [here](#1461). - Added some words to the cspell dictionary and fixed other complaints from the checker - Added a script to fix the Qiskit bot files by changing the paths to `guides/`. The PR also changes the ignores we had to `guides/`, leaving the old ones that should be removed once the migration is done. - Fixed the `update_internal_links.py` script to switch over more links and consider the migration guides. - Added entries for the notebooks with their names on the `guides/` folder. Once the migration is done, we need to remove the old ones.
frankharkins
pushed a commit
to frankharkins/documentation
that referenced
this issue
Jul 22, 2024
Part of Qiskit#1462 This PR prepares our checks for the guides migration to get green CI when we make the change. Changes: - Added API docs links to `ignore.ts`. Those links need to be updated from the other repos and from the Box artifacts for historical versions. Once the migration is done we'll have redirects set up for those links as explained [here](Qiskit#1461). - Added some words to the cspell dictionary and fixed other complaints from the checker - Added a script to fix the Qiskit bot files by changing the paths to `guides/`. The PR also changes the ignores we had to `guides/`, leaving the old ones that should be removed once the migration is done. - Fixed the `update_internal_links.py` script to switch over more links and consider the migration guides. - Added entries for the notebooks with their names on the `guides/` folder. Once the migration is done, we need to remove the old ones.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scripts/patterns-reorg/main.py
npm run check
to be green, and you also want to run the commands we use inapi-checks.yml
.Fixes will probably require #1460, then using ignores to work around #1461.
The text was updated successfully, but these errors were encountered: