This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Tutorials (Pulse Scheduler): fix header levels#1061
Merged
nonhermitian merged 1 commit intoQiskit:masterfrom Oct 21, 2020
drewrisinger:patch-1
Merged
Tutorials (Pulse Scheduler): fix header levels#1061nonhermitian merged 1 commit intoQiskit:masterfrom drewrisinger:patch-1
nonhermitian merged 1 commit intoQiskit:masterfrom
drewrisinger:patch-1
Conversation
Fix issue where "Scheduler Methods" would show up as a top-level header in the Pulse Tutorials on https://qiskit.org/documentation/tutorials/pulse/.
nonhermitian
approved these changes
Oct 21, 2020
Contributor
nonhermitian
left a comment
There was a problem hiding this comment.
This is a good find. Many thanks
manoelmarques
pushed a commit
to manoelmarques/qiskit-optimization
that referenced
this pull request
Mar 5, 2021
* reflect converter refactoring(Qiskit/qiskit-tutorials#1061) * fixed the sentences of the 2nd and 3rd tutorials * fixed typo * Add pyscf to azure build * run them on the latest version of Qiskit * updated kernel specs * fixed styling issues Co-authored-by: Paul Nation <nonhermitian@gmail.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Demotes heading level of
Scheduler Methodssection.Details and comments
Fix issue where "Scheduler Methods" would show up as a top-level header in the Pulse Tutorials on https://qiskit.org/documentation/tutorials/pulse/.
Current Pulse Tutorial sidebar:

Scheduler Methodsshould be a subheading ofUsing the Scheduler.