Skip to content
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

Don't check metadata for API docs by default #817

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

Eric-Arellano
Copy link
Collaborator

@Eric-Arellano Eric-Arellano commented Feb 15, 2024

Closes #793.

This unblocks us starting to check API docs in #66. It also speeds up the workflow for non-API docs, which is valuable because non-API and API docs have such different workflows.

I only added an --apis argument rather than e.g. --current-apis vs --historical-apis because this check is fast enough to not need the nuance.

Copy link
Collaborator

@arnaucasau arnaucasau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally and works well :) I only have one comment

scripts/commands/checkMetadata.ts Show resolved Hide resolved
Co-authored-by: Arnau Casau <47946624+arnaucasau@users.noreply.github.com>
@Eric-Arellano Eric-Arellano added this pull request to the merge queue Feb 15, 2024
Merged via the queue into main with commit d9fa5d1 Feb 15, 2024
2 checks passed
@Eric-Arellano Eric-Arellano deleted the EA/metadata-api-vs-nonapi branch February 15, 2024 16:24
frankharkins pushed a commit to frankharkins/documentation that referenced this pull request Jul 22, 2024
Closes Qiskit#793. 

This unblocks us starting to check API docs in
Qiskit#66. It also speeds up the
workflow for non-API docs, which is valuable because non-API and API
docs have such different workflows.

I only added an `--apis` argument rather than e.g. `--current-apis` vs
`--historical-apis` because this check is fast enough to not need the
nuance.

---------

Co-authored-by: Arnau Casau <47946624+arnaucasau@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Metadata check should differentiate between API docs vs non-API
2 participants