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

Initial check to see if adding url field breaks things. #827

Merged
merged 8 commits into from
Oct 5, 2024

Conversation

vprusso
Copy link
Owner

@vprusso vprusso commented Oct 4, 2024

Closes #275

  • Normalizes all references.
  • Adding clickable URL field for all references.

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.8%. Comparing base (d4a4e0f) to head (0eab128).
Report is 15 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #827     +/-   ##
========================================
- Coverage    97.8%   97.8%   -0.1%     
========================================
  Files         168     168             
  Lines        3261    3259      -2     
  Branches      800     800             
========================================
- Hits         3191    3189      -2     
  Misses         46      46             
  Partials       24      24             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vprusso vprusso marked this pull request as ready for review October 5, 2024 01:09
docs/refs.bib Outdated
Comment on lines 8 to 10
howpublished={https://www.scottaaronson.com/qclec/6.pdf},
url={https://www.scottaaronson.com/qclec/6.pdf}
}
Copy link
Collaborator

@purva-thakre purva-thakre Oct 5, 2024

Choose a reason for hiding this comment

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

As the url is working, you should get rid of the howpublished entries. Otherwise, the URL shows up twice.

image

Copy link
Owner Author

Choose a reason for hiding this comment

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

That's a good point. I'll go ahead and remove the howpublished field where appropriate then. Good catch!

Copy link
Owner Author

Choose a reason for hiding this comment

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

Done in 6516912

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think one of the links might have to remain as howpublished.

https://github.com/vprusso/toqito/actions/runs/11193184144/job/31118220715?pr=827#step:5:1320

@vprusso vprusso merged commit b07993c into master Oct 5, 2024
18 checks passed
@vprusso vprusso deleted the 275-url-reference-links branch October 5, 2024 14:35
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.

Make sure URLs in references are linked properly
2 participants