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

Fix indentation in doc. #456

Merged
merged 3 commits into from
Jun 12, 2023
Merged

Fix indentation in doc. #456

merged 3 commits into from
Jun 12, 2023

Conversation

vincentmr
Copy link
Contributor

@vincentmr vincentmr commented Jun 12, 2023

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    tests directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the .github/CHANGELOG.md file, summarizing the
    change, and including a link back to the PR.

  • Ensure that code is properly formatted by running make format.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context:

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #456 (919adf5) into master (58c9e1c) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #456   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          50       50           
  Lines        4667     4667           
=======================================
  Hits         4659     4659           
  Misses          8        8           
Impacted Files Coverage Δ
pennylane_lightning/lightning_qubit.py 99.14% <ø> (ø)
pennylane_lightning/_version.py 100.00% <100.00%> (ø)

@vincentmr vincentmr requested a review from AmintorDusko June 12, 2023 14:57
@vincentmr vincentmr marked this pull request as ready for review June 12, 2023 14:57
@vincentmr vincentmr requested a review from trbromley June 12, 2023 14:58
Copy link
Contributor

@AmintorDusko AmintorDusko left a comment

Choose a reason for hiding this comment

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

Looks good, thank you for that @vincentmr.
For those of you reviewing this PR, here goes a direct link for the affected part.

@AmintorDusko
Copy link
Contributor

Before this fix the documentation was showing:
image

Copy link
Member

@mlxd mlxd left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix @vincentmr

@mlxd mlxd merged commit 461fd81 into master Jun 12, 2023
@mlxd mlxd deleted the docfix/device branch June 12, 2023 16:16
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.

3 participants