Properly attribute Git history for pulse tutorials#125
Merged
Eric-Arellano merged 6 commits intomainfrom Oct 10, 2023
Merged
Conversation
Co-authored-by: Abby Cross <[email protected]> Co-authored-by: Rebecca Dimock <[email protected]>
Co-authored-by: Kazuki Tsuoka <[email protected]> Co-authored-by: Lauren Capelluto <[email protected]> Co-authored-by: Manoel Marques <[email protected]> Co-authored-by: Takashi Imamichi <[email protected]> Co-authored-by: Thomas Alexander <[email protected]>
This was referenced Oct 9, 2023
Eric-Arellano
added a commit
that referenced
this pull request
Oct 9, 2023
Part of #22. We still need to productionize these files: 1) convert RST to MDX 2) edit them to ensure they're ready But this at least gets the files in the right locations, while keeping their Git history intact. Once they are ready to go live, we will remove the `__` prefix from the file name and add the file to `_toc.json`. Some files are left behind in qiskit-docs: - 3 tutorials, which are handled in #125 - `faq.rst`, which we're still trying to figure out where to put
abbycross
approved these changes
Oct 10, 2023
frankharkins
pushed a commit
to frankharkins/documentation
that referenced
this pull request
Jul 22, 2024
Part of Qiskit#22. We still need to productionize these files: 1) convert RST to MDX 2) edit them to ensure they're ready But this at least gets the files in the right locations, while keeping their Git history intact. Once they are ready to go live, we will remove the `__` prefix from the file name and add the file to `_toc.json`. Some files are left behind in qiskit-docs: - 3 tutorials, which are handled in Qiskit#125 - `faq.rst`, which we're still trying to figure out where to put
frankharkins
pushed a commit
to frankharkins/documentation
that referenced
this pull request
Jul 22, 2024
This improves upon Qiskit#70. These files were basically copy and pasted from open source, so we want to bring in the proper Git history for them. This PR is split into four commits—and we won't squash and merge—so that Git properly detects how the files have changed. This update also results in us bringing in some improvements to operators_overview that had been made in open source, like fixing typos.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This improves upon #70. These files were basically copy and pasted from open source, so we want to bring in the proper Git history for them.
This PR is split into four commits—and we won't squash and merge—so that Git properly detects how the files have changed.
This update also results in us bringing in some improvements to operators_overview that had been made in open source, like fixing typos.