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 protocols documentation generation #854

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

andrea-pasquale
Copy link
Contributor

The protocols were not shown correctly in the documentation.
This PR fixes the issue. We could start from here to improve the documentation.

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.
  • Compatibility with Qibo modules (Please edit this section if the current pull request is not compatible with the following branches).
    • Qibo: master
    • Qibolab: main
    • Qibolab_platforms_qrc: main

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.28%. Comparing base (6633379) to head (48c5429).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #854      +/-   ##
==========================================
- Coverage   97.30%   97.28%   -0.03%     
==========================================
  Files         107      107              
  Lines        7915     7915              
==========================================
- Hits         7702     7700       -2     
- Misses        213      215       +2     
Flag Coverage Δ
unittests 97.28% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/qibocal/auto/task.py 99.13% <100.00%> (ø)
src/qibocal/fitting/classifier/qubit_fit.py 100.00% <100.00%> (ø)
src/qibocal/protocols/__init__.py 100.00% <ø> (ø)
src/qibocal/protocols/allxy/allxy.py 100.00% <ø> (ø)
...qibocal/protocols/allxy/allxy_drag_pulse_tuning.py 100.00% <ø> (ø)
src/qibocal/protocols/classification.py 100.00% <100.00%> (ø)
src/qibocal/protocols/coherence/spin_echo.py 95.12% <ø> (ø)
...rc/qibocal/protocols/coherence/spin_echo_signal.py 100.00% <ø> (ø)
src/qibocal/protocols/coherence/t1.py 93.93% <ø> (ø)
src/qibocal/protocols/coherence/t1_sequences.py 100.00% <ø> (ø)
... and 71 more

@andrea-pasquale andrea-pasquale added this pull request to the merge queue May 16, 2024
Merged via the queue into main with commit 37d0605 May 16, 2024
23 checks passed
@andrea-pasquale andrea-pasquale deleted the doc_generation branch May 16, 2024 12:51
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